This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Intermittent failure for PR18699 test case
- From: TJ Laurenzo <tlaurenzo at gmail dot com>
- To: GCJ <java at gcc dot gnu dot org>
- Date: Thu, 22 Sep 2005 14:57:20 -0600
- Subject: Intermittent failure for PR18699 test case
- Reply-to: tj at laurenzo dot org
FYI -
I was just running the testsuite to verify some patches and
experienced an intermittent failure:
FAIL: PR18699 execution - gij test
The log shows a "WARNING: Timed out" just prior to this.
The bug in question is marked resolved but is related to threading
issues which would explain the intermittent results.
So far, I've run the libjava testsuite three times and experienced the
problem once. The machine didn't have any load on it other than
running the testsuite, so I think it was legitimately hung for that
one time.
TJ