|
From: <sv...@va...> - 2008-02-25 20:34:15
|
Author: bart
Date: 2008-02-25 20:34:15 +0000 (Mon, 25 Feb 2008)
New Revision: 7465
Log:
Fixed more Fedora 8 regression test failures.
Added:
trunk/exp-drd/tests/tc07_hbl1.stdout.exp
trunk/exp-drd/tests/tc21_pthonce.stdout.exp
Modified:
trunk/exp-drd/tests/Makefile.am
Modified: trunk/exp-drd/tests/Makefile.am
===================================================================
--- trunk/exp-drd/tests/Makefile.am 2008-02-25 20:25:41 UTC (rev 7464)
+++ trunk/exp-drd/tests/Makefile.am 2008-02-25 20:34:15 UTC (rev 7465)
@@ -56,13 +56,13 @@
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 @@
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 \
Added: trunk/exp-drd/tests/tc07_hbl1.stdout.exp
===================================================================
--- trunk/exp-drd/tests/tc07_hbl1.stdout.exp (rev 0)
+++ trunk/exp-drd/tests/tc07_hbl1.stdout.exp 2008-02-25 20:34:15 UTC (rev 7465)
@@ -0,0 +1 @@
+x = 2
Added: trunk/exp-drd/tests/tc21_pthonce.stdout.exp
===================================================================
--- trunk/exp-drd/tests/tc21_pthonce.stdout.exp (rev 0)
+++ trunk/exp-drd/tests/tc21_pthonce.stdout.exp 2008-02-25 20:34:15 UTC (rev 7465)
@@ -0,0 +1,4 @@
+welcome: Welcome
+child: Hi, I'm thread 0
+child: Hi, I'm thread 1
+main: Goodbye
|