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-02-20 14:28:54 -0500
commit1f0e426e9a05f84545cd5fb66b35da5611fbbb81 (patch)
tree86283bf4d3bf7697fbf84d71db47a0771b7cf72a
parent0b09188cdff87762094b22d7c740f8795e847330 (diff)
downloadhaskell-1f0e426e9a05f84545cd5fb66b35da5611fbbb81.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, [''])