ChangeLog 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. 2006-04-30 Gert Driesen <[email protected]>
  2. * TimerTest.cs: Added test for bug #78202. Marked individual tests
  3. NotWorking instead of the test class to enable test for bug #78202.
  4. 2006-01-18 Atsushi Enomoto <[email protected]>
  5. * ThreadTest.cs : mark not-working tests as [Ignore] since it blocks
  6. run-test-ondotnet under 2.0 profile.
  7. 2006-01-18 Atsushi Enomoto <[email protected]>
  8. * MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under
  9. .NET 2.0 it breaks nunit-console (breaks its own AppDomain).
  10. 2005-10-06 Sebastien Pouliot <[email protected]>
  11. * ThreadTest.cs: Added regression test for #76332 when an IPrincipal
  12. instance should be copied in any new thread created.
  13. 2005-06-30 Ben Maurer <[email protected]>
  14. * MutexTest.cs: Redisable. They didn't work so well ;-(.
  15. 2005-06-28 Ben Maurer <[email protected]>
  16. * MutexTest.cs: Re-enable the mutex tests. They seem to work for
  17. me now when I ran them in a loop on the smp box.
  18. 2005-06-06 Gonzalo Paniagua Javier <[email protected]>
  19. * ThreadTest.cs: sanitize waiting for a thread that might be already
  20. done. Added test for Thread.Start called after thread.Abort, which used
  21. to segfault.
  22. 2005-05-05 Gonzalo Paniagua Javier <[email protected]>
  23. * MonitorTest.cs: a pair of tests for Monitor.
  24. 2005-04-30 Gonzalo Paniagua Javier <[email protected]>
  25. * AutoResetEventTest.cs: test for AutoResetEvent.
  26. 2005-03-28 Sebastien Pouliot <[email protected]>
  27. * CompressedStackCas.cs: New. CAS unit tests for CompressedStack.
  28. * CompressedStackTest.cs: New. Unit tests for CompressedStack.
  29. * ExecutionContextCas.cs: New. CAS unit tests for ExecutionContext.
  30. * ExecutionContextTest.cs: New. Unit tests for ExecutionContext.
  31. 2005-03-24 Sebastien Pouliot <[email protected]>
  32. * MutexCas.cs: New. CAS unit tests for Mutex.
  33. * ThreadCas.cs: New. CAS unit tests for Thread.
  34. * WaitHandleCas.cs: New. CAS unit tests for WaitHandle.
  35. 2005-02-20 Zoltan Varga <[email protected]>
  36. * InterlockedTest.cs: Enable 2.0 tests.
  37. * InterlockedTest.cs: New file. Tests from
  38. Luca Barbieri ([email protected]).
  39. 2005-02-16 Ben Maurer <[email protected]>
  40. * TimerTest.cs: Disable this test. It seems to be completely
  41. unreliable, likely because it depends on a race. See comment in
  42. the source.
  43. 2005-01-31 Nick Drochak <[email protected]>
  44. * ThreadTest.cs: SuspendAbort is not working it seems.
  45. 2005-01-18 Nick Drochak <[email protected]>
  46. * ThreadTest.cs: Thread.Priority is a MonoTODO. Ignore Test.
  47. 2004-09-22 Lluis Sanchez Gual <[email protected]>
  48. * ThreadTest.cs, MutexTest.cs: Don't leave any thread alive, even if the
  49. thread fails. Added a timeout to active waits.
  50. 2004-08-25 Nick Drochak <[email protected]>
  51. * ThreadTest.cs: Some tests hang on MS.NET so ignore them.
  52. 2004-06-22 Dick Porter <[email protected]>
  53. * MutexTest.cs: No need to ignore these tests now
  54. * ThreadTest.cs: You can't Start() a thread that's been aborted.
  55. Improve state tests.
  56. 2004-06-17 Lluis Sanchez Gual <[email protected]>
  57. * ThreadTest.cs: Improved test.
  58. 2004-06-15 Lluis Sanchez Gual <[email protected]>
  59. * TimerTest.cs: Added more tests.
  60. * ThreadTest.cs: Added new tests for Thread.Suspend.
  61. 2004-06-10 Lluis Sanchez Gual <[email protected]>
  62. * ThreadTest.cs: Removed Ignore attribute from several threading tests that
  63. failed because of Thread.Abort.
  64. 2004-05-01 Nick Drochak <[email protected]>
  65. * ThreadTest.cs: Un-ignore some tests that seem to run pretty well
  66. now. Getting one failure from these, but at least they run without
  67. crasing, or trowing some nasty _wapi exception thingy.
  68. 2004-04-27 Nick Drochak <[email protected]>
  69. * ReaderWriterLockTest.cs: Remove compiler warnings.
  70. 2004-04-13 Lluis Sanchez Gual <[email protected]>
  71. * ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909.
  72. 2004-04-13 Sebastien Pouliot <[email protected]>
  73. * ThreadTest.cs: Removed [Ignore] on WindowsPrincipal test. Adjusted
  74. CurrentPrincipal tests to work on both Windows and Linux.
  75. 2004-04-09 Zoltan Varga <[email protected]>
  76. * TimerTest.cs: Beginnings of regression tests for the Timer class.
  77. 2004-04-07 Lluis Sanchez Gual <[email protected]>
  78. * ReaderWriterLockTest.cs: Added one more test.
  79. 2004-04-06 Lluis Sanchez Gual <[email protected]>
  80. * ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.
  81. 2004-03-19 David Sheldon <[email protected]>
  82. * ThreadTest.cs: Removed Ignore attributes from
  83. CurrentPrincipal_PrincipalPolicy_NoPrincipal and
  84. CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
  85. Now that bug 54041 is fixed, and they wont livelock.
  86. 2004-02-05 Sebastien Pouliot <[email protected]>
  87. * ThreadTest.cs: Added unit tests for CurrentPrincipal.
  88. 2003-01-28 Nick Drochak <[email protected]>
  89. * MutexTest.cs: Ignore tests that hang mono.
  90. * ThreadTest.cs: Ignore tests that hang mono.
  91. 2003/01/23 Nick Drochak <[email protected]>
  92. * ThreadTest.cs: Test for alternate possibilities
  93. 2003-01-13 Nick Drochak <[email protected]>
  94. * MutexTest.cs: Disable some tests that case unhandled exceptions
  95. on MS.NET.
  96. 2002-12-21 Nick Drochak <[email protected]>
  97. * all: make tests build and run under nunit2
  98. 2002-11-29 Eduardo Garcia Cebollero <[email protected]>
  99. * MutexTest.cs : New suite for Mutex.
  100. 2002-11-23 Eduardo Garcia Cebollero <[email protected]>
  101. * ThreadTest.cs : New suite for Thread.
  102. * AllTests.cs : Add the new suite.