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:
parent
0547661371
commit
69aa60908b
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue