Skip to content
Snippets Groups Projects
Verified Commit 57671071 authored by Moritz Angermann's avatar Moritz Angermann
Browse files

[Darwin] mark stdc++ tests as broken

There is no libstdc++, only libc++
parent 3592d110
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment