summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-22 19:08:07 -0500
committerBen Gamari <ben@well-typed.com>2019-01-23 14:07:28 -0500
commit57142eb92bf74d4b5daf316b73b9c2fc39ce0b16 (patch)
treec99fccea111404334ad4c69aa4ba456e4ec100e4
parent0b705fadf936eaf48aaca26d2f7c8c9ae9158c66 (diff)
downloadhaskell-57142eb92bf74d4b5daf316b73b9c2fc39ce0b16.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, [''])