|
From: <sv...@va...> - 2008-02-26 19:10:02
|
Author: bart Date: 2008-02-26 19:09:59 +0000 (Tue, 26 Feb 2008) New Revision: 7481 Log: Disabled tc07_hbl1 and tc08_hbl2 again since running these tests makes only sense with proper support for bus locks in exp-drd. Modified: trunk/exp-drd/tests/Makefile.am Modified: trunk/exp-drd/tests/Makefile.am =================================================================== --- trunk/exp-drd/tests/Makefile.am 2008-02-26 19:07:34 UTC (rev 7480) +++ trunk/exp-drd/tests/Makefile.am 2008-02-26 19:09:59 UTC (rev 7481) @@ -135,8 +135,6 @@ tc04_free_lock \ tc05_simple_race \ tc06_two_races \ - tc07_hbl1 \ - tc08_hbl2 \ tc09_bad_unlock \ tc10_rec_lock \ tc11_XCHG \ @@ -153,6 +151,8 @@ tc23_bogus_condwait \ tc24_nonzero_sem +# tc07_hbl1 -- requires bus locking support. +# tc08_hbl2 -- requires bus locking support. # tc14_laog_dinphils -- hangs. |