Paul Li wrote: > 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, ...? There is a .sum file in each test directory that contains this information already, you don't have to do anything to create it. If you want to see the status of each test as it is run, pass -a to runtest, e.g. make -k check RUNTESTFLAGS="-a" Brian