[commit: ghc] ghc-8.0: Mark T11978a as broken due to #12019 (83bee7b)
git at git.haskell.org
git at git.haskell.org
Sun Nov 20 17:22:06 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/83bee7b71db47fe3d2f42f96cb8fef7f279fe853/ghc
>---------------------------------------------------------------
commit 83bee7b71db47fe3d2f42f96cb8fef7f279fe853
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Sat Oct 1 17:02:49 2016 -0400
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)
>---------------------------------------------------------------
83bee7b71db47fe3d2f42f96cb8fef7f279fe853
testsuite/tests/profiling/should_run/all.T | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 3b28d45..7454099 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, [''])
More information about the ghc-commits
mailing list