From: Bart Van Assche Date: Tue, 26 Feb 2008 19:09:59 +0000 (+0000) Subject: Disabled tc07_hbl1 and tc08_hbl2 again since running these tests makes only sense... X-Git-Tag: svn/VALGRIND_3_4_0~1024 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c794ff16239aaae921ac63f2555c04dd079dbfe1;p=thirdparty%2Fvalgrind.git Disabled tc07_hbl1 and tc08_hbl2 again since running these tests makes only sense with proper support for bus locks in exp-drd. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7481 --- diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index 6980e55561..3f2cfcdb19 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -135,8 +135,6 @@ check_PROGRAMS = \ 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 @@ check_PROGRAMS = \ tc23_bogus_condwait \ tc24_nonzero_sem +# tc07_hbl1 -- requires bus locking support. +# tc08_hbl2 -- requires bus locking support. # tc14_laog_dinphils -- hangs.