summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2016-10-01 17:02:49 -0400
committerBen Gamari <ben@smart-cactus.org>2016-11-18 14:17:30 -0500
commit83bee7b71db47fe3d2f42f96cb8fef7f279fe853 (patch)
tree53262621bb5375ed25da8601fb6046e231e0db01
parentb5b9cf3a424ed32e0495aedd2376a0ffdf4a967d (diff)
downloadhaskell-83bee7b71db47fe3d2f42f96cb8fef7f279fe853.tar.gz
Mark T11978a as broken due to #12019
Test Plan: `validate --slow` Reviewers: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2536 GHC Trac Issues: #12019 (cherry picked from commit d1b4fec12250e608ca8a863ba4ef911084c468ef)
-rw-r--r--testsuite/tests/profiling/should_run/all.T4
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 3b28d45e4e..7454099e64 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -105,5 +105,7 @@ test('T11627b', [ extra_run_opts('+RTS -i0 -RTS') # census after each GC
, [''])
test('T11978a',
- [only_ways(['profthreaded']), extra_run_opts('+RTS -hb -N10')],
+ [only_ways(['profthreaded']),
+ extra_run_opts('+RTS -hb -N10'),
+ expect_broken(12019)],
compile_and_run, [''])