Re: fine grained control over testsuite

2012-03-12 Thread Ian Lance Taylor
Dennis Clarke writes: > Q: is there a way to prevent a test timing out ? > > I see a lot of this sort of thing : > > Running /opt/bw/src/gcc-4.5.3/gcc/testsuite/gcc.c-torture/compile/compile.exp > ... > WARNING: program timed out. > FAIL: gcc.c-torture/compile/pr46534.c -O0 (test for excess er

fine grained control over testsuite

2012-03-11 Thread Dennis Clarke
Q: is there a way to prevent a test timing out ? I see a lot of this sort of thing : Running /opt/bw/src/gcc-4.5.3/gcc/testsuite/gcc.c-torture/compile/compile.exp ... WARNING: program timed out. FAIL: gcc.c-torture/compile/pr46534.c -O0 (test for excess errors) WARNING: program timed out. FAI