Thread_1.out: Updated.

* libjava.lang/Thread_1.out: Updated.
	* libjava.lang/Thread_1.java: Don't run exit test.

From-SVN: r27925
This commit is contained in:
Tom Tromey 1999-07-02 15:44:11 +00:00 committed by Tom Tromey
parent 0547661371
commit 69aa60908b
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1999-07-02 Tom Tromey <tromey@cygnus.com>
* libjava.lang/Thread_1.out: Updated.
* libjava.lang/Thread_1.java: Don't run exit test.
Thu Jul 1 16:22:19 1999 Anthony Green <green@cygnus.com>
* libjava.mauve/mauve.exp: Don't stop counting test results

View File

@ -176,7 +176,9 @@ public class Thread_1 extends Thread
doit (JOIN_INTERRUPTED);
// Note: this test has a race conditoin. So we don't run it any
// more.
// This test must come last.
doit (THREAD_EXIT);
// doit (THREAD_EXIT);
}
}

View File

@ -7,4 +7,3 @@ true
still alive: false
test 2
interrupted
test 3