9cbeeef9369a0580f32d12127cd7a1ddf770e2c7
[mono.git] / mcs / class / corlib / Test / System.Collections.Concurrent / ChangeLog
1 2010-06-03  Jérémie Laval  <jeremie.laval@gmail.com>
2
3         * CollectionStressTestHelper.cs: Bump remove test repeat to 1000.
4         Use a local variable for tracking status and only update the global one
5         at the end.
6
7 2010-03-24  Jérémie Laval  <jeremie.laval@gmail.com>
8
9         * ConcurrentDictionaryTests.cs: Renaming in Assert
10
11 2010-03-24  Jérémie Laval  <jeremie.laval@gmail.com>
12
13         * ConcurrentDictionaryTests.cs: Update behavior of TryAddDuplicateTest
14         The method returns false and doesn't throw exception anymore
15
16 2010-02-02  Jérémie Laval  <jeremie.laval@gmail.com>
17
18         * CollectionStressTestHelper.cs:
19         * ConcurrentBagTests.cs:
20         * ConcurrentDictionaryTests.cs:
21         * ConcurrentQueueTests.cs:
22         * ConcurrentSkipListTests.cs:
23         * ConcurrentStackTests.cs:
24         * ParallelConcurrentQueueTests.cs:
25         * ParallelConcurrentStackTests.cs: Update namespaces and tested methods
26
27 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
28
29         * BlockingCollectionTests.cs: Moved file.
30
31 2009-08-05  Jérémie Laval  <jeremie.laval@gmail.com>
32
33         * ConcurrentDictionaryTests.cs: Re-enable ConcurrentDictionary unit
34         tests.
35
36 2009-08-04  Raja R Harinath  <harinath@hurrynot.org>
37
38         * ParallelConcurrentQueueTests.cs (CountTestCase): Remove call to
39         internal method.
40
41 2009-07-31  Jérémie Laval  <jeremie.laval@gmail.com>
42
43         * ConcurrentDictionary: Ignore tests until runtime/compiler
44         is fixed
45
46 2009-07-31 Jérémie Laval  <jeremie.laval@gmail.com>
47
48         * ConcurrentDictionary.cs:
49         * ConcurrentQueue.cs: Adapt test to new API
50
51 2009-07-27  Jérémie Laval  <jeremie.laval@gmail.com>
52
53         * BlockingCollectionTests.cs:
54         * CollectionStressTestHelper.cs:
55         * ConcurrentBagTests.cs:
56         * ConcurrentDictionaryTests.cs:
57         * ConcurrentQueueTests.cs:
58         * ConcurrentSkipListTests.cs:
59         * ConcurrentStackTests.cs:
60         * ParallelConcurrentQueueTests.cs:
61         * ParallelConcurrentStackTests.cs: ParallelFx unit tests for
62         System.Collections.Concurrent namespace.
63