~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/data/clutter-1.0.suppressions

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-03-26 11:51:28 UTC
  • mfrom: (1.5.1) (4.1.30 experimental)
  • Revision ID: package-import@ubuntu.com-20140326115128-timmbsde8734o6wz
Tags: 1.18.0-1
* New upstream release.
* debian/control.in:
  + Bump gtk-doc-tools build dependency.
  + Also break libcogl15.
  + Standards-Version is 3.9.5, no changes needed.
* debian/libclutter-1.0-0.symbols:
  + Drop a few symbols that were accidentally exported in the DSO because
    they had a clutter_ prefix but were not in the public headers.
  + Add one new symbol.
  + Drop unnecessary debian revisions from some symbols.
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
   ioctl_1
3
 
   Memcheck:Param
4
 
   ioctl(generic)
5
 
   fun:ioctl
6
 
   fun:driDrawableInitVBlank
7
 
   fun:intelMakeCurrent
8
 
   fun:glXMakeContextCurrent
9
 
}
10
 
 
11
 
{
12
 
   ioctl_2
13
 
   Memcheck:Param
14
 
   ioctl(generic)
15
 
   fun:ioctl
16
 
   fun:driDrawableGetMSC32
17
 
   fun:clutter_backend_glx_redraw
18
 
}
19
 
 
20
 
{
21
 
   ioctl_3
22
 
   Memcheck:Param
23
 
   ioctl(generic)
24
 
   fun:ioctl
25
 
   fun:driWaitForMSC32
26
 
   fun:clutter_backend_glx_redraw
27
 
}
28
 
 
29
 
{
30
 
   mesa_init_context
31
 
   Memcheck:Leak
32
 
   fun:*alloc
33
 
   ...
34
 
   fun:glXCreateNewContext
35
 
}
36
 
 
37
 
{
38
 
   type_register
39
 
   Memcheck:Leak
40
 
   fun:*alloc
41
 
   ...
42
 
   fun:g_type_register_*
43
 
}
44
 
 
45
 
{
46
 
   type_ref
47
 
   Memcheck:Leak
48
 
   fun:*alloc
49
 
   ...
50
 
   fun:g_type_class_ref
51
 
}
52
 
 
53
 
{
54
 
   type_interface_prereq
55
 
   Memcheck:Leak
56
 
   fun:*alloc
57
 
   ...
58
 
   fun:g_type_interface_add_prerequisite
59
 
}
60
 
 
61
 
{
62
 
   get_charset
63
 
   Memcheck:Leak
64
 
   fun:*alloc
65
 
   ...
66
 
   fun:g_get_charset
67
 
}
68
 
 
69
 
{
70
 
   cogl_features
71
 
   Memcheck:Leak
72
 
   fun:*alloc
73
 
   ...
74
 
   fun:cogl_get_features
75
 
}
76
 
 
77
 
{
78
 
   glx_query_version
79
 
   Memcheck:Leak
80
 
   fun:*alloc
81
 
   ...
82
 
   fun:glXQueryVersion
83
 
}
84
 
 
85
 
{
86
 
   glx_create_context
87
 
   Memcheck:Leak
88
 
   fun:*alloc
89
 
   ...
90
 
   fun:glXCreateNewContext
91
 
}
92
 
 
93
 
{
94
 
   glx_make_current
95
 
   Memcheck:Leak
96
 
   fun:*alloc
97
 
   ...
98
 
   fun:glXMakeContextCurrent
99
 
}
100
 
 
101
 
{
102
 
   gl_draw_arrays
103
 
   Memcheck:Leak
104
 
   fun:*malloc
105
 
   ...
106
 
   fun:glDrawArrays
107
 
}
108
 
 
109
 
{
110
 
   cogl_clear
111
 
   Memcheck:Leak
112
 
   fun:*alloc
113
 
   ...
114
 
   fun:cogl_clear
115
 
}
116
 
 
117
 
{
118
 
   default_font
119
 
   Memcheck:Leak
120
 
   fun:*alloc
121
 
   ...
122
 
   fun:clutter_backend_get_font_name
123
 
}
124
 
 
125
 
{
126
 
   id_pool
127
 
   Memcheck:Leak
128
 
   fun:*alloc
129
 
   ...
130
 
   fun:clutter_id_pool_new
131
 
}
132
 
 
133
 
{
134
 
   x_open_display
135
 
   Memcheck:Leak
136
 
   fun:*alloc
137
 
   ...
138
 
   fun:XOpenDisplay
139
 
}
140
 
 
141
 
# ... and font descriptions from every "sans 12" type string
142
 
{
143
 
   pango_font_description_from_string
144
 
   Memcheck:Leak
145
 
   fun:*alloc
146
 
   ...
147
 
   fun:pango_font_description_from_string
148
 
}
149
 
 
150
 
# other lib init
151
 
{
152
 
   fontconfig_init
153
 
   Memcheck:Leak
154
 
   fun:*alloc
155
 
   ...
156
 
   fun:FcConfigParseAndLoad
157
 
}
158
 
 
159
 
{
160
 
   freetype_init
161
 
   Memcheck:Leak
162
 
   fun:*alloc
163
 
   ...
164
 
   fun:FT_Open_Face
165
 
}
166
 
 
167
 
{
168
 
   x_init_ext
169
 
   Memcheck:Leak
170
 
   fun:*alloc
171
 
   ...
172
 
   fun:XInitExtension
173
 
}