ghc-9.10 Testsuite summary
Unexpected results from:
TEST="T11489 divbyzero list_threads_and_misc_roots stack_misc_closures"
SUMMARY for test run started at Fri Jan 10 03:34:59 2025
1:00:01.638015 spent to go through
10115 total tests, which gave rise to
48829 test cases, of which
38635 were skipped
7 had missing libraries
10033 expected passes
123 expected failures
0 caused framework failures
0 caused framework warnings
0 unexpected passes
4 unexpected failures
0 unexpected stat failures
34 fragile tests
Unexpected failures:
/tmp/ghctest-3ft300tq/test spaces/testsuite/tests/rts/divbyzero.run divbyzero [bad exit code (0)] (normal)
/tmp/ghctest-3ft300tq/test spaces/testsuite/tests/rts/pause-resume/list_threads_and_misc_roots.run list_threads_and_misc_roots [exit code non-0] (threaded1)
/tmp/ghctest-3ft300tq/test spaces/libraries/ghc-heap/tests/stack_misc_closures.run stack_misc_closures [exit code non-0] (normal)
/tmp/ghctest-3ft300tq/test spaces/testsuite/tests/profiling/should_run/T11489.run T11489 [bad stderr] (normal)
Some Notes 1
'divbyzero' is Okay, I will fix it with ignoring this case.
The remaining 3 items are problems with the test cases themselves and are also ignored for the time being.
ghc-master Testsuite summary
Unexpected results from:
TEST="CallerCc1 CallerCc2 CallerCc3 T11489 T7275 callstack001 callstack002 scc001 toplevel_scc_1"
SUMMARY for test run started at Fri Jan 10 08:16:09 2025
0:58:58.280856 spent to go through
10418 total tests, which gave rise to
50730 test cases, of which
40282 were skipped
8 had missing libraries
10273 expected passes
125 expected failures
0 caused framework failures
0 caused framework warnings
0 unexpected passes
16 unexpected failures
0 unexpected stat failures
34 fragile tests
Unexpected failures:
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/caller-cc/CallerCc1.run CallerCc1 [bad profile] (prof)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/caller-cc/CallerCc1.run CallerCc1 [bad profile] (profasm)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/caller-cc/CallerCc2.run CallerCc2 [bad profile] (prof)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/caller-cc/CallerCc2.run CallerCc2 [bad profile] (profasm)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/caller-cc/CallerCc3.run CallerCc3 [bad profile] (prof)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/caller-cc/CallerCc3.run CallerCc3 [bad profile] (profasm)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/callstack001.run callstack001 [bad stdout] (prof)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/callstack001.run callstack001 [bad stdout] (profdyn)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/callstack002.run callstack002 [bad stderr] (prof)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/callstack002.run callstack002 [bad stderr] (profdyn)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/scc001.run scc001 [bad profile] (prof)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/scc001.run scc001 [bad profile] (profdyn)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/T11489.run T11489 [bad stderr] (normal)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/T7275.run T7275 [bad stdout] (prof)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/T7275.run T7275 [bad stdout] (profdyn)
/tmp/ghctest-jcgi9ch3/test spaces/testsuite/tests/profiling/should_run/toplevel_scc_1.run toplevel_scc_1 [bad profile] (prof_no_auto)
Some Notes 2
These are 16 failed test items that I don't think have anything to do with the NCG code. It should be the test cases themselves that need to be updated or tweaked.
Also, I found these errors when testing on amd64 platform.