summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-01 22:57:55 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-13 15:03:53 -0400
commit23fc615679072a6fa433460a92f597af2ae388b2 (patch)
tree147e2731a9010df26c70009ae4f2f40d129691e1
parenta0cab873b592290b2b389f88069ee03a89f32291 (diff)
downloadhaskell-23fc615679072a6fa433460a92f597af2ae388b2.tar.gz
testsuite: Mark heapprof001 as fragile on all platforms
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 c250ea952b..a56223d848 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, [''])