Paul Li wrote:
Hi there, I tried to test gcc 4.2.1 on Ubuntu with i86 platform. How should I do so that all 7 different test output display, that is, PASS, XPASS, FAIL, XFAIL, ...?
One easy option is to wait for the tests to finish and then look at *.sum The .sum and .log files contain the complete test results. David Daney