This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: display all test output


That works...Many thanks!



On Dec 14, 2007 12:40 PM, Brian Dessent <brian@dessent.net> wrote:
>
> 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
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]