2005-01-19 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / class / Mono.C5 / Test / ChangeLog
1 2005-01-19  Martin Baulig  <martin@ximian.com>
2
3         * Sorting.cs: 2000 elements is enough for us.
4
5 2005-01-19  Martin Baulig  <martin@ximian.com>
6
7         * trees/RedBlackTreeSetTests.cs: Put the threading tests into a
8         "Threading" category, so we can exclude them when running in the
9         debugger.
10         * arrays/SortedArrayTests.cs: Likewise.
11
12 2004-12-04  Martin Baulig  <martin@ximian.com>
13
14         * hashing/HashTableTests.cs: Disabled some tests which make
15         assumptions about the ordering of elements in the hashtable.  They
16         also do not work on Windows.
17         * hashing/HashBagTests.cs: Likewise.
18         * hashing/HashDictionaryTests.cs: Likewise.
19
20 2004-12-03  Martin Baulig  <martin@ximian.com>
21
22         * arrays/SortedArrayTests.cs: Removed the exception message from
23         the [ExpectedException(typeof(ArgumentOutOfRangeException))].
24
25         * trees/RedBlackTreeSetTests.cs: Likewise.
26         * trees/Bag.cs: Likewise.
27
28 2004-11-26  Martin Baulig  <martin@ximian.com>
29
30         * */*.cs: Added some more `#if FIXME's to comment out tests which
31         are currently crashing or hanging.
32
33 2004-11-20  Martin Baulig  <martin@ximian.com>
34
35         * arrays/ArrayListTest.cs: Comment out some anonymous methods.
36         * arrays/HashedArrayListTest.cs: Likewise.
37         * linkedlists/HashedLinkedListTest.cs: Likewise.
38         * linkedlists/LinkedListTest.cs: Likewise.
39
40 2004-11-15  Martin Baulig  <martin@ximian.com>
41
42         Importing version 0.5 of C5's test suite, http://www.itu.dk/research/c5/.
43