ChangeLog 7.0 KB

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