Skip to content
Snippets Groups Projects
Commit a90d44ff authored by Matthew Pickering's avatar Matthew Pickering Committed by Mikolaj
Browse files

Mark ForeignLibs test as broken with ghc-8.4.4

It fails in the old-ghcs 8.4.4 configuration, and debugging why seems to
have very little pay-off for this niche feature in a very old
configuration.
parent f7dd8c2a
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@ main = setupAndCabalTest . recordMode DoNotRecord $ do
skipUnlessGhcVersion ">= 7.8"
win <- isWindows
ghc94 <- isGhcVersion ">= 9.4.1"
expectBrokenIf (win && ghc94) 8451 $
ghc844 <- isGhcVersion "== 8.4.4"
expectBrokenIf (ghc844 || (win && ghc94)) 8451 $
withPackageDb $ do
setup_install []
setup "copy" [] -- regression test #4156
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment