diff options
Diffstat (limited to 'testsuite/tests/ghci/linking/all.T')
-rw-r--r-- | testsuite/tests/ghci/linking/all.T | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T index c537066f08..7181b161f2 100644 --- a/testsuite/tests/ghci/linking/all.T +++ b/testsuite/tests/ghci/linking/all.T @@ -10,7 +10,12 @@ 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), + # libstdc++ is named differently on FreeBSD + when(opsys('freebsd'), expect_broken(17739))], + makefile_test, + ['ghcilink003']) test('ghcilink004', [extra_files(['TestLink.hs', 'f.c']), @@ -24,7 +29,12 @@ test('ghcilink005', unless(doing_ghci, skip)], makefile_test, ['ghcilink005']) -test('ghcilink006', [unless(doing_ghci, skip)], makefile_test, ['ghcilink006']) +test('ghcilink006', + [unless(doing_ghci, skip), + # libstdc++ is named differently on FreeBSD + when(opsys('freebsd'), expect_broken(17739))], + makefile_test, + ['ghcilink006']) test('T3333', [unless(doing_ghci, skip), |