[commit: ghc] master: Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways) (3b23379)

git at git.haskell.org git at git.haskell.org
Wed Sep 2 16:49:13 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3b233793b2131c1c77be3b2d81f48e569c422439/ghc

>---------------------------------------------------------------

commit 3b233793b2131c1c77be3b2d81f48e569c422439
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Wed Sep 2 18:49:25 2015 +0200

    Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)
    
    Please revert when #10712 is fixed.


>---------------------------------------------------------------

3b233793b2131c1c77be3b2d81f48e569c422439
 libraries/base/tests/all.T                  | 2 +-
 testsuite/tests/concurrent/should_run/all.T | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index d77db30..7021c2d 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -81,7 +81,7 @@ test('enum01',          when(fast(), skip), compile_and_run, [''])
 test('enum02',          when(fast(), skip), compile_and_run, [''])
 test('enum03',          when(fast(), skip), compile_and_run, [''])
 test('enum04', 		normal, compile_and_run, [''])
-test('exceptionsrun001', 	normal, compile_and_run, [''])
+test('exceptionsrun001', expect_broken_for(10712, opt_ways), compile_and_run, [''])
 test('exceptionsrun002', 	normal, compile_and_run, [''])
 test('foldableArray',   normal, compile_and_run, [''])
 test('list001'	,	when(fast(), skip), compile_and_run, [''])
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 80734ad..f4bd781 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -32,7 +32,7 @@ test('T367_letnoescape',
 test('T1980', normal, compile_and_run, [''])
 test('T2910', normal, compile_and_run, [''])
 test('T2910a', normal, compile_and_run, [''])
-test('T3279', normal, compile_and_run, [''])
+test('T3279', expect_broken_for(10712, opt_ways), compile_and_run, [''])
 
 # This test takes a long time with the default context switch interval
 test('T3429', extra_run_opts('+RTS -C0.001 -RTS'), compile_and_run, [''])
@@ -129,11 +129,12 @@ test('conc009', exit_code(1), compile_and_run, [''])
 test('conc010', normal, compile_and_run, [''])
 
 # conc012(ghci) needs a smaller stack, or it takes forever
-test('conc012', extra_run_opts('+RTS -K8m -RTS'), compile_and_run, [''])
+test('conc012',
+     [extra_run_opts('+RTS -K8m -RTS'), expect_broken_for(10712, opt_ways)],
+     compile_and_run, [''])
 
 test('conc013', normal, compile_and_run, [''])
-
-test('conc014', normal, compile_and_run, [''])
+test('conc014', expect_broken_for(10712, opt_ways), compile_and_run, [''])
 test('conc015', normal, compile_and_run, [''])
 test('conc015a', normal, compile_and_run, [''])
 test('conc016', omit_ways(['threaded2']), # see comment in conc016.hs



More information about the ghc-commits mailing list