This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: Thread_1 fixlet


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]