Skip to content

Commit 7dab1ee

Browse files
committed
Mark a test as broken in GHC 8.10.5
1 parent 4487503 commit 7dab1ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ghcide/test/exe/Main.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,6 +3653,9 @@ checkFileCompiles fp diag =
36533653
pluginSimpleTests :: TestTree
36543654
pluginSimpleTests =
36553655
ignoreInWindowsForGHC88And810 $
3656+
#if __GLASGOW_HASKELL__ == 810 && __GLASGOW_HASKELL_PATCHLEVEL1__ == 5
3657+
expectFailBecause "known broken (see GHC #19763)" $
3658+
#endif
36563659
testSessionWithExtraFiles "plugin-knownnat" "simple plugin" $ \dir -> do
36573660
_ <- openDoc (dir </> "KnownNat.hs") "haskell"
36583661
liftIO $ writeFile (dir</>"hie.yaml")

0 commit comments

Comments
 (0)