]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed LinuxThreads expected output files.
authorBart Van Assche <bvanassche@acm.org>
Wed, 19 Mar 2008 17:03:14 +0000 (17:03 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 19 Mar 2008 17:03:14 +0000 (17:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7739

52 files changed:
exp-drd/tests/fp_race.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/fp_race2.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/hg01_all_ok.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/hg02_deadlock.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/hg03_inherit.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/hg04_race.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/hg05_race2.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/hg06_readshared.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/matinv.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/matinv.stdout.exp-linuxthreads [deleted file]
exp-drd/tests/pth_barrier.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_barrier2.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_barrier3.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_broadcast.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_cond_race.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_cond_race2.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_create_chain.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_detached.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_detached.stdout.exp-linuxthreads [deleted file]
exp-drd/tests/pth_detached2.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_detached2.stdout.exp-linuxthreads [deleted file]
exp-drd/tests/pth_detached_sem.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/pth_detached_sem.stdout.exp-linuxthreads [deleted file]
exp-drd/tests/rwlock_race.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/sem_as_mutex.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/sem_as_mutex2.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/sigalrm.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc01_simple_race.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc02_simple_tls.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc03_re_excl.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc04_free_lock.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc05_simple_race.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc06_two_races.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc07_hbl1.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc07_hbl1.stdout.exp-linuxthreads [deleted file]
exp-drd/tests/tc08_hbl2.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc08_hbl2.stdout.exp-linuxthreads [deleted file]
exp-drd/tests/tc09_bad_unlock.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc10_rec_lock.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc11_XCHG.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc11_XCHG.stdout.exp-linuxthreads [deleted file]
exp-drd/tests/tc12_rwl_trivial.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc16_byterace.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc17_sembar.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc18_semabuse.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc20_verifywrap.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc20_verifywrap2.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc21_pthonce.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc21_pthonce.stdout.exp-linuxthreads [deleted file]
exp-drd/tests/tc22_exit_w_lock.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/tc23_bogus_condwait.stderr.exp-linuxthreads [deleted file]
exp-drd/tests/trylock.stderr.exp-linuxthreads [deleted file]

diff --git a/exp-drd/tests/fp_race.stderr.exp-linuxthreads b/exp-drd/tests/fp_race.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/fp_race2.stderr.exp-linuxthreads b/exp-drd/tests/fp_race2.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/hg01_all_ok.stderr.exp-linuxthreads b/exp-drd/tests/hg01_all_ok.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/hg02_deadlock.stderr.exp-linuxthreads b/exp-drd/tests/hg02_deadlock.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/hg03_inherit.stderr.exp-linuxthreads b/exp-drd/tests/hg03_inherit.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/hg04_race.stderr.exp-linuxthreads b/exp-drd/tests/hg04_race.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/hg05_race2.stderr.exp-linuxthreads b/exp-drd/tests/hg05_race2.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/hg06_readshared.stderr.exp-linuxthreads b/exp-drd/tests/hg06_readshared.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/matinv.stderr.exp-linuxthreads b/exp-drd/tests/matinv.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/matinv.stdout.exp-linuxthreads b/exp-drd/tests/matinv.stdout.exp-linuxthreads
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/exp-drd/tests/pth_barrier.stderr.exp-linuxthreads b/exp-drd/tests/pth_barrier.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index e1e0bbb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ERROR SUMMARY: 0 errors from 0 contexts
diff --git a/exp-drd/tests/pth_barrier2.stderr.exp-linuxthreads b/exp-drd/tests/pth_barrier2.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index e1e0bbb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ERROR SUMMARY: 0 errors from 0 contexts
diff --git a/exp-drd/tests/pth_barrier3.stderr.exp-linuxthreads b/exp-drd/tests/pth_barrier3.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index e1e0bbb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ERROR SUMMARY: 0 errors from 0 contexts
diff --git a/exp-drd/tests/pth_broadcast.stderr.exp-linuxthreads b/exp-drd/tests/pth_broadcast.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_cond_race.stderr.exp-linuxthreads b/exp-drd/tests/pth_cond_race.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_cond_race2.stderr.exp-linuxthreads b/exp-drd/tests/pth_cond_race2.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_create_chain.stderr.exp-linuxthreads b/exp-drd/tests/pth_create_chain.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_detached.stderr.exp-linuxthreads b/exp-drd/tests/pth_detached.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_detached.stdout.exp-linuxthreads b/exp-drd/tests/pth_detached.stdout.exp-linuxthreads
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/exp-drd/tests/pth_detached2.stderr.exp-linuxthreads b/exp-drd/tests/pth_detached2.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_detached2.stdout.exp-linuxthreads b/exp-drd/tests/pth_detached2.stdout.exp-linuxthreads
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/exp-drd/tests/pth_detached_sem.stderr.exp-linuxthreads b/exp-drd/tests/pth_detached_sem.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/pth_detached_sem.stdout.exp-linuxthreads b/exp-drd/tests/pth_detached_sem.stdout.exp-linuxthreads
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/exp-drd/tests/rwlock_race.stderr.exp-linuxthreads b/exp-drd/tests/rwlock_race.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/sem_as_mutex.stderr.exp-linuxthreads b/exp-drd/tests/sem_as_mutex.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/sem_as_mutex2.stderr.exp-linuxthreads b/exp-drd/tests/sem_as_mutex2.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/sigalrm.stderr.exp-linuxthreads b/exp-drd/tests/sigalrm.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc01_simple_race.stderr.exp-linuxthreads b/exp-drd/tests/tc01_simple_race.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc02_simple_tls.stderr.exp-linuxthreads b/exp-drd/tests/tc02_simple_tls.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc03_re_excl.stderr.exp-linuxthreads b/exp-drd/tests/tc03_re_excl.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc04_free_lock.stderr.exp-linuxthreads b/exp-drd/tests/tc04_free_lock.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 25f8566..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
-   at 0x........: free (vg_replace_malloc.c:...)
-   by 0x........: main (../../helgrind/tests/tc04_free_lock.c:24)
-
-Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
-   at 0x........: bar (../../helgrind/tests/tc04_free_lock.c:40)
-   by 0x........: main (../../helgrind/tests/tc04_free_lock.c:26)
-
-Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
-   at 0x........: foo (../../helgrind/tests/tc04_free_lock.c:49)
-   by 0x........: main (../../helgrind/tests/tc04_free_lock.c:27)
-
-Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
-   at 0x........: bar (../../helgrind/tests/tc04_free_lock.c:40)
-   by 0x........: main (../../helgrind/tests/tc04_free_lock.c:28)
-
-ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc05_simple_race.stderr.exp-linuxthreads b/exp-drd/tests/tc05_simple_race.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index e1e0bbb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ERROR SUMMARY: 0 errors from 0 contexts
diff --git a/exp-drd/tests/tc06_two_races.stderr.exp-linuxthreads b/exp-drd/tests/tc06_two_races.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index e1e0bbb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ERROR SUMMARY: 0 errors from 0 contexts
diff --git a/exp-drd/tests/tc07_hbl1.stderr.exp-linuxthreads b/exp-drd/tests/tc07_hbl1.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc07_hbl1.stdout.exp-linuxthreads b/exp-drd/tests/tc07_hbl1.stdout.exp-linuxthreads
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/exp-drd/tests/tc08_hbl2.stderr.exp-linuxthreads b/exp-drd/tests/tc08_hbl2.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc08_hbl2.stdout.exp-linuxthreads b/exp-drd/tests/tc08_hbl2.stdout.exp-linuxthreads
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/exp-drd/tests/tc09_bad_unlock.stderr.exp-linuxthreads b/exp-drd/tests/tc09_bad_unlock.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 8bec00c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-
-Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
-   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
-   by 0x........: nearly_main (../../helgrind/tests/tc09_bad_unlock.c:27)
-   by 0x........: main (../../helgrind/tests/tc09_bad_unlock.c:49)
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
-   at 0x........: kill (in /...libc...)
-   by 0x........: abort (in /...libc...)
-   by 0x........: vg_set_main_thread_state (drd_pthread_intercepts.c:?)
-   by 0x........: pthread_create* (drd_pthread_intercepts.c:?)
-   by 0x........: nearly_main (../../helgrind/tests/tc09_bad_unlock.c:35)
-   by 0x........: main (../../helgrind/tests/tc09_bad_unlock.c:49)
-
-ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc10_rec_lock.stderr.exp-linuxthreads b/exp-drd/tests/tc10_rec_lock.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index fce1030..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-before lock #1
-before lock #2
-before lock #3
-before unlock #1
-before unlock #2
-before unlock #3
-before unlock #4
-Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
-   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
-   by 0x........: nearly_main (../../helgrind/tests/tc10_rec_lock.c:42)
-   by 0x........: main (../../helgrind/tests/tc10_rec_lock.c:47)
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc11_XCHG.stderr.exp-linuxthreads b/exp-drd/tests/tc11_XCHG.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc11_XCHG.stdout.exp-linuxthreads b/exp-drd/tests/tc11_XCHG.stdout.exp-linuxthreads
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/exp-drd/tests/tc12_rwl_trivial.stderr.exp-linuxthreads b/exp-drd/tests/tc12_rwl_trivial.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 8aa486f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Reader-writer lock not locked by calling thread: rwlock 0x.........
-   at 0x........: pthread_rwlock_unlock* (drd_pthread_intercepts.c:?)
-   by 0x........: main (../../helgrind/tests/tc12_rwl_trivial.c:29)
-tc12_rwl_trivial: ../../helgrind/tests/tc12_rwl_trivial.c:29: main: Assertion `r == 0' failed.
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc16_byterace.stderr.exp-linuxthreads b/exp-drd/tests/tc16_byterace.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc17_sembar.stderr.exp-linuxthreads b/exp-drd/tests/tc17_sembar.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index aa075e4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-starting
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc18_semabuse.stderr.exp-linuxthreads b/exp-drd/tests/tc18_semabuse.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc20_verifywrap.stderr.exp-linuxthreads b/exp-drd/tests/tc20_verifywrap.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 14212f9..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
------- This is output for < glibc 2.4 ------
-
----------------- pthread_create/join ----------------
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc20_verifywrap2.stderr.exp-linuxthreads b/exp-drd/tests/tc20_verifywrap2.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 6137605..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-
-[1/1] pre_mutex_lock  mutex 0x........ rc 0 owner 0
-[1/1] post_mutex_lock mutex 0x........ rc 0 owner 0
-[1/1] mutex_unlock    mutex 0x........ rc 1
-[1/1] pre_mutex_lock  mutex 0x........ rc 0 owner 0
-[1/1] post_mutex_lock mutex 0x........ rc 0 owner 0
-[1/1] mutex_unlock    mutex 0x........ rc 1
-[1/1] pre_mutex_lock  mutex 0x........ rc 0 owner 1
-[1/1] post_mutex_lock mutex 0x........ rc 0 owner 1
-[1/1] mutex_unlock    mutex 0x........ rc 1
-[1/1] pre_mutex_lock  mutex 0x........ rc 0 owner 1
-[1/1] post_mutex_lock mutex 0x........ rc 0 owner 1
-[1/1] mutex_unlock    mutex 0x........ rc 1
-[1/1] pre_mutex_lock  recursive mutex 0x........ rc 0 owner 0
-[1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 0
-
-
------- This is output for < glibc 2.4 ------
-[1/1] mutex_unlock    recursive mutex 0x........ rc 1
-[1/1] pre_mutex_lock  recursive mutex 0x........ rc 0 owner 1
-[1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 1
-
----------------- pthread_create/join ----------------
-
-[1/1] mutex_unlock    recursive mutex 0x........ rc 1
-[1/1] pre_mutex_lock  recursive mutex 0x........ rc 0 owner 1
-[1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 1
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-[1/1] mutex_unlock    recursive mutex 0x........ rc 1
-[1/1] pre_mutex_lock  recursive mutex 0x........ rc 0 owner 0
-[1/1] post_mutex_lock recursive mutex 0x........ rc 0 owner 0
-[1/1] mutex_unlock    recursive mutex 0x........ rc 1
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc21_pthonce.stderr.exp-linuxthreads b/exp-drd/tests/tc21_pthonce.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc21_pthonce.stdout.exp-linuxthreads b/exp-drd/tests/tc21_pthonce.stdout.exp-linuxthreads
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/exp-drd/tests/tc22_exit_w_lock.stderr.exp-linuxthreads b/exp-drd/tests/tc22_exit_w_lock.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/tc23_bogus_condwait.stderr.exp-linuxthreads b/exp-drd/tests/tc23_bogus_condwait.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 7fff629..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Detected the LinuxThreads threading library. Sorry, but DRD only supports
-the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
-after having upgraded to a newer version of your Linux distribution.
-Giving up.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
diff --git a/exp-drd/tests/trylock.stderr.exp-linuxthreads b/exp-drd/tests/trylock.stderr.exp-linuxthreads
deleted file mode 100644 (file)
index 742e434..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-Locking rwlock via pthread_rwlock_wrlock().
-Locking rwlock via pthread_rwlock_trywrlock().
-Locking rwlock via pthread_rwlock_timedwrlock().
-trylock: trylock.c:36: main: Assertion `r == 0' failed.
-
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)