Skip to content

Commit

Permalink
Ignore non-local variable completion test on windows for GHC 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Jun 13, 2024
1 parent acf9667 commit 531b198
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ghcide/test/exe/CompletionTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,10 @@ nonLocalCompletionTests =
where
brokenForWinGhc = knownBrokenOnWindows "Windows has strange things in scope for some reason"
brokenForWinOldGhc =
knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC92] "Windows (GHC <= 9.8) has strange things in scope for some reason"
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC94] "Windows (GHC <= 9.8) has strange things in scope for some reason"
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC96] "Windows (GHC <= 9.8) has strange things in scope for some reason"
knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC92] "Windows (GHC == 9.2) has strange things in scope for some reason"
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC94] "Windows (GHC == 9.4) has strange things in scope for some reason"
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC96] "Windows (GHC == 9.6) has strange things in scope for some reason"
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC98] "Windows (GHC == 9.8) has strange things in scope for some reason"

otherCompletionTests :: [TestTree]
otherCompletionTests = [
Expand Down

0 comments on commit 531b198

Please sign in to comment.