ChangeLog 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. 2004-06-17 Lluis Sanchez Gual <[email protected]>
  2. * ThreadTest.cs: Improved test.
  3. 2004-06-15 Lluis Sanchez Gual <[email protected]>
  4. * TimerTest.cs: Added more tests.
  5. * ThreadTest.cs: Added new tests for Thread.Suspend.
  6. 2004-06-10 Lluis Sanchez Gual <[email protected]>
  7. * ThreadTest.cs: Removed Ignore attribute from several threading tests that
  8. failed because of Thread.Abort.
  9. 2004-05-01 Nick Drochak <[email protected]>
  10. * ThreadTest.cs: Un-ignore some tests that seem to run pretty well
  11. now. Getting one failure from these, but at least they run without
  12. crasing, or trowing some nasty _wapi exception thingy.
  13. 2004-04-27 Nick Drochak <[email protected]>
  14. * ReaderWriterLockTest.cs: Remove compiler warnings.
  15. 2004-04-13 Lluis Sanchez Gual <[email protected]>
  16. * ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909.
  17. 2004-04-13 Sebastien Pouliot <[email protected]>
  18. * ThreadTest.cs: Removed [Ignore] on WindowsPrincipal test. Adjusted
  19. CurrentPrincipal tests to work on both Windows and Linux.
  20. 2004-04-09 Zoltan Varga <[email protected]>
  21. * TimerTest.cs: Beginnings of regression tests for the Timer class.
  22. 2004-04-07 Lluis Sanchez Gual <[email protected]>
  23. * ReaderWriterLockTest.cs: Added one more test.
  24. 2004-04-06 Lluis Sanchez Gual <[email protected]>
  25. * ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.
  26. 2004-03-19 David Sheldon <[email protected]>
  27. * ThreadTest.cs: Removed Ignore attributes from
  28. CurrentPrincipal_PrincipalPolicy_NoPrincipal and
  29. CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
  30. Now that bug 54041 is fixed, and they wont livelock.
  31. 2004-02-05 Sebastien Pouliot <[email protected]>
  32. * ThreadTest.cs: Added unit tests for CurrentPrincipal.
  33. 2003-01-28 Nick Drochak <[email protected]>
  34. * MutexTest.cs: Ignore tests that hang mono.
  35. * ThreadTest.cs: Ignore tests that hang mono.
  36. 2003/01/23 Nick Drochak <[email protected]>
  37. * ThreadTest.cs: Test for alternate possibilities
  38. 2003-01-13 Nick Drochak <[email protected]>
  39. * MutexTest.cs: Disable some tests that case unhandled exceptions
  40. on MS.NET.
  41. 2002-12-21 Nick Drochak <[email protected]>
  42. * all: make tests build and run under nunit2
  43. 2002-11-29 Eduardo Garcia Cebollero <[email protected]>
  44. * MutexTest.cs : New suite for Mutex.
  45. 2002-11-23 Eduardo Garcia Cebollero <[email protected]>
  46. * ThreadTest.cs : New suite for Thread.
  47. * AllTests.cs : Add the new suite.