This is the mail archive of the gcc@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]

How do I check the 'WARNING: program timed out'?


When I run the gcc-3.1 testsuite, I get failures like this:

                === gcc tests === 


Running target unix/-fPIC
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O1  
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O2
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -fomit-frame-pointer
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -g
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -Os

                === gcc Summary for unix/-fPIC ===

# of expected passes            18081
# of unexpected failures        5
# of expected failures          62  
# of unsupported tests          106

Here's the first failure in the testsuite log file:

Executing on host: /share2/gcc-rel/objdir/gcc/xgcc -B/share2/gcc-rel/objdir/gcc/  -w  -O1   -c  -fPIC -o /share2/gcc-rel/objdir/gcc/testsuite/20001226-1.o /share2/gcc-rel/gcc/gcc/testsuite/gcc.c-torture/compile/20001226-1.c    (timeout = 300)
WARNING: program timed out.
compiler exited with status 1
FAIL: gcc.c-torture/compile/20001226-1.c,  -O1  


Now, I understand there's somehow a timeout 300 something. How can I
run a single test, say 'gcc.c-torture/compile/20001226-1.c', with an
other timeout?

Cheers,

/ChJ


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