[GHC] #9389: Full Test Suite Failures
GHC
ghc-devs at haskell.org
Thu Dec 4 20:13:07 UTC 2014
#9389: Full Test Suite Failures
-------------------------------------+-------------------------------------
Reporter: jrp | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Test Suite | Version: 7.8.3
Resolution: | Keywords:
Operating System: MacOS X | Architecture: Unknown/Multiple
Type of failure: Other | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: | #9286,#8756,#7876,#7877
-------------------------------------+-------------------------------------
Comment (by jrp):
Here are today's results (OS X 10.10.1):
{{{
OVERALL SUMMARY for test run started at Thu Dec 4 19:00:11 2014 GMT
0:37:10 spent to go through
4338 total tests, which gave rise to
14096 test cases, of which
2691 were skipped
275 had missing libraries
10905 expected passes
145 expected failures
3 caused framework failures
0 unexpected passes
62 unexpected failures
15 unexpected stat failures
Unexpected failures:
../../libraries/base/tests enum01 [exit code non-0]
(normal,hpc,optasm,threaded1,threaded2,dyn)
../../libraries/base/tests enum01 [bad stdout or stderr]
(ghci)
../../libraries/base/tests enum02 [exit code non-0]
(normal,hpc,optasm,threaded1,threaded2,dyn)
../../libraries/base/tests enum02 [bad stdout or stderr]
(ghci)
../../libraries/base/tests enum03 [exit code non-0]
(normal,hpc,optasm,threaded1,threaded2,dyn)
../../libraries/base/tests enum03 [bad stdout or stderr]
(ghci)
../../libraries/base/tests topHandler01 [bad exit code]
(threaded1,threaded2)
../../libraries/base/tests topHandler01 [bad stdout or
stderr] (ghci)
../../libraries/process/tests process011 [bad exit code]
(threaded1,threaded2)
../../libraries/process/tests process011 [bad stdout or
stderr] (ghci)
../../libraries/unix/tests signals002 [bad stdout]
(threaded1,threaded2)
../../libraries/unix/tests signals002 [bad stdout or
stderr] (ghci)
cabal/cabal01 cabal01 [bad exit code]
(normal)
cabal/cabal06 cabal06 [bad stdout] (normal)
cabal/sigcabal01 sigcabal01 [bad stderr]
(normal)
concurrent/should_run allocLimit4 [bad exit code]
(ghci)
concurrent/should_run conc012 [bad exit code] (ghci)
concurrent/should_run conc059 [bad stderr]
(threaded1,threaded2)
deSugar/should_run dsrun014 [bad exit code]
(ghci)
ffi/should_run T2276_ghci [bad stdout or
stderr] (ghci)
ghci/prog003 prog003 [bad stderr] (ghci)
ghci/scripts T8696 [bad stderr] (ghci)
ghci/scripts ghci024 [bad stdout] (normal)
ghci/scripts ghci058 [bad stderr] (ghci)
llvm/should_run/subsections_via_symbols subsections_via_symbols [bad
exit code] (normal)
numeric/should_run add2 [bad exit code] (ghci)
numeric/should_run mul2 [bad exit code] (ghci)
numeric/should_run quotRem2 [bad exit code]
(ghci)
parser/should_run readRun004 [bad exit code]
(ghci)
rts T5435_dyn_asm [bad stdout]
(normal)
rts T7919 [bad exit code]
(optasm,dyn)
typecheck/should_compile T7891 [exit code non-0]
(hpc,optasm)
typecheck/should_compile tc124 [exit code non-0]
(hpc,optasm)
typecheck/should_run T7861 [bad exit code]
(normal,hpc,optasm,ghci,threaded1,threaded2,dyn)
Unexpected stat failures:
perf/compiler T1969 [stat not good enough] (normal)
perf/compiler T3064 [stat not good enough] (normal)
perf/compiler T3294 [stat not good enough] (normal)
perf/compiler T4801 [stat not good enough] (normal)
perf/compiler T5030 [stat not good enough] (normal)
perf/compiler T5321FD [stat not good enough] (normal)
perf/compiler T5321Fun [stat not good enough] (normal)
perf/compiler T5631 [stat not good enough] (normal)
perf/compiler T5642 [stat not good enough] (normal)
perf/compiler T5837 [stat not good enough] (normal)
perf/compiler T6048 [stat not good enough] (optasm)
perf/compiler T783 [stat not good enough] (normal)
perf/compiler T9020 [stat not good enough] (optasm)
perf/compiler T9675 [stat not good enough] (optasm)
perf/compiler parsing001 [stat not good enough] (normal)
}}}
and {{{./validate --fast}}} gives
{{{
OVERALL SUMMARY for test run started at Thu Dec 4 20:00:43 2014 GMT
0:05:17 spent to go through
4338 total tests, which gave rise to
14092 test cases, of which
10097 were skipped
53 had missing libraries
3859 expected passes
70 expected failures
0 caused framework failures
0 unexpected passes
11 unexpected failures
2 unexpected stat failures
Unexpected failures:
cabal/cabal01 cabal01 [bad exit code]
(normal)
cabal/cabal06 cabal06 [bad stdout] (normal)
cabal/sigcabal01 sigcabal01 [bad stderr]
(normal)
ffi/should_run T2276_ghci [bad stdout or
stderr] (ghci)
ghci/prog003 prog003 [bad stderr] (ghci)
ghci/scripts T8696 [bad stderr] (ghci)
ghci/scripts ghci058 [bad stderr] (ghci)
ghci/should_run T2589 [bad stdout or stderr]
(ghci)
ghci/should_run ghcirun004 [bad stdout or
stderr] (ghci)
llvm/should_run/subsections_via_symbols subsections_via_symbols [bad
exit code] (normal)
rts T5435_dyn_asm [bad stdout]
(normal)
Unexpected stat failures:
perf/compiler T4801 [stat too good] (normal)
perf/compiler T9675 [stat not good enough] (optasm)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9389#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list