ChangeLog 2.9 KB

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