Skip to content

Commit

Permalink
It failed on OSX now, so let's disable it everywhere except on Windows
Browse files Browse the repository at this point in the history
Who would have thought.
  • Loading branch information
Mikolaj committed Aug 3, 2022
1 parent ede8f72 commit 8454c7c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cabal-testsuite/PackageTests/NewBuild/T3827/cabal.test.hs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import Test.Cabal.Prelude
main = cabalTest $ do
linux <- isLinux
missesProfilingLinux <- isGhcVersion ">= 9.0.2"
osx <- isOSX
missesProfilingOsx <- isGhcVersion ">= 8.10.7"
skipIf "8032 heisenbug profiling" linux
expectBrokenIf (linux && missesProfilingLinux
|| osx && missesProfilingOsx) 8032 $
cabal "v2-build" ["exe:q"]
skipIf "8032 heisenbug profiling" (linux || osx)
cabal "v2-build" ["exe:q"]

0 comments on commit 8454c7c

Please sign in to comment.