]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of stuff which should not have been committed. Urrr.
authorJulian Seward <jseward@acm.org>
Sun, 25 Nov 2007 23:56:12 +0000 (23:56 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 25 Nov 2007 23:56:12 +0000 (23:56 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7220

19 files changed:
exp-drd/tests/fp_race.stderr.diff [deleted file]
exp-drd/tests/fp_race.stderr.diff2 [deleted file]
exp-drd/tests/fp_race.stderr.out [deleted file]
exp-drd/tests/fp_race2.stderr.diff [deleted file]
exp-drd/tests/fp_race2.stderr.out [deleted file]
exp-drd/tests/pth_broadcast.stderr.diff [deleted file]
exp-drd/tests/pth_broadcast.stderr.out [deleted file]
exp-drd/tests/pth_cond_race.stderr.diff [deleted file]
exp-drd/tests/pth_cond_race.stderr.out [deleted file]
exp-drd/tests/pth_cond_race2.stderr.diff [deleted file]
exp-drd/tests/pth_cond_race2.stderr.out [deleted file]
exp-drd/tests/pth_create_chain.stderr.diff [deleted file]
exp-drd/tests/pth_create_chain.stderr.out [deleted file]
exp-drd/tests/pth_detached.stderr.diff [deleted file]
exp-drd/tests/pth_detached.stderr.out [deleted file]
exp-drd/tests/pth_detached2.stderr.diff [deleted file]
exp-drd/tests/pth_detached2.stderr.out [deleted file]
exp-drd/tests/sigalrm.stderr.diff [deleted file]
exp-drd/tests/sigalrm.stderr.out [deleted file]

diff --git a/exp-drd/tests/fp_race.stderr.diff b/exp-drd/tests/fp_race.stderr.diff
deleted file mode 100644 (file)
index fdd6beb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-0a1
-> exp-drd, a data race detector.
-4c5
-< Allocation context: s_d3 (offset 0, size 8) in fp_race, NONE:BSS
----
-> Allocation context: unknown
-12c13
-< Allocation context: s_d3 (offset 0, size 8) in fp_race, NONE:BSS
----
-> Allocation context: unknown
diff --git a/exp-drd/tests/fp_race.stderr.diff2 b/exp-drd/tests/fp_race.stderr.diff2
deleted file mode 100644 (file)
index d017f41..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-0a1
-> exp-drd, a data race detector.
diff --git a/exp-drd/tests/fp_race.stderr.out b/exp-drd/tests/fp_race.stderr.out
deleted file mode 100644 (file)
index 47b3fb6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-exp-drd, a data race detector.
-
-Conflicting load by main at 0x........ size 8
-   at 0x........: main (fp_race.cpp:?)
-Allocation context: unknown
-Other segment start (thread_func)
-   (thread finished, call stack no longer available)
-Other segment end (thread_func)
-   (thread finished, call stack no longer available)
-
-Conflicting store by main at 0x........ size 8
-   at 0x........: main (fp_race.cpp:?)
-Allocation context: unknown
-Other segment start (thread_func)
-   (thread finished, call stack no longer available)
-Other segment end (thread_func)
-   (thread finished, call stack no longer available)
-
-ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/fp_race2.stderr.diff b/exp-drd/tests/fp_race2.stderr.diff
deleted file mode 100644 (file)
index 90646f7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-0a1
-> exp-drd, a data race detector.
-1a3,17
-> Conflicting load by main at 0x........ size 8
->    at 0x........: (within /home/sewardj/VgTRUNK/trunk/exp-drd/tests/fp_race)
->    by 0x........: main (fp_race.cpp:?)
-> Allocation context: unknown
-> Other segment start (thread_func)
->    at 0x........: clone (in /...libc...)
->    by 0x........: (within libpthread-?.?.so)
->    by 0x........: ???
-> Other segment end (thread_func)
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: pthread_mutex_lock (drd_preloaded.c:?)
->    by 0x........: thread_func(void*) (fp_race.cpp:?)
->    by 0x........: vg_thread_wrapper (drd_preloaded.c:?)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-3c19
-< ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
----
-> ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/fp_race2.stderr.out b/exp-drd/tests/fp_race2.stderr.out
deleted file mode 100644 (file)
index 4f3da79..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-exp-drd, a data race detector.
-
-Conflicting load by main at 0x........ size 8
-   at 0x........: (within /home/sewardj/VgTRUNK/trunk/exp-drd/tests/fp_race)
-   by 0x........: main (fp_race.cpp:?)
-Allocation context: unknown
-Other segment start (thread_func)
-   at 0x........: clone (in /...libc...)
-   by 0x........: (within libpthread-?.?.so)
-   by 0x........: ???
-Other segment end (thread_func)
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: pthread_mutex_lock (drd_preloaded.c:?)
-   by 0x........: thread_func(void*) (fp_race.cpp:?)
-   by 0x........: vg_thread_wrapper (drd_preloaded.c:?)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_broadcast.stderr.diff b/exp-drd/tests/pth_broadcast.stderr.diff
deleted file mode 100644 (file)
index cbddd0c..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-0a1
-> exp-drd, a data race detector.
-1a3,12
-> Thread 9:
-> Conflicting load by thread 9 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-3c14,102
-< ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
----
-> Thread 10:
-> Conflicting load by thread 10 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-> 
-> Thread 11:
-> Conflicting load by thread 11 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-> 
-> Thread 2:
-> Conflicting load by thread 2 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-> 
-> Thread 3:
-> Conflicting load by thread 3 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-> 
-> Thread 5:
-> Conflicting load by thread 5 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-> 
-> Thread 4:
-> Conflicting load by thread 4 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-> 
-> Thread 6:
-> Conflicting load by thread 6 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-> 
-> Thread 7:
-> Conflicting load by thread 7 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 8)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 8)
->    (thread finished, call stack no longer available)
-> 
-> ERROR SUMMARY: 9 errors from 9 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_broadcast.stderr.out b/exp-drd/tests/pth_broadcast.stderr.out
deleted file mode 100644 (file)
index e0f76b2..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-exp-drd, a data race detector.
-
-Thread 9:
-Conflicting load by thread 9 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-Thread 10:
-Conflicting load by thread 10 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-Thread 11:
-Conflicting load by thread 11 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-Thread 2:
-Conflicting load by thread 2 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-Thread 3:
-Conflicting load by thread 3 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-Thread 5:
-Conflicting load by thread 5 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-Thread 4:
-Conflicting load by thread 4 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-Thread 6:
-Conflicting load by thread 6 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-Thread 7:
-Conflicting load by thread 7 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 8)
-   (thread finished, call stack no longer available)
-Other segment end (thread 8)
-   (thread finished, call stack no longer available)
-
-ERROR SUMMARY: 9 errors from 9 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_cond_race.stderr.diff b/exp-drd/tests/pth_cond_race.stderr.diff
deleted file mode 100644 (file)
index d017f41..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-0a1
-> exp-drd, a data race detector.
diff --git a/exp-drd/tests/pth_cond_race.stderr.out b/exp-drd/tests/pth_cond_race.stderr.out
deleted file mode 100644 (file)
index ff2547c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-exp-drd, a data race detector.
-
-Thread 2:
-Race condition: condition variable 0x........ has been signalled but the associated mutex 0x........ is not locked by the signalling thread
-   at 0x........: pthread_cond_signal@* (drd_preloaded.c:?)
-   by 0x........: thread_func(void*) (pth_cond_race.cpp:?)
-   by 0x........: vg_thread_wrapper (drd_preloaded.c:?)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_cond_race2.stderr.diff b/exp-drd/tests/pth_cond_race2.stderr.diff
deleted file mode 100644 (file)
index d017f41..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-0a1
-> exp-drd, a data race detector.
diff --git a/exp-drd/tests/pth_cond_race2.stderr.out b/exp-drd/tests/pth_cond_race2.stderr.out
deleted file mode 100644 (file)
index e321eb3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-exp-drd, a data race detector.
-
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_create_chain.stderr.diff b/exp-drd/tests/pth_create_chain.stderr.diff
deleted file mode 100644 (file)
index 7813bb4..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-0a1
-> exp-drd, a data race detector.
-1a3,12
-> Thread 2:
-> Conflicting load by thread 2 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 3)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 3)
->    (thread finished, call stack no longer available)
-3c14,59
-< ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
----
-> Thread 4:
-> Conflicting load by thread 4 at 0x........ size 8
->    at 0x........: (within /home/sewardj/VgTRUNK/trunk/exp-drd/vgpreload_exp-drd-amd64-linux.so)
->    by 0x........: thread_func(void*) (pth_create_chain.cpp:?)
->    by 0x........: vg_thread_wrapper (drd_preloaded.c:?)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /home/sewardj/VgTRUNK/trunk/exp-drd/vgpreload_exp-drd-amd64-linux.so, NONE:Text
-> Other segment start (thread 2)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 2)
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread 4 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 3)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 3)
->    (thread finished, call stack no longer available)
-> 
-> Thread 5:
-> Conflicting load by thread 5 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 3)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 3)
->    (thread finished, call stack no longer available)
-> 
-> Thread 2:
-> Conflicting load by thread 2 at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread 3)
->    (thread finished, call stack no longer available)
-> Other segment end (thread 3)
->    (thread finished, call stack no longer available)
-> 
-> ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_create_chain.stderr.out b/exp-drd/tests/pth_create_chain.stderr.out
deleted file mode 100644 (file)
index d517b71..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-exp-drd, a data race detector.
-
-Thread 2:
-Conflicting load by thread 2 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 3)
-   (thread finished, call stack no longer available)
-Other segment end (thread 3)
-   (thread finished, call stack no longer available)
-
-Thread 4:
-Conflicting load by thread 4 at 0x........ size 8
-   at 0x........: (within /home/sewardj/VgTRUNK/trunk/exp-drd/vgpreload_exp-drd-amd64-linux.so)
-   by 0x........: thread_func(void*) (pth_create_chain.cpp:?)
-   by 0x........: vg_thread_wrapper (drd_preloaded.c:?)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /home/sewardj/VgTRUNK/trunk/exp-drd/vgpreload_exp-drd-amd64-linux.so, NONE:Text
-Other segment start (thread 2)
-   (thread finished, call stack no longer available)
-Other segment end (thread 2)
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread 4 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 3)
-   (thread finished, call stack no longer available)
-Other segment end (thread 3)
-   (thread finished, call stack no longer available)
-
-Thread 5:
-Conflicting load by thread 5 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 3)
-   (thread finished, call stack no longer available)
-Other segment end (thread 3)
-   (thread finished, call stack no longer available)
-
-Thread 2:
-Conflicting load by thread 2 at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread 3)
-   (thread finished, call stack no longer available)
-Other segment end (thread 3)
-   (thread finished, call stack no longer available)
-
-ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_detached.stderr.diff b/exp-drd/tests/pth_detached.stderr.diff
deleted file mode 100644 (file)
index 091d652..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-0a1
-> exp-drd, a data race detector.
-1a3,12
-> Thread 3:
-> Conflicting load by thread_func2[0] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-3c14
-< ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
----
-> ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_detached.stderr.out b/exp-drd/tests/pth_detached.stderr.out
deleted file mode 100644 (file)
index 2a08c78..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-exp-drd, a data race detector.
-
-Thread 3:
-Conflicting load by thread_func2[0] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_detached2.stderr.diff b/exp-drd/tests/pth_detached2.stderr.diff
deleted file mode 100644 (file)
index 08d4226..0000000
+++ /dev/null
@@ -1,202 +0,0 @@
-0a1
-> exp-drd, a data race detector.
-1a3,12
-> Thread 3:
-> Conflicting load by thread_func1[1] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-3c14,199
-< ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
----
-> Thread 2:
-> Conflicting load by thread_func1[2] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func1[3] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func1[4] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func1[5] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func1[6] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func1[7] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func1[8] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Thread 3:
-> Conflicting load by thread_func1[9] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Thread 2:
-> Conflicting load by thread_func2[0] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Thread 3:
-> Conflicting load by thread_func2[1] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Thread 2:
-> Conflicting load by thread_func2[2] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func2[3] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func2[4] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func2[5] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func2[6] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func2[7] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func2[8] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> Conflicting load by thread_func2[9] at 0x........ size 8
->    at 0x........: (within libpthread-?.?.so)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-> Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-> Other segment start (thread_func1[0])
->    (thread finished, call stack no longer available)
-> Other segment end (thread_func1[0])
->    (thread finished, call stack no longer available)
-> 
-> ERROR SUMMARY: 19 errors from 19 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_detached2.stderr.out b/exp-drd/tests/pth_detached2.stderr.out
deleted file mode 100644 (file)
index acc9590..0000000
+++ /dev/null
@@ -1,199 +0,0 @@
-exp-drd, a data race detector.
-
-Thread 3:
-Conflicting load by thread_func1[1] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Thread 2:
-Conflicting load by thread_func1[2] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func1[3] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func1[4] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func1[5] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func1[6] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func1[7] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func1[8] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Thread 3:
-Conflicting load by thread_func1[9] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Thread 2:
-Conflicting load by thread_func2[0] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Thread 3:
-Conflicting load by thread_func2[1] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Thread 2:
-Conflicting load by thread_func2[2] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func2[3] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func2[4] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func2[5] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func2[6] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func2[7] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func2[8] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-Conflicting load by thread_func2[9] at 0x........ size 8
-   at 0x........: (within libpthread-?.?.so)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-Allocation context: /lib64/libpthread-2.5.so, libpthread.so.0:Text
-Other segment start (thread_func1[0])
-   (thread finished, call stack no longer available)
-Other segment end (thread_func1[0])
-   (thread finished, call stack no longer available)
-
-ERROR SUMMARY: 19 errors from 19 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/sigalrm.stderr.diff b/exp-drd/tests/sigalrm.stderr.diff
deleted file mode 100644 (file)
index 62803df..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-0a1
-> exp-drd, a data race detector.
-1a3,16
-> Conflicting load by thread 1 at 0x........ size 8
->    at 0x........: (within /home/sewardj/VgTRUNK/trunk/exp-drd/tests/sigalrm)
->    by 0x........: main (sigalrm.cpp:?)
-> Allocation context: unknown
-> Other segment start (thread 2)
->    at 0x........: clone (in /...libc...)
->    by 0x........: (within libpthread-?.?.so)
->    by 0x........: ???
-> Other segment end (thread 2)
->    at 0x........: clock_nanosleep (in /lib64/librt-2.5.so)
->    by 0x........: thread_func(void*) (sigalrm.cpp:?)
->    by 0x........: vg_thread_wrapper (drd_preloaded.c:?)
->    by 0x........: start_thread (in libpthread-?.?.so)
->    by 0x........: clone (in /...libc...)
-3c18,33
-< ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
----
-> Thread 2:
-> Conflicting load by thread 2 at 0x........ size 8
->    at 0x........: SignalHandler(int) (sigalrm.cpp:?)
-> Allocation context: stack of thread 2, offset -6320
-> Other segment start (thread 1)
->    at 0x........: clone (in /...libc...)
->    by 0x........: do_clone (in libpthread-?.?.so)
->    by 0x........: pthread_create@@GLIBC_2.2.5 (in libpthread-?.?.so)
->    by 0x........: pthread_create@* (drd_preloaded.c:?)
->    by 0x........: main (sigalrm.cpp:?)
-> Other segment end (thread 1)
->    at 0x........: pthread_join (in libpthread-?.?.so)
->    by 0x........: pthread_join (drd_preloaded.c:?)
->    by 0x........: main (sigalrm.cpp:?)
-> 
-> ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/sigalrm.stderr.out b/exp-drd/tests/sigalrm.stderr.out
deleted file mode 100644 (file)
index 3697b78..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-exp-drd, a data race detector.
-
-Conflicting load by thread 1 at 0x........ size 8
-   at 0x........: (within /home/sewardj/VgTRUNK/trunk/exp-drd/tests/sigalrm)
-   by 0x........: main (sigalrm.cpp:?)
-Allocation context: unknown
-Other segment start (thread 2)
-   at 0x........: clone (in /...libc...)
-   by 0x........: (within libpthread-?.?.so)
-   by 0x........: ???
-Other segment end (thread 2)
-   at 0x........: clock_nanosleep (in /lib64/librt-2.5.so)
-   by 0x........: thread_func(void*) (sigalrm.cpp:?)
-   by 0x........: vg_thread_wrapper (drd_preloaded.c:?)
-   by 0x........: start_thread (in libpthread-?.?.so)
-   by 0x........: clone (in /...libc...)
-
-Thread 2:
-Conflicting load by thread 2 at 0x........ size 8
-   at 0x........: SignalHandler(int) (sigalrm.cpp:?)
-Allocation context: stack of thread 2, offset -6320
-Other segment start (thread 1)
-   at 0x........: clone (in /...libc...)
-   by 0x........: do_clone (in libpthread-?.?.so)
-   by 0x........: pthread_create@@GLIBC_2.2.5 (in libpthread-?.?.so)
-   by 0x........: pthread_create@* (drd_preloaded.c:?)
-   by 0x........: main (sigalrm.cpp:?)
-Other segment end (thread 1)
-   at 0x........: pthread_join (in libpthread-?.?.so)
-   by 0x........: pthread_join (drd_preloaded.c:?)
-   by 0x........: main (sigalrm.cpp:?)
-
-ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)