summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-01 22:57:55 -0500
committerBen Gamari <ben@smart-cactus.org>2019-03-01 22:59:40 -0500
commit3981c4126954b6bca86afbea2bdb47bdcc31ecf4 (patch)
treef8cf48258a985637372793a9dfbcdac64152f5b9
parentedd2108ab1156e31720f6e5fe662d26abd5061c6 (diff)
downloadhaskell-wip/heapprof001-fragile.tar.gz
testsuite: Mark heapprof001 as fragile on all platformswip/heapprof001-fragile
See #15382.
-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 f6891c3859..0222a3eeaf 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'), fragile(15382)),
+ fragile(15382),
extra_run_opts('7')],
compile_and_run, [''])