diff options
author | Viktor Dukhovni <ietf-dane@dukhovni.org> | 2021-04-20 14:01:12 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-22 17:00:55 -0400 |
commit | 7bc7eea3897dcb8a87fdb0921f451b9bc77309f6 (patch) | |
tree | 352c31935dadad519efee435a26647341cdc870d /testsuite/tests/th | |
parent | 72b48c4440c3bbb7344b15c13c7ddb56019b0af5 (diff) | |
download | haskell-7bc7eea3897dcb8a87fdb0921f451b9bc77309f6.tar.gz |
Make tests more portable on FreeBSD
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r-- | testsuite/tests/th/all.T | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 564649b373..857c9f3659 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -395,8 +395,9 @@ test('T13098', normal, compile, ['-v0']) test('T11046', normal, multimod_compile, ['T11046','-v0']) test('T13366', [expect_broken_for(13366, ['ghci']), - # libstdc++ is named differently on FreeBSD - when(opsys('freebsd'), expect_broken(17739)), + # libstdc++ is GCC-specific on FreeBSD, the test will + # fail with clang, and pass with GCC. + when(opsys('freebsd'), fragile(17739)), when(opsys('darwin'), expect_broken(16083))], compile_and_run, ['-lstdc++ -v0']) |