From: Julian Seward Date: Wed, 16 Mar 2005 12:37:30 +0000 (+0000) Subject: Remove pth_once from memcheck/tests. It already exists in X-Git-Tag: svn/VALGRIND_3_0_0~940 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdca1d1f3d7ab9e8c2a282df7f04e7f9274db11e;p=thirdparty%2Fvalgrind.git Remove pth_once from memcheck/tests. It already exists in corecheck/tests and there is no point in duplicating it. Given that it was intended to check the behaviour of our now-defunct pthread implementation there's not much point in keeping it at all. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3378 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 23a2184ea8..a08be9dcee 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -60,7 +60,6 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ overlap.stderr.exp overlap.stdout.exp overlap.vgtest \ pointer-trace.vgtest pointer-trace.stdout.exp pointer-trace.stderr.exp \ post-syscall.stderr.exp post-syscall.stdout.exp post-syscall.vgtest \ - pth_once.stderr.exp pth_once.stdout.exp pth_once.vgtest \ realloc1.stderr.exp realloc1.vgtest \ realloc2.stderr.exp realloc2.vgtest \ realloc3.stderr.exp realloc3.vgtest \ diff --git a/memcheck/tests/pth_once.stderr.exp b/memcheck/tests/pth_once.stderr.exp deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/memcheck/tests/pth_once.stdout.exp b/memcheck/tests/pth_once.stdout.exp deleted file mode 100644 index abfb2bc78b..0000000000 --- a/memcheck/tests/pth_once.stdout.exp +++ /dev/null @@ -1,12 +0,0 @@ -welcome: Welcome -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -identify_yourself: Hi, I'm a thread -main: Goodbye diff --git a/memcheck/tests/pth_once.vgtest b/memcheck/tests/pth_once.vgtest deleted file mode 100644 index bc571a2a82..0000000000 --- a/memcheck/tests/pth_once.vgtest +++ /dev/null @@ -1,2 +0,0 @@ -prog: ../../corecheck/tests/pth_once -vgopts: -q