Test profiling/should_run/scc001 fails on Circle CI
The test profiling/should_run/scc001 fails on CI:
module Main (main) where
main :: IO ()
main = do print $ f True
print $ g 3
print $ h 'a'
f :: a -> a
f x = x
g :: Int -> Int
g x = x
h :: Char -> Char
Just h = Just id
And it outputs:
True
3
ghc-stage2: ghc-iserv terminated (-11)
instead of
True
3
'a'
I guess I'll mark it as an expected failure for now in my PR.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 8.2.2 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |