[commit: ghc] master: Disable T12903 due to flakiness (6720376)
git at git.haskell.org
git at git.haskell.org
Mon Dec 12 13:21:56 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6720376500c33947fe196b68fe54f5e448376c5d/ghc
>---------------------------------------------------------------
commit 6720376500c33947fe196b68fe54f5e448376c5d
Author: Tamar Christina <tamar at zhox.com>
Date: Mon Dec 12 14:21:27 2016 +0100
Disable T12903 due to flakiness
Test seems to randomly fail on harbormaster. Disabling it until it can be fixed.
Test Plan: make test TEST=T12903
Reviewers: austin, bgamari, simonmar, mpickering
Reviewed By: mpickering
Subscribers: mpickering, thomie, qnikst
Differential Revision: https://phabricator.haskell.org/D2821
GHC Trac Issues: #12903
>---------------------------------------------------------------
6720376500c33947fe196b68fe54f5e448376c5d
testsuite/tests/rts/all.T | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 5037c6b..c44ec04 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -375,7 +375,10 @@ test('numa001', [ extra_run_opts('8'), extra_ways(['debug_numa']) ]
test('T12497', [ unless(opsys('mingw32'), skip)
],
run_command, ['$MAKE -s --no-print-directory T12497'])
+
+# Test is being skipped on darwin due to it's flakiness.
+# See 12956
test('T12903', [when(opsys('mingw32'), skip),
- when(opsys('darwin'), expect_broken(12956))],
+ when(opsys('darwin'), skip)],
compile_and_run, [''])
More information about the ghc-commits
mailing list