]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add post-FV suppressions needed to make it tolerably quiet on SuSE 9.
authorJulian Seward <jseward@acm.org>
Wed, 24 Dec 2003 11:45:16 +0000 (11:45 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 24 Dec 2003 11:45:16 +0000 (11:45 +0000)
With these suppressions there are now 15 stderr fails and 2 stdout
fails on SuSE 9.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2151

glibc-2.3.supp

index 7e1f34c51e30b9a68bd2faa05ad8aaeefed9e8e7..c0ba8bf937ffacb582d74a5b402865db8bf71e6b 100644 (file)
    Addrcheck,Memcheck:Addr4
    obj:/opt/intel/compiler70/ia32/lib/libcxa.so.3
 }
+
+##----------------------------------------------------------------------##
+## SuSE 9 after FV changes (post 2.1.0)
+
+{
+   strlen/_dl_init_paths/dl_main/_dl_sysdep_start(Cond)
+   Memcheck:Cond
+   fun:strlen
+   fun:_dl_init_paths
+   fun:dl_main
+   fun:_dl_sysdep_start
+}
+
+{
+   Ugly strchr error in /lib/ld-2.3.2.so
+   Memcheck:Cond
+   obj:/lib/ld-2.3.2.so
+}