[commit: ghc] master: testsuite: Mark linkwhole as broken on FreeBSD (65fb69b)

git at git.haskell.org git at git.haskell.org
Tue Dec 11 23:22:36 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/65fb69b78f4850b56ee6a2655bc5dc6c441a984e/ghc

>---------------------------------------------------------------

commit 65fb69b78f4850b56ee6a2655bc5dc6c441a984e
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 11 17:57:11 2018 -0500

    testsuite: Mark linkwhole as broken on FreeBSD
    
    See #16035.


>---------------------------------------------------------------

65fb69b78f4850b56ee6a2655bc5dc6c441a984e
 testsuite/tests/driver/linkwhole/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/driver/linkwhole/all.T b/testsuite/tests/driver/linkwhole/all.T
index 1562aa8..adc1084 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'])



More information about the ghc-commits mailing list