Skip to content

Commit bbefe64

Browse files
committed
skip for #7988 / #7610
1 parent 360a744 commit bbefe64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cabal-testsuite/PackageTests/Regression/T4025/setup.test.hs

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ import Test.Cabal.Prelude
44
-- support RPATH.
55
main = setupAndCabalTest $ do
66
skipIfWindows
7+
skipIf "macOS, ghc 8.10.7 (#7610, #7988)" =< do
8+
osx <- isOSX
9+
ghc <- isGhcVersion "== 8.10.7 || == 9.0.1"
10+
return $ osx && ghc
711
setup "configure" ["--enable-executable-dynamic"]
812
setup "build" []
913
-- This should fail as it we should NOT be able to find the

0 commit comments

Comments
 (0)