diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-11 17:57:11 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-11 18:19:46 -0500 |
commit | 65fb69b78f4850b56ee6a2655bc5dc6c441a984e (patch) | |
tree | 343158240533c8196078fb28eb2e669b006c8c4e /testsuite/tests/driver/linkwhole | |
parent | 847e8b60ff1f2a1b2dcf281a6e82c340225acf96 (diff) | |
download | haskell-65fb69b78f4850b56ee6a2655bc5dc6c441a984e.tar.gz |
testsuite: Mark linkwhole as broken on FreeBSD
See #16035.
Diffstat (limited to 'testsuite/tests/driver/linkwhole')
-rw-r--r-- | testsuite/tests/driver/linkwhole/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/driver/linkwhole/all.T b/testsuite/tests/driver/linkwhole/all.T index 1562aa82c6..adc10844b9 100644 --- a/testsuite/tests/driver/linkwhole/all.T +++ b/testsuite/tests/driver/linkwhole/all.T @@ -1,5 +1,6 @@ test('linkwhole', [extra_files(['Types.hs','Main.hs','MyCode.hs','Handles.hs']), when(arch('powerpc64') or arch('powerpc64le'), expect_broken(11259)), + when(opsys('freebsd'), expect_broken(16035)), when(opsys('mingw32'), skip)], run_command, ['$MAKE -s --no-print-directory linkwhole']) |