http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48299
--- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-03-29 11:46:29 UTC --- > The failing test occured on a "quiet" state: i.e., terminal, safari, and xchat > opened but not used. > The tests run in a fraction of a second far away of the 300s timeout. That's not what I meant: there are tests that fail only once in a while. Rerun it 50 times and you observe failures only during a fraction of those runs. You'd see timeouts in the testsuite logs if they occured. > BTW I did not find a way to run only the boehm test suite: if I make check in > x86_64-apple-darwin10.7.0/boehm-gc, I get > > WARNING: could not find `runtest' Run make check in boehm-gc/testsuite instead. Better yet, just build the failing test once and manually rerun it in a loop with LD_LIBRARY_PATH or equivalent set. Rainer