From 3d66bb26af97d05c51d506ff8d8213ce05edb05f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 7 Mar 2008 19:29:03 +0000 Subject: [PATCH] Added LinuxThreads output files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7587 --- exp-drd/tests/Makefile.am | 5 +++++ exp-drd/tests/tc07_hbl1.stderr.exp-linuxthreads | 7 +++++++ exp-drd/tests/tc07_hbl1.stdout.exp-linuxthreads | 0 exp-drd/tests/tc08_hbl2.stderr.exp-linuxhtreads | 7 +++++++ exp-drd/tests/tc08_hbl2.stdout.exp-linuxhtreads | 0 5 files changed, 19 insertions(+) create mode 100644 exp-drd/tests/tc07_hbl1.stderr.exp-linuxthreads create mode 100644 exp-drd/tests/tc07_hbl1.stdout.exp-linuxthreads create mode 100644 exp-drd/tests/tc08_hbl2.stderr.exp-linuxhtreads create mode 100644 exp-drd/tests/tc08_hbl2.stdout.exp-linuxhtreads diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index ac487c5e34..91a96ca947 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -117,9 +117,14 @@ EXTRA_DIST = \ tc06_two_races.stderr.exp-linuxthreads \ tc06_two_races.vgtest \ tc07_hbl1.stderr.exp \ + tc07_hbl1.stderr.exp-linuxthreads \ tc07_hbl1.stdout.exp \ + tc07_hbl1.stdout.exp-linuxthreads \ tc07_hbl1.vgtest \ tc08_hbl2.stderr.exp \ + tc08_hbl2.stderr.exp-linuxthreads \ + tc08_hbl2.stdout.exp \ + tc08_hbl2.stdout.exp-linuxthreads \ tc08_hbl2.vgtest \ tc09_bad_unlock.stderr.exp \ tc09_bad_unlock.stderr.exp-linuxthreads \ diff --git a/exp-drd/tests/tc07_hbl1.stderr.exp-linuxthreads b/exp-drd/tests/tc07_hbl1.stderr.exp-linuxthreads new file mode 100644 index 0000000000..7fff629010 --- /dev/null +++ b/exp-drd/tests/tc07_hbl1.stderr.exp-linuxthreads @@ -0,0 +1,7 @@ + +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 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/exp-drd/tests/tc08_hbl2.stderr.exp-linuxhtreads b/exp-drd/tests/tc08_hbl2.stderr.exp-linuxhtreads new file mode 100644 index 0000000000..7fff629010 --- /dev/null +++ b/exp-drd/tests/tc08_hbl2.stderr.exp-linuxhtreads @@ -0,0 +1,7 @@ + +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-linuxhtreads b/exp-drd/tests/tc08_hbl2.stdout.exp-linuxhtreads new file mode 100644 index 0000000000..e69de29bb2 -- 2.47.3