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 7dab1ee
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 @@ -3653,6 +3653,9 @@ checkFileCompiles fp diag =
pluginSimpleTests :: TestTree
pluginSimpleTests =
ignoreInWindowsForGHC88And810 $
#if __GLASGOW_HASKELL__ == 810 && __GLASGOW_HASKELL_PATCHLEVEL1__ == 5
expectFailBecause "known broken (see GHC #19763)" $
#endif
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
liftIO $ writeFile (dir</>"hie.yaml")
Expand Down

0 comments on commit 7dab1ee

Please sign in to comment.