summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-22 19:08:07 -0500
committerBen Gamari <ben@smart-cactus.org>2019-01-22 19:08:34 -0500
commit80f51c6c77d8aa14a97f7187a638e6a8fa99454b (patch)
treefd79e1f814cf56e52a074cf569ad226a6daf4d03
parent05e8a5e000d20129e5454f020c0c4197280ee2c8 (diff)
downloadhaskell-80f51c6c77d8aa14a97f7187a638e6a8fa99454b.tar.gz
testsuite: Mark T16180 as broken on Darwin
See #16218.
-rw-r--r--testsuite/tests/th/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T
index 9ddf28345e..4062cf2af0 100644
--- a/testsuite/tests/th/all.T
+++ b/testsuite/tests/th/all.T
@@ -467,4 +467,4 @@ test('T15437', expect_broken(15437), multimod_compile,
test('T15985', normal, compile, [''])
test('T16133', normal, compile_fail, [''])
test('T15471', normal, multimod_compile, ['T15471.hs', '-v0'])
-test('T16180', normal, compile_and_run, [''])
+test('T16180', when(opsys('darwin'), expect_broken(16218)), compile_and_run, [''])