aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/ecore.supp
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/ecore/ecore.supp
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to 'libraries/ecore/ecore.supp')
-rw-r--r--libraries/ecore/ecore.supp46
1 files changed, 46 insertions, 0 deletions
diff --git a/libraries/ecore/ecore.supp b/libraries/ecore/ecore.supp
new file mode 100644
index 0000000..31dd0e0
--- /dev/null
+++ b/libraries/ecore/ecore.supp
@@ -0,0 +1,46 @@
1# $Id: ecore.supp 35497 2008-08-17 07:44:18Z raster $
2# valgrind suppression file for Ecore
3#
4{
5 BogusLeakError
6 Memcheck:Leak
7 fun:malloc
8 obj:/usr/X11R6/lib/libX11.so.6.2
9 fun:_XmbTextPropertyToTextList
10 fun:XmbTextPropertyToTextList
11}
12{
13 bogus2
14 Memcheck:Param
15 write(buf)
16 obj:/lib/ld-2.3.3.so
17 fun:_X11TransWrite
18 obj:/usr/X11R6/lib/libX11.so.6.2
19 fun:_XReply
20}
21{
22 bogus3
23 Memcheck:Cond
24 obj:/usr/X11R6/lib/libX11.so.6.2
25 obj:/usr/X11R6/lib/libX11.so.6.2
26 obj:/usr/X11R6/lib/libX11.so.6.2
27 fun:_XlcCreateLocaleDataBase
28}
29{
30 bogus4
31 Memcheck:Param
32 write(buf)
33 obj:/lib/ld-2.3.3.so
34 fun:_X11TransWrite
35 obj:/usr/X11R6/lib/libX11.so.6.2
36 fun:_XFlush
37}
38{
39 blah, blah, xlib sucks
40 Memcheck:Param
41 writev(vector[...])
42 obj:/lib/ld-2.3.3.so
43 obj:/usr/X11R6/lib/libX11.so.6.2
44 fun:_X11TransWritev
45 fun:_XSend
46}