diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-17 10:31:34 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-17 10:31:34 -0400 |
commit | 749bc1a0b08c75b69b5ea7d6faab3626b1d75c03 (patch) | |
tree | 907207309ad850f2d6d894b4d6a25b48149a9285 | |
parent | d1c7239c037e267873658160b5c290f08f0d6502 (diff) | |
download | haskell-749bc1a0b08c75b69b5ea7d6faab3626b1d75c03.tar.gz |
testsuite: Mark T3001-2 as broken on 32-bit platforms
Due to #15063.
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index 7904de8991..75882a3502 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -33,7 +33,9 @@ test('T2592', test('T3001', [only_ways(['prof_hb']), extra_ways(['prof_hb'])], compile_and_run, ['']) -test('T3001-2', [only_ways(['prof_hb']), extra_ways(['prof_hb'])], +test('T3001-2', + [only_ways(['prof_hb']), extra_ways(['prof_hb']), + when(wordsize(32), expect_broken(15063))], compile_and_run, ['-package bytestring']) # For profasm/profthreaded, the answer is correct but the ordering of some |