summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-09-14 01:20:48 -0700
committerEdward Z. Yang <ezyang@mit.edu>2013-09-14 01:20:48 -0700
commitcef90d5b30507490e98f1033457d16471844a00b (patch)
tree30f58515093825bf78e829b335f91be7a21ee70e /testsuite/tests/ghc-api
parent35db0b3d112cf2d169bfa24eac3bd16507cd59c1 (diff)
downloadhaskell-cef90d5b30507490e98f1033457d16471844a00b.tar.gz
Suppress some known errors from Mac OS X.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'testsuite/tests/ghc-api')
-rw-r--r--testsuite/tests/ghc-api/T7478/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/T7478/all.T b/testsuite/tests/ghc-api/T7478/all.T
index 5ba40f0e50..71a4a84d9c 100644
--- a/testsuite/tests/ghc-api/T7478/all.T
+++ b/testsuite/tests/ghc-api/T7478/all.T
@@ -1,2 +1,2 @@
-test('T7478', extra_clean(['A','A.exe','B.o','B.hi','C.o','C.hi']), run_command, ['$MAKE -s --no-print-directory T7478'])
+test('T7478', [extra_clean(['A','A.exe','B.o','B.hi','C.o','C.hi']), when(opsys('darwin'), expect_broken(8294))], run_command, ['$MAKE -s --no-print-directory T7478'])