Skip to content

Commit

Permalink
Skip T3827 for ghc-9.0.2, see haskell#8032
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Mar 7, 2022
1 parent 457de1d commit a4e65be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cabal-testsuite/PackageTests/NewBuild/T3827/cabal.test.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Test.Cabal.Prelude
main = cabalTest $ do
win <- isWindows
missesProfiling <- isGhcVersion ">= 9.2.1"
linux <- isLinux
missesProfilingLinux <- isGhcVersion ">= 9.0.2"
osx <- isOSX
missesProfilingOsx <- isGhcVersion ">= 8.10.7"
expectBrokenIf (missesProfiling && not win || osx && missesProfilingOsx) 8032 $
expectBrokenIf (linux && missesProfilingLinux || osx && missesProfilingOsx) 8032 $
cabal "v2-build" ["exe:q"]

0 comments on commit a4e65be

Please sign in to comment.