Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3dcdae945b78da5bc1e6e48ae96da5b0cb0708e1 >--------------------------------------------------------------- commit 3dcdae945b78da5bc1e6e48ae96da5b0cb0708e1 Author: Edward Z. Yang <[email protected]> Date: Wed Sep 26 15:09:37 2012 -0700 Tweak #367 tests to use -fno-omit-yields and expect passes. Signed-off-by: Edward Z. Yang <[email protected]> >--------------------------------------------------------------- tests/concurrent/should_run/all.T | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/concurrent/should_run/all.T b/tests/concurrent/should_run/all.T index 4726e32..71b821f 100644 --- a/tests/concurrent/should_run/all.T +++ b/tests/concurrent/should_run/all.T @@ -22,8 +22,8 @@ test('conc072', only_ways(['threaded2']), compile_and_run, ['']) test('conc073', normal, compile_and_run, ['']) # vector code must get inlined to become non-allocating -test('367', composes([skip_if_fast, reqlib('vector'), expect_broken(367), timeout_multiplier(0.001)]), compile_and_run, ['-O2']) -test('367_letnoescape', composes([skip_if_fast, expect_broken(367), timeout_multiplier(0.001)]), compile_and_run, ['']) +test('367', composes([reqlib('vector'), timeout_multiplier(0.001)]), compile_and_run, ['-O2 -fno-omit-yields']) +test('367_letnoescape', composes([timeout_multiplier(0.001)]), compile_and_run, ['-fno-omit-yields']) test('1980', normal, compile_and_run, ['']) test('2910', normal, compile_and_run, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
