Switch to compiler-tester
[mono.git] / mcs / class / corlib / Test / System.Diagnostics / ChangeLog
1 2005-06-12  Gert Driesen <drieseng@users.sourceforge.net>
2
3         * StackTraceTest.cs: Mono does not support StraceTrace for
4         thread. Test passes on MS.NET 2.x.
5
6 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com> 
7
8         * StackFrameCas.cs: Fixed failures under MS for NET_1_1.
9         * StackTraceCas.cs: Fixed failures under MS for NET_1_1.
10
11 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com> 
12
13         * StackFrameCas.cs: New. Permission tests for StackFrame.
14         * StackTraceCas.cs: New. Permission tests for StackTrace.
15
16 2004-08-30  Nick Drochak <ndrochak@ieee.com>\r
17 \r
18         * StackTraceTest.cs: Fix warning.\r
19 \r
20 2004-08-29  Nick Drochak <ndrochak@ieee.com>
21
22         * StackFrameTest.cs : Ignore tests that fail on MS.NET.
23
24 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * StackFrameTest.cs: Added new unit tests to validate exceptions.
27         Converted existing unit tests to NUnit 2.2.\r
28
29 2004-05-30  David Sheldon <dave-mono@earth.li>\r
30 \r
31         * StackFrameTest.cs: Mark the failures that have been failing\r
32         for months due to bug 45730 as ignored as it doesn't look like\r
33         it will be fixed soon.\r
34 \r
35 2003-10-07  Nick Drochak <ndrochak@gol.com>\r
36 \r
37         * StackFrameTest.cs: Get tests to pass on .NET 1.1.\r
38 \r
39 2003-08-19  Nick Drochak <ndrochak@gol.com>\r
40 \r
41         * StackFrameTest.cs: Isolate test failure by making tests finer\r
42         grained.\r
43 \r
44 2003-07-01  Zoltan Varga  <vargaz@freemail.hu>\r
45 \r
46         * StackFrameTest.cs (TestGetMethod): Remove test for method name, since\r
47         it is not guaranteed to be 'InternalInvoke'.\r
48 \r
49 2003-06-10  Nick Drochak <ndrochak@gol.com>\r
50 \r
51         * StackFrameTest.cs: More cleanups.  Now *all* tests pass.\r
52 \r
53 2003-06-10  Nick Drochak <ndrochak@gol.com>\r
54 \r
55         * StackFrameTest.cs: Cleanups.  Now tests pass.\r
56 \r
57 2003-04-17  Nick Drochak  <ndrochak@gol.com>\r
58 \r
59         * StackFrameTest.cs: Use nunit version 2 style.\r
60 \r
61 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>\r
62 \r
63         * StackTraceTest.cs: Added test for unthrown exceptions.\r
64 \r
65 2002-12-21  Nick Drochak <ndrochak@gol.com>\r
66 \r
67         * all: make tests build and run under nunit2\r
68 \r
69 2002-06-19  Nick Drochak  <ndrochak@gol.com>\r
70 \r
71         * AllTests.cs: Add missing test: DebugTest\r
72 \r
73 2002-02-10  Nick Drochak  <ndrochak@gol.com>\r
74 \r
75         * DebugTest.cs: Put in correct namespace.\r
76         * TextWriterTraceListenerTest.cs: Put in correct namespace.\r