From 80f51c6c77d8aa14a97f7187a638e6a8fa99454b Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 22 Jan 2019 19:08:07 -0500 Subject: testsuite: Mark T16180 as broken on Darwin See #16218. --- testsuite/tests/th/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ['']) -- cgit v1.2.1