|
From: <sv...@va...> - 2011-07-29 07:03:04
|
Author: bart
Date: 2011-07-29 07:58:16 +0100 (Fri, 29 Jul 2011)
New Revision: 11939
Log:
Yet another thread test scheduler sensitivity fix
Modified:
trunk/drd/tests/rwlock_race.stderr.exp
trunk/drd/tests/rwlock_race.vgtest
Modified: trunk/drd/tests/rwlock_race.stderr.exp
===================================================================
--- trunk/drd/tests/rwlock_race.stderr.exp 2011-07-29 06:54:22 UTC (rev 11938)
+++ trunk/drd/tests/rwlock_race.stderr.exp 2011-07-29 06:58:16 UTC (rev 11939)
@@ -1,16 +1,15 @@
-Thread 3:
-Conflicting load by thread 3 at 0x........ size 4
+Conflicting load by thread x at 0x........ size 4
at 0x........: thread_func (rwlock_race.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
Location 0x........ is 0 bytes inside local var "s_racy"
-declared at rwlock_race.c:18, in frame #? of thread 3
+declared at rwlock_race.c:18, in frame #? of thread x
-Conflicting store by thread 3 at 0x........ size 4
+Conflicting store by thread x at 0x........ size 4
at 0x........: thread_func (rwlock_race.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
Location 0x........ is 0 bytes inside local var "s_racy"
-declared at rwlock_race.c:18, in frame #? of thread 3
+declared at rwlock_race.c:18, in frame #? of thread x
Result: 2
Modified: trunk/drd/tests/rwlock_race.vgtest
===================================================================
--- trunk/drd/tests/rwlock_race.vgtest 2011-07-29 06:54:22 UTC (rev 11938)
+++ trunk/drd/tests/rwlock_race.vgtest 2011-07-29 06:58:16 UTC (rev 11939)
@@ -1,3 +1,4 @@
prereq: ./supported_libpthread
vgopts: --show-confl-seg=no --read-var-info=yes --num-callers=2
prog: rwlock_race
+stderr_filter: filter_stderr_and_thread_no
|