summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling
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-10-01 17:02:54 -0400
commitd1b4fec12250e608ca8a863ba4ef911084c468ef (patch)
tree4b5cd04993953d63288b7756a1faf10620f611a5 /testsuite/tests/profiling
parentf869b23e9ac910720047b8ec078b52c3c2641627 (diff)
downloadhaskell-d1b4fec12250e608ca8a863ba4ef911084c468ef.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
Diffstat (limited to 'testsuite/tests/profiling')
-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 7aa7977350..151b75b858 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -110,7 +110,9 @@ 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, [''])
test('toplevel_scc_1',