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

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

[Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System/Threading SuiteT


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System/Threading SuiteThreading.cs,1.1,1.2 TestAutoResetEvent.cs,1.2,1.3 TestManualResetEvent.cs,1.2,1.3 TestWaitHandle.cs,1.1,1.2
Date: Tue, 01 Apr 2003 18:54:07 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Threading
In directory subversions:/tmp/cvs-serv13286/tests/runtime/System/Threading

Modified Files:
        SuiteThreading.cs TestAutoResetEvent.cs 
        TestManualResetEvent.cs TestWaitHandle.cs 
Log Message:


Disable wait handle tests in ECMA_COMPAT mode.


Index: SuiteThreading.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Threading/SuiteThreading.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SuiteThreading.cs   11 Jan 2003 06:36:00 -0000      1.1
--- SuiteThreading.cs   1 Apr 2003 23:54:05 -0000       1.2
***************
*** 30,36 ****
--- 30,38 ----
                TestSuite suite = new TestSuite("Threading Tests");
                
+       #if !ECMA_COMPAT
                suite.AddTests(typeof(TestWaitHandle));
                suite.AddTests(typeof(TestManualResetEvent));
                suite.AddTests(typeof(TestAutoResetEvent));
+       #endif
                
                return suite;

Index: TestAutoResetEvent.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Threading/TestAutoResetEvent.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TestAutoResetEvent.cs       17 Feb 2003 08:25:23 -0000      1.2
--- TestAutoResetEvent.cs       1 Apr 2003 23:54:05 -0000       1.3
***************
*** 25,28 ****
--- 25,30 ----
  using System.Threading;
  
+ #if !ECMA_COMPAT
+ 
  public class TestAutoResetEvent
        : TestCase
***************
*** 66,67 ****
--- 68,71 ----
        }
  }
+ 
+ #endif

Index: TestManualResetEvent.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Threading/TestManualResetEvent.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TestManualResetEvent.cs     17 Feb 2003 08:25:23 -0000      1.2
--- TestManualResetEvent.cs     1 Apr 2003 23:54:05 -0000       1.3
***************
*** 25,28 ****
--- 25,30 ----
  using System.Threading;
  
+ #if !ECMA_COMPAT
+ 
  public class TestManualResetEvent
        : TestCase
***************
*** 66,67 ****
--- 68,71 ----
        }
  }
+ 
+ #endif

Index: TestWaitHandle.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Threading/TestWaitHandle.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** TestWaitHandle.cs   11 Jan 2003 06:36:00 -0000      1.1
--- TestWaitHandle.cs   1 Apr 2003 23:54:05 -0000       1.2
***************
*** 25,28 ****
--- 25,30 ----
  using System.Threading;
  
+ #if !ECMA_COMPAT
+ 
  public class TestWaitHandle
        : TestCase
***************
*** 107,108 ****
--- 109,112 ----
        }
  }
+ 
+ #endif





reply via email to

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