]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed more Fedora 8 regression test failures.
authorBart Van Assche <bvanassche@acm.org>
Mon, 25 Feb 2008 20:34:15 +0000 (20:34 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 25 Feb 2008 20:34:15 +0000 (20:34 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7465

exp-drd/tests/Makefile.am
exp-drd/tests/tc07_hbl1.stdout.exp [new file with mode: 0644]
exp-drd/tests/tc21_pthonce.stdout.exp [new file with mode: 0644]

index f935ec7849ee72bf47d1428ae56517e02a6d651e..ef89663bf84a023ace2f065146ff7e62ac9fd3c8 100644 (file)
@@ -56,13 +56,13 @@ EXTRA_DIST = $(noinst_SCRIPTS)                                  \
         tc04_free_lock.vgtest                                   \
         tc04_free_lock.stderr.exp                               \
         tc07_hbl1.vgtest                                        \
-        tc07_hbl1.stderr.exp                                    \
+        tc07_hbl1.stderr.exp tc07_hbl1.stdout.exp               \
         tc09_bad_unlock.vgtest                                  \
         tc09_bad_unlock.stderr.exp                              \
         tc10_rec_lock.vgtest                                    \
         tc10_rec_lock.stderr.exp                                \
         tc11_XCHG.vgtest                                        \
-        tc11_XCHG.stderr.exp                                    \
+        tc11_XCHG.stderr.exp tc11_XCHG.stderr.exp               \
         tc12_rwl_trivial.vgtest                                 \
         tc12_rwl_trivial.stderr.exp                             \
         tc13_laog1.vgtest                                       \
@@ -80,7 +80,7 @@ EXTRA_DIST = $(noinst_SCRIPTS)                                  \
         tc20_verifywrap.vgtest                                  \
         tc20_verifywrap.stderr.exp                              \
         tc21_pthonce.vgtest                                     \
-        tc21_pthonce.stderr.exp                                 \
+        tc21_pthonce.stderr.exp tc21_pthonce.stdout.exp         \
         tc22_exit_w_lock.vgtest                                 \
         tc22_exit_w_lock.stderr.exp                             \
         tc23_bogus_condwait.vgtest                              \
diff --git a/exp-drd/tests/tc07_hbl1.stdout.exp b/exp-drd/tests/tc07_hbl1.stdout.exp
new file mode 100644 (file)
index 0000000..407de30
--- /dev/null
@@ -0,0 +1 @@
+x = 2
diff --git a/exp-drd/tests/tc21_pthonce.stdout.exp b/exp-drd/tests/tc21_pthonce.stdout.exp
new file mode 100644 (file)
index 0000000..e6c2dc2
--- /dev/null
@@ -0,0 +1,4 @@
+welcome: Welcome
+child: Hi, I'm thread 0
+child: Hi, I'm thread 1
+main: Goodbye