Skip to content

Commit

Permalink
Revert "Skip T3827 for ghc-9.0.2, see haskell#8032"
Browse files Browse the repository at this point in the history
This reverts commit e1690c1.
  • Loading branch information
ulysses4ever committed Jun 24, 2022
1 parent 8f6af47 commit 37c631b
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
linux <- isLinux
missesProfilingLinux <- isGhcVersion ">= 9.0.2"
win <- isWindows
missesProfiling <- isGhcVersion ">= 9.2.1"
osx <- isOSX
missesProfilingOsx <- isGhcVersion ">= 8.10.7"
expectBrokenIf (linux && missesProfilingLinux || osx && missesProfilingOsx) 8032 $
expectBrokenIf (missesProfiling && not win || osx && missesProfilingOsx) 8032 $
cabal "v2-build" ["exe:q"]

0 comments on commit 37c631b

Please sign in to comment.