Don't ignore drives with type "aufs" or "overlay" (Xamarin-31021)
[mono.git] / mcs / class / corlib / Test / System.Diagnostics / ChangeLog
1 2009-06-30  Zoltan Varga  <vargaz@gmail.com>
2
3         * DebugTest.cs TextWriterTraceListenerTest.cs: Convert all tests to 
4         new-style nunit classes/methods.        
5
6 2009-06-25  Zoltan Varga  <vargaz@gmail.com>
7
8         * *.cs: Convert all tests to new-style nunit classes/methods.   
9
10 2007-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * DebuggerDisplayAttributeTest.cs: Make test forward compatible.
13         Replaced Assert.AreEqual null comparison with Assert.IsNull. Replaced
14         "" with string.Empty.
15
16 2007-05-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
17
18         * DebuggerDisplayAttributeTest.cs: Added.
19
20 2006-07-24  Gert Driesen  <drieseng@users.sourceforge.net>
21
22         * StackFrameTest.cs: Spaces to tabs. Marked tests that fail on Mono
23         as NotWorking instead of Ignore. Enabled StackFrameTest2.GetFileName2
24         and StackFrameTest3.GetFileName as tests pass on both Mono and .NET.
25
26 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * StackTraceTest.cs: Mono does not support StraceTrace for
29         thread. Test passes on MS.NET 2.x.
30
31 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com> 
32
33         * StackFrameCas.cs: Fixed failures under MS for NET_1_1.
34         * StackTraceCas.cs: Fixed failures under MS for NET_1_1.
35
36 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com> 
37
38         * StackFrameCas.cs: New. Permission tests for StackFrame.
39         * StackTraceCas.cs: New. Permission tests for StackTrace.
40
41 2004-08-30  Nick Drochak <ndrochak@ieee.com>
42
43         * StackTraceTest.cs: Fix warning.
44
45 2004-08-29  Nick Drochak <ndrochak@ieee.com>
46
47         * StackFrameTest.cs : Ignore tests that fail on MS.NET.
48
49 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * StackFrameTest.cs: Added new unit tests to validate exceptions.
52         Converted existing unit tests to NUnit 2.2.
53
54 2004-05-30  David Sheldon <dave-mono@earth.li>
55
56         * StackFrameTest.cs: Mark the failures that have been failing
57         for months due to bug 45730 as ignored as it doesn't look like
58         it will be fixed soon.
59
60 2003-10-07  Nick Drochak <ndrochak@gol.com>
61
62         * StackFrameTest.cs: Get tests to pass on .NET 1.1.
63
64 2003-08-19  Nick Drochak <ndrochak@gol.com>
65
66         * StackFrameTest.cs: Isolate test failure by making tests finer
67         grained.
68
69 2003-07-01  Zoltan Varga  <vargaz@freemail.hu>
70
71         * StackFrameTest.cs (TestGetMethod): Remove test for method name, since
72         it is not guaranteed to be 'InternalInvoke'.
73
74 2003-06-10  Nick Drochak <ndrochak@gol.com>
75
76         * StackFrameTest.cs: More cleanups.  Now *all* tests pass.
77
78 2003-06-10  Nick Drochak <ndrochak@gol.com>
79
80         * StackFrameTest.cs: Cleanups.  Now tests pass.
81
82 2003-04-17  Nick Drochak  <ndrochak@gol.com>
83
84         * StackFrameTest.cs: Use nunit version 2 style.
85
86 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
87
88         * StackTraceTest.cs: Added test for unthrown exceptions.
89
90 2002-12-21  Nick Drochak <ndrochak@gol.com>
91
92         * all: make tests build and run under nunit2
93
94 2002-06-19  Nick Drochak  <ndrochak@gol.com>
95
96         * AllTests.cs: Add missing test: DebugTest
97
98 2002-02-10  Nick Drochak  <ndrochak@gol.com>
99
100         * DebugTest.cs: Put in correct namespace.
101         * TextWriterTraceListenerTest.cs: Put in correct namespace.