[GHC] #10712: Regression: make TEST=exceptionsrun001 WAY=optasm is failing
GHC
ghc-devs at haskell.org
Thu Jan 28 16:31:28 UTC 2016
#10712: Regression: make TEST=exceptionsrun001 WAY=optasm is failing
-------------------------------------+-------------------------------------
Reporter: thomie | Owner:
Type: bug | Status: closed
Priority: highest | Milestone: 8.0.1
Component: Compiler | Version: 7.11
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
| base/tests/exceptionsrun001
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D1616
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
`exceptionsrun001` still fails for me in the `hpc` way. Could it be OS-
dependent?
{{{
rwbarton at morphism:~/ghc-newest/testsuite/tests$ make TEST=exceptionsrun001
WAY=hpc
[...]
=====> exceptionsrun001(hpc) 1 of 1 [0, 0, 0]
cd ../../libraries/base/tests && "/home/rwbarton/ghc-newest/inplace/test
spaces/ghc-stage2" -o exceptionsrun001 exceptionsrun001.hs -fforce-recomp
-dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts
-fno-warn-tabs -fno-warn-missed-specialisations -fno-ghci-history -O
-fhpc -hpcdir .hpc.exceptionsrun001 > exceptionsrun001.comp.stderr 2>&1
cd ../../libraries/base/tests && ./exceptionsrun001 </dev/null >
exceptionsrun001.run.stdout 2> exceptionsrun001.run.stderr
Wrong exit code (expected 0 , actual 1 )
Stdout:
user exception caught
error call caught
no method error
Stderr:
exceptionsrun001: exceptionsrun001.hs:38:1-13: Non-exhaustive patterns in
function test1
*** unexpected failure for exceptionsrun001(hpc)
Unexpected results from:
TEST="exceptionsrun001"
OVERALL SUMMARY for test run started at Thu Jan 28 11:30:04 2016 EST
0:00:01 spent to go through
1 total tests, which gave rise to
10 test cases, of which
9 were skipped
0 had missing libraries
0 expected passes
0 expected failures
0 caused framework failures
0 unexpected passes
1 unexpected failures
0 unexpected stat failures
Unexpected failures:
../../libraries/base/tests exceptionsrun001 [bad exit code] (hpc)
}}}
I will try to look into why.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10712#comment:20>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list