Skip to content

Commit ab3be99

Browse files
committed
skip for #7989
1 parent bbefe64 commit ab3be99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cabal-testsuite/PackageTests/ForeignLibs/setup.test.hs

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ import Test.Cabal.Prelude
2626
main = setupAndCabalTest . recordMode DoNotRecord $ do
2727
-- Foreign libraries don't work with GHC 7.6 and earlier
2828
skipUnlessGhcVersion ">= 7.8"
29+
skipIf "macOS, ghc 8.10.7 (#7989)" =< do
30+
osx <- isOSX
31+
ghc <- isGhcVersion "== 8.0.2"
32+
return $ osx && ghc
33+
2934
withPackageDb $ do
3035
setup_install []
3136
setup "copy" [] -- regression test #4156

0 commit comments

Comments
 (0)