diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-09-26 11:11:36 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-27 22:19:26 -0400 |
commit | ad2a1f990bb3cf685d741fb69e88cb75300ce561 (patch) | |
tree | 24005baf5302f5bce6c64c7d0996fc3504a1dab1 | |
parent | bb984ac6cb072b62215310fc8a1071a2101f7927 (diff) | |
download | haskell-ad2a1f990bb3cf685d741fb69e88cb75300ce561.tar.gz |
testsuite: Mark T3389 as broken in profiled ways on i386
As noted in #17256.
-rw-r--r-- | testsuite/tests/driver/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T index b2187a2517..7505a38738 100644 --- a/testsuite/tests/driver/all.T +++ b/testsuite/tests/driver/all.T @@ -142,7 +142,8 @@ test('rtsopts001', [extra_files(['rtsOpts.hs'])], makefile_test, []) test('rtsopts002', normal, makefile_test, []) test('withRtsOpts', [], makefile_test, []) -test('T3389', normal, compile_and_run, ['']) + +test('T3389', when(arch('i386'), expect_broken_for(17256, prof_ways)), compile_and_run, ['']) test('T3364', normalise_fun(normalise_errmsg), makefile_test, []) # T4437: A test to ensure that Cabal's language extension list remains |