diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-24 10:02:34 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-14 10:16:36 -0500 |
commit | 71e5e68fd3794cc63f513d30d467e43761a8ce62 (patch) | |
tree | 69356fbd61fb661ab4369bf4650deb4f3ccef06b /testsuite/tests/th | |
parent | e5ee07ab565c1bf7a33d3bd4bcd3fb6c7b100d1c (diff) | |
download | haskell-71e5e68fd3794cc63f513d30d467e43761a8ce62.tar.gz |
testsuite: Disable tests that assume name of libstdc++ on FreeBSD
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r-- | testsuite/tests/th/all.T | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 72cb2b96df..690270d732 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -390,7 +390,10 @@ test('T13123', normal, compile, ['-v0']) test('T13098', normal, compile, ['-v0']) test('T11046', normal, multimod_compile, ['T11046','-v0']) test('T13366', - [expect_broken_for(13366, ['ghci']), when(opsys('darwin'), expect_broken(16083))], + [expect_broken_for(13366, ['ghci']), + # libstdc++ is named differently on FreeBSD + when(opsys('freebsd'), expect_broken(17739)), + when(opsys('darwin'), expect_broken(16083))], compile_and_run, ['-lstdc++ -v0']) test('T13473', normal, multimod_compile_and_run, |