Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System.Collections.Generic / ChangeLog
1 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * ComparerTest.cs: Added test for bug #80929. Added tests to verify
4         binary serialization compatibility.
5         * IListTest.cs: Fixed header.
6
7 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
8
9         * IListTest.cs: Added test for bug #80260.
10
11 2006-09-12  Gert Driesen  <drieseng@users.sourceforge.net>
12
13         * ListTest.cs: Added tests for binary serialization, and Enumerator
14         version checks.
15
16 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * ListTest.cs : test for bug #77277 by Kazuki Oikawa.
19
20 2006-03-16  Ankit Jain  <jankit@novell.com>
21
22         * ListTest.cs: Add some tests for InsertRange.
23
24 2006-01-23  Raja R Harinath  <rharinath@novell.com>
25
26         * DictionaryTest.cs (IDictionary_*): Add a few tests for the
27         IDictionary explicit implementation.
28
29 2006-01-19  Raja R Harinath  <rharinath@novell.com>
30
31         * DictionaryTest.cs: Remove NotWorking annotations.
32         (Empty_CopyTo, Empty_Values_CopyTo): Fix tests to check that
33         CopyTo from an empty dictionary does not throw an exception when
34         'index==array.Length'.
35         (PlainEnumeratorReturnTest): Check the type of 'Entry' property too.
36
37 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * DictionaryTest.cs : fixed several tests to not fail under .NET 2.0
40           and thus marked some as NotWorking. Numbered some assertions.
41
42 2005-12-21  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * ListTest.cs: Added test cases for #77039 for sorting a list with
45         IComparable (generic or not) and without IComparable (exception).
46
47 2005-12-20  Sebastien Pouliot  <sebastien@ximian.com>
48
49         * ListTest.cs: Added test case for #76361 for sorting the list with a
50         generic comparer.
51
52 2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>
53
54         * DictionaryTest.cs: Added test cases for CopyTo, including a test for
55         DictionaryEntry.
56         * ListTest.cs: Added test case for #77019 when copying from an empty 
57         dictionary.
58
59 2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>
60
61         * ListTest.cs: Added test case for a binary search with an empty list
62         (bug #77030). Removed IsReadOnly test case as this isn't part of the 
63         public API anymore.
64
65 2005-08-16  Martin Baulig  <martin@ximian.com>
66
67         * DictionaryTest.cs (IEnumeratorGenericTest): Reflect latest
68         `KeyValuePair<K,V>' API changes.
69
70 2005-06-27  Raja R Harinath  <rharinath@novell.com>
71
72         * DictionaryTest.cs (FailFastTest1, FailFastTest2, FailFastTest3):
73         New tests to ensure that enumerators are invalidated on
74         modifications to the dictionary.
75
76 2005-06-22  Raja R Harinath  <rharinath@novell.com>
77
78         * DictionaryTest.cs (KeyValueEnumeratorTest): Add test for infloop
79         if dictionary is read while it's being enumerated.
80
81 2005-06-20  David Waite  <mass@akuma.org>
82
83         * ListTest.cs: Substantial new tests
84
85 2005-06-18  David Waite  <mass@akuma.org>
86
87         * DictionaryTest.cs (AddTest3): Added test of simple interaction with
88         struct dictionary
89         (AddDuplicateTest,IndexerGetNullTest,IndexerSetNullTest): Added tests
90         for exceptional cases to verify correct exceptions
91         (TryGetValueTest): check return value from TryGetValue
92         (KeyValueEnumeratorTest): Added test from verification of ms.net beta2
93         behavior for non-generic IEnumerator/IDictionaryEnumerator behavior
94         against Dictionary<>
95         (SerializationTest): Added test to utilize serialization routines.
96     
97 2005-06-16  Raja R Harinath  <rharinath@novell.com>
98
99         * DictionaryTest.cs (SliceCollectionsEnumeratorTest): New test
100         based on #75053.
101
102 2005-06-07  Ankit Jain <ankit@corewars.org>
103
104         * DictionaryTest.cs (KeyValueEnumeratorTest): Added new test.
105         
106 2005-05-19  Raja R Harinath  <rharinath@novell.com>
107
108         * ListTest.cs (TestGetRange): Add missing ';'.  Actually compare
109         the length of the list.
110
111 2005-05-18  Miguel de Icaza  <miguel@novell.com>
112
113         * ListTest.cs: Added.
114
115 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * QueueTest.cs, StackTest.cs: They are now in System.dll
118
119 2005-05-05  Raja R Harinath  <rharinath@novell.com>
120
121         * DictionaryTest.cs (MyTest.GetHashCode): Add to silence a
122         compiler warning.
123
124 2005-04-04  Raja R Harinath  <rharinath@novell.com>
125
126         * DictionaryTest.cs: Update.
127
128 2005-04-02  Ben Maurer  <bmaurer@ximian.com>
129
130         * DictionaryTest.cs: new test.
131
132 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
133
134         * QueueTest.cs: new Test.
135
136 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
137
138         * StackTest.cs: new Test.
139