|
From: Julian S. <js...@ac...> - 2003-12-24 11:45:50
|
CVS commit by jseward:
Add post-FV suppressions needed to make it tolerably quiet on SuSE 9.
With these suppressions there are now 15 stderr fails and 2 stdout
fails on SuSE 9.
M +18 -0 glibc-2.3.supp 1.9
--- valgrind/glibc-2.3.supp #1.8:1.9
@@ -174,2 +174,20 @@
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
+}
|