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

[Darwin] mark stdc++ tests as broken

There is no libstdc++, only libc++

(cherry picked from commit 57671071)
parent ce6dc66f
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,12 @@ test('ghcilink002', [extra_files(['TestLink.hs', 'f.c']),
makefile_test, ['ghcilink002'])
test('ghcilink003',
[unless(doing_ghci, skip),
# libstdc++ is named differently on FreeBSD
when(opsys('freebsd'), expect_broken(17739))],
makefile_test,
['ghcilink003'])
[ unless(doing_ghci, skip),
# libstdc++ is named differently on FreeBSD
when(opsys('freebsd'), expect_broken(17739)),
when(opsys('darwin'), fragile(16083))
], makefile_test, ['ghcilink003'])
test('ghcilink004',
[extra_files(['TestLink.hs', 'f.c']),
......@@ -31,11 +32,11 @@ test('ghcilink005',
makefile_test, ['ghcilink005'])
test('ghcilink006',
[unless(doing_ghci, skip),
# libstdc++ is named differently on FreeBSD
when(opsys('freebsd'), expect_broken(17739))],
makefile_test,
['ghcilink006'])
[ unless(doing_ghci, skip),
# libstdc++ is named differently on FreeBSD
when(opsys('freebsd'), expect_broken(17739)),
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