diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-27 23:12:19 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-28 13:14:37 +0200 |
commit | 3fb9837f3d69a6353df5a09d86c94f855dba20dc (patch) | |
tree | 7536f696372bbb6a4a729f91546749ffe2d478ce /libraries/base | |
parent | 0eb037814b39dc66a2c5549d2310e9853bc8292a (diff) | |
download | haskell-3fb9837f3d69a6353df5a09d86c94f855dba20dc.tar.gz |
Testsuite: mark tests expect_broken
* T7837 is still broken for prof_ways (#9406)
* T11627b is broken on Windows for WAY=prof_hc_hb (#12236)
* T8089 is also broken for WAY=profasm on Windows
Diffstat (limited to 'libraries/base')
-rw-r--r-- | libraries/base/tests/all.T | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index ac22336483..7950786487 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -194,12 +194,11 @@ test('T9681', normal, compile_fail, ['']) # Probably something like 1s is already enough, but I don't know enough to # make an educated guess how long it needs to be guaranteed to reach the C # call." -test('T8089', [exit_code(99), - run_timeout_multiplier(0.01), - when(opsys('mingw32'), - expect_broken_for(7325, ['normal', 'hpc', 'optasm'])), - ], - compile_and_run, ['']) +test('T8089', + [exit_code(99), run_timeout_multiplier(0.01), + when(opsys('mingw32'), + expect_broken_for(7325, ['normal', 'hpc', 'optasm', 'profasm']))], + compile_and_run, ['']) test('T9826',normal, compile_and_run,['']) test('T9848', [ stats_num_field('bytes allocated', |