|
From: <sv...@va...> - 2008-05-12 22:06:49
|
Author: sewardj Date: 2008-05-12 23:06:42 +0100 (Mon, 12 May 2008) New Revision: 8054 Log: Run this test on 'none' rather than exp-drd. It really wants to run natively, but there's no obvious way to do that. Modified: trunk/exp-drd/tests/drd_bitmap_test.stderr.exp trunk/exp-drd/tests/drd_bitmap_test.vgtest Modified: trunk/exp-drd/tests/drd_bitmap_test.stderr.exp =================================================================== --- trunk/exp-drd/tests/drd_bitmap_test.stderr.exp 2008-05-12 19:23:11 UTC (rev 8053) +++ trunk/exp-drd/tests/drd_bitmap_test.stderr.exp 2008-05-12 22:06:42 UTC (rev 8054) @@ -1,3 +1,2 @@ -ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) Modified: trunk/exp-drd/tests/drd_bitmap_test.vgtest =================================================================== --- trunk/exp-drd/tests/drd_bitmap_test.vgtest 2008-05-12 19:23:11 UTC (rev 8053) +++ trunk/exp-drd/tests/drd_bitmap_test.vgtest 2008-05-12 22:06:42 UTC (rev 8054) @@ -1,3 +1,10 @@ +# +# This test really needs to run natively. Since there's no +# obvious way to get the regtest mechanism to do that, at least +# run it on 'none' to minimise the time overhead. +# prereq: ./supported_libpthread prog: drd_bitmap_test args: -q +vgopts: --tool=none +stderr_filter: ../../none/tests/filter_stderr |