summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-09-26 10:01:29 -0400
committerBen Gamari <ben@smart-cactus.org>2019-09-26 10:01:56 -0400
commit24f0195e5e267b9718e8e302f3e48e089c3c20ad (patch)
treed8897c8fe8b30672d290d29046f7b6d8d3811574
parent795986aaf33e2ffc233836b86a92a77366c91db2 (diff)
downloadhaskell-wip/T17253.tar.gz
testsuite: Mark compact_gc as fragile in the ghci waywip/T17253
As noted in #17253.
-rw-r--r--libraries/ghc-compact/tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-compact/tests/all.T b/libraries/ghc-compact/tests/all.T
index 1f20a4e4ca..ec0d20fe05 100644
--- a/libraries/ghc-compact/tests/all.T
+++ b/libraries/ghc-compact/tests/all.T
@@ -14,7 +14,7 @@ test('compact_cycle', extra_run_opts('+RTS -K1m'), compile_and_run, [''])
test('compact_function', exit_code(1), compile_and_run, [''])
test('compact_mutable', exit_code(1), compile_and_run, [''])
test('compact_pinned', exit_code(1), compile_and_run, [''])
-test('compact_gc', ignore_stdout, compile_and_run, [''])
+test('compact_gc', [fragile_for(17253, ['ghci']), ignore_stdout], compile_and_run, [''])
# this test computes closure sizes and those are affected
# by the ghci and prof ways, because of BCOs and profiling headers.
test('compact_share', omit_ways(['ghci', 'profasm', 'profthreaded']),