summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-03-03 14:41:57 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-03-07 22:19:21 +0800
commit57671071adeaf0b45e86bb0ee050e007e3b161fb (patch)
treebe9ac28d77887c550f61ea14d5dd25e915af8d23
parent3592d1104c47b006fd9f4127d93916f477a6e010 (diff)
downloadhaskell-57671071adeaf0b45e86bb0ee050e007e3b161fb.tar.gz
[Darwin] mark stdc++ tests as broken
There is no libstdc++, only libc++
-rw-r--r--testsuite/tests/ghci/linking/all.T10
1 files changed, 8 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index c537066f08..51eeeb818d 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -10,7 +10,10 @@ test('ghcilink002', [extra_files(['TestLink.hs', 'f.c']),
unless(doing_ghci, skip)],
makefile_test, ['ghcilink002'])
-test('ghcilink003', [unless(doing_ghci, skip)], makefile_test, ['ghcilink003'])
+test('ghcilink003',
+ [ unless(doing_ghci, skip),
+ when(opsys('darwin'), fragile(16083))
+ ], makefile_test, ['ghcilink003'])
test('ghcilink004',
[extra_files(['TestLink.hs', 'f.c']),
@@ -24,7 +27,10 @@ test('ghcilink005',
unless(doing_ghci, skip)],
makefile_test, ['ghcilink005'])
-test('ghcilink006', [unless(doing_ghci, skip)], makefile_test, ['ghcilink006'])
+test('ghcilink006',
+ [ unless(doing_ghci, skip),
+ when(opsys('darwin'), fragile(16083))
+ ], makefile_test, ['ghcilink006'])
test('T3333',
[unless(doing_ghci, skip),