This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch: Thread_1 fixlet
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: Thread_1 fixlet
- From: Tom Tromey <tromey at redhat dot com>
- Date: 15 Dec 2000 23:55:13 -0700
- Reply-To: tromey at redhat dot com
This fixes a bug in the test suite. We were expecting the wrong
result.
2000-12-15 Tom Tromey <tromey@redhat.com>
* libjava.lang/Thread_1.out: Expect `0' active count.
Tom
Index: libjava.lang/Thread_1.out
===================================================================
RCS file: /cvs/gcc/egcs/libjava/testsuite/libjava.lang/Thread_1.out,v
retrieving revision 1.2
diff -u -r1.2 Thread_1.out
--- Thread_1.out 1999/07/02 15:44:11 1.2
+++ Thread_1.out 2000/12/16 06:40:34
@@ -1,7 +1,7 @@
test 0
daemon done
joined
-active count = 2
+active count = 0
test 1
true
still alive: false