dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/tests test_thread.c,1.9,1.10


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/tests test_thread.c,1.9,1.10
Date: Tue, 08 Jul 2003 08:22:11 -0400

Update of /cvsroot/dotgnu-pnet/pnet/tests
In directory subversions:/tmp/cvs-serv15832/tests

Modified Files:
        test_thread.c 
Log Message:
Fixes for test_thread on windows


Index: test_thread.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/tests/test_thread.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** test_thread.c       2 Apr 2003 06:12:24 -0000       1.9
--- test_thread.c       8 Jul 2003 12:22:09 -0000       1.10
***************
*** 1090,1096 ****
                ILUnitFailed("foreground thread count has not returned to 1");
        }
!       if(numBackground != 0)
        {
!               ILUnitFailed("background thread count has not returned to 0");
        }
  }
--- 1090,1097 ----
                ILUnitFailed("foreground thread count has not returned to 1");
        }
!       if(numBackground != 1)
        {
!               /* Currently there is one background thread (the finalizer 
thread) */
!               ILUnitFailed("background thread count has not returned to 1");
        }
  }
***************
*** 1327,1330 ****
--- 1328,1336 ----
         */
        ILThreadInit();
+ 
+       /*
+        * Initialize the GC system (the GC is used to create threads).
+        */
+       ILGCInit();     
  
        /*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]