summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2016-10-22 15:36:42 -0400
committerBen Gamari <ben@smart-cactus.org>2016-10-22 15:37:30 -0400
commita662f46c32ce35bd0769aa1ab224c3dfd39e207c (patch)
tree0bde36a7fa6acafc5fe4ef761d8a0f9a5e5f0384 /testsuite/tests/concurrent
parent1050e46b5b1640a475fa2fa67616cda8d31308e2 (diff)
downloadhaskell-a662f46c32ce35bd0769aa1ab224c3dfd39e207c.tar.gz
Skip T5611 on OSX as it fails non-deterministically.
Reviewers: austin, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2622 GHC Trac Issues: #12751
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/should_run/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index e3e053eae9..24ea29d2b7 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -75,7 +75,8 @@ test('T5558',
compile_and_run, [''])
test('T5421', normal, compile_and_run, [''])
-test('T5611', normal, compile_and_run, [''])
+# See #12751, the test fails non-deterministically so we skip it.
+test('T5611', when ( opsys('darwin'), skip) , compile_and_run, [''])
test('T5238', normal, compile_and_run, [''])
test('T5866', exit_code(1), compile_and_run, [''])