|
From: <sv...@va...> - 2014-06-22 10:13:54
|
Author: bart
Date: Sun Jun 22 10:13:47 2014
New Revision: 14081
Log:
drd/tests/std_thread2: Re-enable
Added:
trunk/drd/tests/std_thread2.supp
Modified:
trunk/drd/tests/std_thread2.vgtest
Added: trunk/drd/tests/std_thread2.supp
==============================================================================
--- trunk/drd/tests/std_thread2.supp (added)
+++ trunk/drd/tests/std_thread2.supp Sun Jun 22 10:13:47 2014
@@ -0,0 +1,10 @@
+{
+ dl_lookup_symbol_x
+ drd:ConflictingAccess
+ fun:_dl_lookup_symbol_x
+}
+{
+ pthread_create
+ drd:ConflictingAccess
+ fun:pthread_create@@GLIBC_2.2.5
+}
Modified: trunk/drd/tests/std_thread2.vgtest
==============================================================================
--- trunk/drd/tests/std_thread2.vgtest (original)
+++ trunk/drd/tests/std_thread2.vgtest Sun Jun 22 10:13:47 2014
@@ -1,4 +1,4 @@
-prereq: false && test -e std_thread2 && ./supported_libpthread
-vgopts: --check-stack-var=yes --show-confl-seg=no --num-callers=1
+prereq: test -e std_thread2 && ./supported_libpthread
+vgopts: --check-stack-var=yes --show-confl-seg=no --num-callers=1 --defaultsupp=no --suppressions=std_thread2.supp
prog: std_thread2
stderr_filter: filter_stderr
|