Commit 69aa6090 by Tom Tromey Committed by Tom Tromey

Thread_1.out: Updated.

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

From-SVN: r27925
parent 05476613
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
......
......@@ -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);
}
}
......@@ -7,4 +7,3 @@ true
still alive: false
test 2
interrupted
test 3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment