Dennis Clarke wrote:
Is there a way to allow the testsuite to just run regardless of howlong it
takes?
I am getting "program timed out" warnings for multiple tests :
Running
/export/home/dclarke/build/gcc-4.2.1/gcc/testsuite/gcc.c-torture/compile/compile.exp
...
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c -O1 (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c -O2 (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c -O3 -fomit-frame-pointer (test
for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c -O3 -g (test for excess errors)
WARNING: program timed out.
You need a faster computer. Those tests take a long time. On slow
systems they take longer than the default testsuite timeout to compile.
You can probably safely ignore time outs for 20001226-1.c
David Daney