You can get a more detailed output, like in the following posting: https://gcc.gnu.org/ml/gcc-testresults/2018-07/msg00453.html 陈龙 wrote on 07/04/2018 03:32 AM:
Hi, I have run the testsuite of GCC and compared with results from a similar configuration in the gcc-testresults mailing list, the results just have a little difference,and my test summary is in chapter Summary as below,. Both of the results have many unexpected fails, I want to know why they failed but the g++.log couldn’t affort enough fail case information,they were all almost described like this:'FAIL: g++.dg/pr80481.C -std=gnu++14 scan-assembler-not vmovaps'.So was it right with so many fails? And could you tell me how could I debug the fail case please?Thanks. Test Environment - x86_64-pc-mingw64 and msys2 - gcc8.1.0 Summary === g++ Summary === # of expected passes 115078 # of unexpected failures 628 # of unexpected successes 3 # of expected failures 493 # of unresolved testcases 5 # of unsupported tests 5122 /mingw64/bin/c++ version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) Best regards CL