File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (393 lines) | stat: -rw-r--r-- 12,194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
2009-11-02  Jérémie Laval  <jeremie.laval@gmail.com>

	* ParallelTests.cs: Added unit test for Bug #536919, cleaned up.

2009-10-26  Sebastien Pouliot  <sebastien@ximian.com>

	* InterlockedTest.cs: Add test case for generic methods
	CompareExchange and Exchange
	[Backport r144840]

2009-10-25  Sebastien Pouliot  <sebastien@ximian.com>

	* ThreadTest.cs: Add test cases for Current[UI]Culture (not 
	working), Name, Join, Sleep and SpinWait
	[Backport r144824]

2009-10-22  Sebastien Pouliot  <sebastien@ximian.com>

	* EventWaitHandleTest.cs: New. Test case for EventResetMode 
	validation
	[Backport r144681]

2009-10-22  Sebastien Pouliot  <sebastien@ximian.com> 

	* MonitorTest.cs: Mark existing tests as "NotWorking" since they
	fail in MS FX2 (maybe they worked in 1.x?). Add more test cases
	to validate the TryEnter and Wait overloaded methods.
	[Backport r144627]

2009-10-21  Sebastien Pouliot  <sebastien@ximian.com>

	* WaitHandleTest.cs: New. Add test cases for Wait[One|All|Any]
	methods overloads (at least the one present in Silverlight 2)
	[Backport r144529]

2009-10-20  Sebastien Pouliot  <sebastien@ximian.com>

	* TimerTest.cs: Add more validation tests
	[Backport r144466]

2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>

	* ParallelTests.cs: Remove While test case.
	* AggregateExceptionTests.cs: Moved file.

2009-07-30 Jérémie Laval  <jeremie.laval@gmail.com>

	* System.Threading.Tasks/TaskTest.cs:
	* FutureTests.cs:
	* ParallelConcurrentStackTests.cs:
	* ConcurrentSkipListTests.cs:
	* ConcurrentQueueTests.cs:
	* ConcurrentBagTests.cs:
	* ConcurrentStackTests.cs:
	* BlockingCollectionTests.cs:
	* ConcurrentDictionaryTests.cs:
	* CollectionStressTestHelper.cs:
	* ParallelConcurrentQueueTests.cs:
	* CancellationTokenTests.cs:
	* ManualResetEventSlimTests.cs:
	* SnziTests.cs:
	* SemaphoreSlimTests.cs:
	* ParallelTests.cs:
	* CountdownEventTests.cs:
	* AggregateExceptionTests.cs:
	* ThreadLazyTests.cs:
	* ParallelTestHelper.cs: Add ParallelFx unit tests for System.Threading
	namespace

2009-06-20  Zoltan Varga  <vargaz@gmail.com>

	* *.cs: Convert all tests to new-style nunit classes/methods.

2009-01-05  Zoltan Varga  <vargaz@gmail.com>

	* ExecutionContextTest.cs (Copy_FromThread): Disable this test, it doesn't
	seem to work after the nunit upgrade.

2008-10-11  Zoltan Varga  <vargaz@gmail.com>

	* TimerTest.cs (TestChange): Modify a constant to avoid a random assert.

2008-07-07  Bill Holmes  <billholmes54@gmail.com>

	* ThreadTest.cs : Tests added for Thread.Interrupt.

	Code is contributed under MIT/X11 license.

2008-06-13  Zoltan Varga  <vargaz@gmail.com>

	* MutexTest.cs: Reenable some mutex tests which seem to work now.

2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>

	* TimerTest.cs: Removed NotWorking category from TestDisposeOnCallback
	test. Numbered asserts. Minor code formatting updates. Removed obsolete
	comment on class.
	* ThreadTest.cs: Use Assert.Fail for tests that fail on the Mono
	runtime only when these tests are being executed on the Mono runtime.

2008-06-04  Zoltan Varga  <vargaz@gmail.com>

	* TimerTest.cs (Callback): Use Interlocked Increment to increase the
	counter.

2007-12-28  Atsushi Enomoto  <atsushi@ximian.com>

	* ThreadTest.cs : made couple of tests fail under Windows and made
	  corlib tests run without timtout.

2007-12-28  Atsushi Enomoto  <atsushi@ximian.com>

	* ThreadTest.cs : marked TestStart() as NotDotNet. It hangs.

2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: On 2.0 profile, enable > 0 tests for GetHashCode.
	Added test that asserts if the hashcode of two threads is distinct.

2007-10-20  Raja R Harinath  <harinath@gmail.com>

	* TimerTest.cs (TestHeavyCreationLoad): Don't shadow a variable name.

2007-10-19  Dick Porter  <dick@ximian.com>

	* ThreadTest.cs: Re-enable ManagedThreadId test too

2007-10-19  Dick Porter  <dick@ximian.com>

	* ThreadTest.cs: Re-enable GetHashCodeTest

2007-10-05  Dick Porter  <dick@ximian.com>

	* ThreadTest.cs: Disable GetHashCodeTest while I figure out why
	GetHashCode sometimes returns 0.

2007-09-25  Dick Porter  <dick@ximian.com>

	* ThreadTest.cs: Enable GetHashCodeTest

2007-09-18  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: Added GetHashCode test for bug #325566.

2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: Added test for bug #82700. Re-enabled and fixed some
	tests that pass on my two boxes. Shoot me if these break the buildbots.
	Cleaned up some tests.

2007-08-10  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: Enabled test for bug #81658, and uncommented code
	that relies on that fix.

2007-07-22  Gert Driesen  <drieseng@users.sourceforge.net>

	* AutoResetEventTest.cs: Added test for verifying effect of assigning
	new SafeWaitHandle on the previous one. Use meaningful names for
	tests. Avoid unref warning. Removed usage of deprecated Assertion
	class. Spaces to tabs.

2007-07-21  Miguel de Icaza  <miguel@novell.com>

	* AutoResetEventTest.cs: Integrated test based on Gert's email
	(only the first chunk).

2007-07-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: Removed tests for bug #81930, since other tests can
	break these by changing the CurrentCulture or CurrentUICulture.
	Instead I've added a standalone test for this (in the gert module).

2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: Added tests for bug #81930.

2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: Enabled test for bug #81720.

2007-05-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: Added test for bug #81720. Improved test for
	bug #81658. Added test for changing ApartmentState on background
	thread.

2007-05-17  Gert Driesen  <drieseng@users.sourceforge.net>

	* ThreadTest.cs: Use Assert instead of deprecated Assertion class.
	Code formatting. Added test for bug #81658.

2007-05-16  Gert Driesen  <drieseng@users.sourceoforge.net>

	* ThreadTest.cs: Fix build using csc 1.x.

2007-05-09  Jonathan Chambers  <joncham@gmail.com>

	* ThreadTest.cs: Add ApartmentState related tests.

2007-04-03  Gert Driesen  <drieseng@users.sourceforge.net>

	* MutexTest.cs: Enabled test for bug #79358.

2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>

	* MutexTest.cs: Added test for bug #79358. Code formatting, no longer
	derive from (deprecated) TestCase.

2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>

	* ExecutionContextTest.cs: Changed Run test to execute only under
	CAS until bug #78306 (CompressedStack) is fixed.

2006-06-04  Zoltan Varga  <vargaz@gmail.com>

	* InterlockedTest.cs: Fix Interlocked.Add tests.

2006-04-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* TimerTest.cs: Added test for bug #78208. Marked individual tests
	NotWorking instead of the test class to enable test for bug #78208. 

2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>

	* ThreadTest.cs : mark not-working tests as [Ignore] since it blocks
	  run-test-ondotnet under 2.0 profile.

2006-01-18  Atsushi Enomoto  <atsushi@ximian.com>

	* MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under
	  .NET 2.0 it breaks nunit-console (breaks its own AppDomain).

2005-10-06  Sebastien Pouliot  <sebastien@ximian.com>

	* ThreadTest.cs: Added regression test for #76332 when an IPrincipal
	instance should be copied in any new thread created.

2005-06-30  Ben Maurer  <bmaurer@ximian.com>

	* MutexTest.cs: Redisable. They didn't work so well ;-(.

2005-06-28  Ben Maurer  <bmaurer@ximian.com>

	* MutexTest.cs: Re-enable the mutex tests. They seem to work for
	me now when I ran them in a loop on the smp box.

2005-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ThreadTest.cs: sanitize waiting for a thread that might be already
	done. Added test for Thread.Start called after thread.Abort, which used
	to segfault.

2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* MonitorTest.cs: a pair of tests for Monitor.

2005-04-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AutoResetEventTest.cs: test for AutoResetEvent.

2005-03-28  Sebastien Pouliot  <sebastien@ximian.com>

	* CompressedStackCas.cs: New. CAS unit tests for CompressedStack.
	* CompressedStackTest.cs: New. Unit tests for CompressedStack.
	* ExecutionContextCas.cs: New. CAS unit tests for ExecutionContext.
	* ExecutionContextTest.cs: New. Unit tests for ExecutionContext.

2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>

	* MutexCas.cs: New. CAS unit tests for Mutex.
	* ThreadCas.cs: New. CAS unit tests for Thread.
	* WaitHandleCas.cs: New. CAS unit tests for WaitHandle.

2005-02-20  Zoltan Varga  <vargaz@freemail.hu>

	* InterlockedTest.cs: Enable 2.0 tests.
	
	* InterlockedTest.cs: New file. Tests from 
	Luca Barbieri (luca.barbieri@gmail.com).

2005-02-16  Ben Maurer  <bmaurer@ximian.com>

	* TimerTest.cs: Disable this test. It seems to be completely
	unreliable, likely because it depends on a race. See comment in
	the source.

2005-01-31  Nick Drochak <ndrochak@ieee.com>

	* ThreadTest.cs: SuspendAbort is not working it seems.

2005-01-18  Nick Drochak <ndrochak@ieee.com>

	* ThreadTest.cs: Thread.Priority is a MonoTODO. Ignore Test.

2004-09-22  Lluis Sanchez Gual <lluis@novell.com>

	* ThreadTest.cs, MutexTest.cs: Don't leave any thread alive, even if the
	thread fails. Added a timeout to active waits.

2004-08-25  Nick Drochak <ndrochak@ieee.com>

	* ThreadTest.cs: Some tests hang on MS.NET so ignore them.

2004-06-22  Dick Porter <dick@ximian.com>

	* MutexTest.cs: No need to ignore these tests now

	* ThreadTest.cs: You can't Start() a thread that's been aborted.
	Improve state tests.

2004-06-17  Lluis Sanchez Gual <lluis@ximian.com>

	* ThreadTest.cs: Improved test.

2004-06-15  Lluis Sanchez Gual <lluis@ximian.com>

	* TimerTest.cs: Added more tests.
	* ThreadTest.cs: Added new tests for Thread.Suspend.

2004-06-10  Lluis Sanchez Gual <lluis@ximian.com>

	* ThreadTest.cs: Removed Ignore attribute from several threading tests that
	  failed because of Thread.Abort.

2004-05-01  Nick Drochak <ndrochak@gol.com>

	* ThreadTest.cs: Un-ignore some tests that seem to run pretty well
	now.  Getting one failure from these, but at least they run without
	crasing, or trowing some nasty _wapi exception thingy.

2004-04-27  Nick Drochak <ndrochak@ieee.org>

	* ReaderWriterLockTest.cs: Remove compiler warnings.

2004-04-13  Lluis Sanchez Gual <lluis@ximian.com>

	* ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909.

2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>

	* ThreadTest.cs: Removed [Ignore] on WindowsPrincipal test. Adjusted
	CurrentPrincipal tests to work on both Windows and Linux.

2004-04-09  Zoltan Varga  <vargaz@freemail.hu>

	* TimerTest.cs: Beginnings of regression tests for the Timer class.

2004-04-07  Lluis Sanchez Gual <lluis@ximian.com>

	* ReaderWriterLockTest.cs: Added one more test.

2004-04-06  Lluis Sanchez Gual <lluis@ximian.com>

	* ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.

2004-03-19  David Sheldon <dave-mono@earth.li>

  * ThreadTest.cs: Removed Ignore attributes from 
      CurrentPrincipal_PrincipalPolicy_NoPrincipal and
      CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
    Now that bug 54041 is fixed, and they wont livelock.

2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>

	* ThreadTest.cs: Added unit tests for CurrentPrincipal.

2003-01-28  Nick Drochak <ndrochak@gol.com>

        * MutexTest.cs: Ignore tests that hang mono.
        * ThreadTest.cs: Ignore tests that hang mono.

2003/01/23  Nick Drochak <ndrochak@gol.com>

	* ThreadTest.cs: Test for alternate possibilities

2003-01-13  Nick Drochak  <ndrochak@gol.com>

	* MutexTest.cs: Disable some tests that case unhandled exceptions
	on MS.NET.

2002-12-21  Nick Drochak <ndrochak@gol.com>

	* all: make tests build and run under nunit2

2002-11-29  Eduardo Garcia Cebollero <kiwnix@yahoo.es>

	* MutexTest.cs : New suite for Mutex.
	
2002-11-23  Eduardo Garcia Cebollero <kiwnix@yahoo.es>

	* ThreadTest.cs : New suite for Thread.
	* AllTests.cs : Add the new suite.