2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Mono.C5 / Test / ChangeLog
index b0da07734cc7bbf6a32607c87b894569efb6ec04..897084c70f36768f6b49696514800eec260101cd 100644 (file)
@@ -1,3 +1,35 @@
+2005-01-19  Martin Baulig  <martin@ximian.com>
+
+       * test/RedBlackTreeSetTests.cs: Decrease number of iterations.
+       * arrays/SortedArrayTests.cs: Likewise.
+
+2005-01-19  Martin Baulig  <martin@ximian.com>
+
+       * Sorting.cs: 2000 elements is enough for us.
+
+2005-01-19  Martin Baulig  <martin@ximian.com>
+
+       * trees/RedBlackTreeSetTests.cs: Put the threading tests into a
+       "Threading" category, so we can exclude them when running in the
+       debugger.
+       * arrays/SortedArrayTests.cs: Likewise.
+
+2004-12-04  Martin Baulig  <martin@ximian.com>
+
+       * hashing/HashTableTests.cs: Disabled some tests which make
+       assumptions about the ordering of elements in the hashtable.  They
+       also do not work on Windows.
+       * hashing/HashBagTests.cs: Likewise.
+       * hashing/HashDictionaryTests.cs: Likewise.
+
+2004-12-03  Martin Baulig  <martin@ximian.com>
+
+       * arrays/SortedArrayTests.cs: Removed the exception message from
+       the [ExpectedException(typeof(ArgumentOutOfRangeException))].
+
+       * trees/RedBlackTreeSetTests.cs: Likewise.
+       * trees/Bag.cs: Likewise.
+
 2004-11-26  Martin Baulig  <martin@ximian.com>
 
        * */*.cs: Added some more `#if FIXME's to comment out tests which