summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2016-12-12 14:21:27 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2016-12-12 14:21:39 +0100
commit6720376500c33947fe196b68fe54f5e448376c5d (patch)
tree446b4f52c93026f49b7e37d1eee94ae2f83b88e0
parentf1036ad80efb9cf80977fa234f8b9c7b23cc6835 (diff)
downloadhaskell-6720376500c33947fe196b68fe54f5e448376c5d.tar.gz
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
-rw-r--r--testsuite/tests/rts/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 5037c6b8dc..c44ec04a34 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, [''])