Skip to content

Commit

Permalink
Mark a test as broken in GHC 8.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Jun 7, 2021
1 parent 4487503 commit de2dc2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ghcide/test/exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3652,6 +3652,9 @@ checkFileCompiles fp diag =

pluginSimpleTests :: TestTree
pluginSimpleTests =
#if __GLASGOW_HASKELL__ == 810 && __GLASGOW_HASKELL_PATCHLEVEL1__ == 5
expectFailBecause "known broken (see GHC #19763)" $
#endif
ignoreInWindowsForGHC88And810 $
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
Expand Down

0 comments on commit de2dc2a

Please sign in to comment.