ChangeLog 3.3 KB

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