diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-02 18:49:25 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-09-02 18:49:26 +0200 |
commit | 3b233793b2131c1c77be3b2d81f48e569c422439 (patch) | |
tree | 49bfa5548f4b8ac0bc855a2859014d9c3d22b615 /libraries | |
parent | e0b3ff0f21f046c14f753182d3ec5c64dd9ecab4 (diff) | |
download | haskell-3b233793b2131c1c77be3b2d81f48e569c422439.tar.gz |
Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)
Please revert when #10712 is fixed.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/tests/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index d77db30261..7021c2d215 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, ['']) |