[GHC] #15467: unregisterised validation failures
GHC
ghc-devs at haskell.org
Thu Aug 2 15:17:22 UTC 2018
#15467: unregisterised validation failures
--------------------------------------+---------------------------------
Reporter: alpmestan | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.5
Keywords: | Operating System: Linux
Architecture: x86_64 (amd64) | Type of failure: None/Unknown
Test Case: T7040_ghci | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
--------------------------------------+---------------------------------
The most recent completed run of `validate-x86_64-linux-unreg` on Circle
CI (https://circleci.com/gh/ghc/ghc/7733) shows 13 unexpected failures
and 1 unexpected pass.
**Summary**
{{{
Unexpected passes:
concurrent/T13615/T13615.run T13615 [unexpected] (ghci)
Unexpected failures:
codeGen/should_compile/T9329.run T9329 [exit code non-0] (normal)
codeGen/should_run/cgrun018.run cgrun018 [exit code non-0]
(normal)
codeGen/should_run/cgrun018.run cgrun018 [exit code non-0] (g1)
codeGen/should_run/cgrun069.run cgrun069 [exit code non-0]
(normal)
codeGen/should_run/cgrun069.run cgrun069 [exit code non-0] (g1)
codeGen/should_run/T9577.run T9577 [bad stdout] (normal)
concurrent/should_run/T3429.run T3429 [bad exit code]
(debug_numa)
driver/T14075/T14075.run T14075 [bad stderr] (normal)
rts/T7040_ghci.run T7040_ghci [bad stderr] (ghci)
rts/T14702.run T14702 [bad exit code]
(threaded1)
rts/nursery-chunks1.run nursery-chunks1 [bad stderr]
(threaded1)
rts/numa001.run numa001 [bad exit code]
(debug_numa)
../../libraries/base/tests/T11760.run T11760 [bad exit code] (normal)
}}}
All failures but `T7040_ghci` happen in the debug validation job too (see
#15466). `recomp007` doesn't fail here and `T7040_ghci` "replaces" it. I'm
therefore only including the details for `T7040_ghci` here, as you can
find out everything about the other faiilures in #15466.
---
**T7040_ghci**
{{{
Actual stderr output differs from expected:
--- /dev/null 2018-08-01 14:20:42.758797000 +0000
+++ ./rts/T7040_ghci.run/T7040_ghci.run.stderr.normalised 2018-08-02
04:15:35.594990695 +0000
@@ -0,0 +1,4 @@
+
+T7040_ghci:6:30:
+ Not in scope: ‘Main.main’
+ No module named ‘Main’ is imported.
*** unexpected failure for T7040_ghci(ghci)
}}}
I suspect this is one of those cases where ghci can't load the module
because of unboxed sums and what not, I havent' checked yet, but we were
seeing that type of error.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15467>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list