Skip to content

Commit 360a744

Browse files
committed
Skip for #7987
1 parent a255b67 commit 360a744

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cabal-testsuite/PackageTests/Backpack/Includes2/setup-external.test.hs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Test.Cabal.Prelude
22
main = setupAndCabalTest $ do
33
skipUnlessGhcVersion ">= 8.1"
4+
skipIfGhcVersion "== 9.0.2 || 9.2.1" -- #7987
45
withPackageDb $ do
56
withDirectory "mylib" $ setup_install_with_docs ["--ipid", "mylib-0.1.0.0"]
67
withDirectory "mysql" $ setup_install_with_docs ["--ipid", "mysql-0.1.0.0"]

cabal-testsuite/PackageTests/Backpack/Includes2/setup-per-component.test.hs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Test.Cabal.Prelude
22
main = setupTest $ do
33
-- No cabal test because per-component is broken with it
44
skipUnlessGhcVersion ">= 8.1"
5+
skipIfGhcVersion "== 9.0.2 || 9.2.1" -- #7987
56
withPackageDb $ do
67
let setup_install' args = setup_install_with_docs (["--cabal-file", "Includes2.cabal"] ++ args)
78
setup_install' ["mylib", "--cid", "mylib-0.1.0.0"]

cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-ok.test.hs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Data.List
33
import qualified Data.Char as Char
44
main = setupAndCabalTest $ do
55
skipUnlessGhcVersion ">= 8.1"
6+
skipIfGhcVersion "== 9.0.2 || 9.2.1" -- #7987
67
withPackageDb $ do
78
containers_id <- getIPID "containers"
89
withDirectory "repo/sigs-0.1.0.0" $ setup_install_with_docs ["--ipid", "sigs-0.1.0.0"]

0 commit comments

Comments
 (0)