|
From: <sv...@va...> - 2008-11-16 21:59:35
|
Author: sewardj
Date: 2008-11-16 21:59:29 +0000 (Sun, 16 Nov 2008)
New Revision: 8770
Log:
Make test 'tc21_pthonce' less scheduling-sensitive.
Modified:
trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc23-amd64
trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-amd64
trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-x86
trunk/helgrind/tests/tc21_pthonce.vgtest
Modified: trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc23-amd64
===================================================================
--- trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc23-amd64 2008-11-16 21:40:54 UTC (rev 8769)
+++ trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc23-amd64 2008-11-16 21:59:29 UTC (rev 8770)
@@ -1,12 +1,12 @@
-Thread #2 was created
+Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: ...
by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
-Thread #3 was created
+Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: ...
by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
Modified: trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-amd64
===================================================================
--- trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-amd64 2008-11-16 21:40:54 UTC (rev 8769)
+++ trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-amd64 2008-11-16 21:59:29 UTC (rev 8770)
@@ -1,24 +1,24 @@
-Thread #3 was created
+Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: ...
by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
-Thread #2 was created
+Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: ...
by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
-Possible data race during read of size 4 at 0x........ by thread #3
+Possible data race during read of size 4 at 0x........ by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
by 0x........: ...
by 0x........: ...
- This conflicts with a previous access by thread #2
+ This conflicts with a previous access by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
by 0x........: ...
Modified: trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-x86
===================================================================
--- trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-x86 2008-11-16 21:40:54 UTC (rev 8769)
+++ trunk/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-x86 2008-11-16 21:59:29 UTC (rev 8770)
@@ -1,11 +1,11 @@
-Thread #2 was created
+Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
-Thread #3 was created
+Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
Modified: trunk/helgrind/tests/tc21_pthonce.vgtest
===================================================================
--- trunk/helgrind/tests/tc21_pthonce.vgtest 2008-11-16 21:40:54 UTC (rev 8769)
+++ trunk/helgrind/tests/tc21_pthonce.vgtest 2008-11-16 21:59:29 UTC (rev 8770)
@@ -1 +1,2 @@
prog: tc21_pthonce
+stderr_filter: ./filter_threadnums
|