summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-26 10:14:02 -0500
committerBen Gamari <ben@smart-cactus.org>2019-02-26 15:37:52 -0500
commita988c89c5d69013b1db2fbff3eef20968cd5e672 (patch)
treeecca3028ffdb92b695e0b0163636633e13c0b08f
parent2a8bd85974941fbff951ab43564fe787a0c6019e (diff)
downloadhaskell-a988c89c5d69013b1db2fbff3eef20968cd5e672.tar.gz
testsuite: Mark heapprof001 as fragile on i386
-rw-r--r--testsuite/tests/profiling/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 9b6018ca81..044d4fe2c1 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -23,7 +23,7 @@ expect_broken_for_10037 = expect_broken_for(
test('heapprof001',
[when(have_profiling(), extra_ways(extra_prof_ways)),
- when(arch('i386'), expect_broken_for(15382, ['prof_hc_hb'])),
+ when(arch('i386'), fragile(15382)),
extra_run_opts('7')],
compile_and_run, [''])