a66e686f3f16d8cd5dc6ccc30cee9f81d3fd1a42
[mono.git] / mcs / class / corlib / Test / System.Runtime.InteropServices / ChangeLog
1 2009-10-15  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * GCHandleTest.cs: Add more test cases for validations
4
5 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
6
7         * GCHandleTest.cs: Add a test for null GC handles with type 
8         WeakTrackResurrection.
9
10 2009-06-20  Zoltan Varga  <vargaz@gmail.com>
11
12         * *.cs: Convert all tests to new-style nunit classes/methods.
13
14 2009-04-30  Sebastien Pouliot  <sebastien@ximian.com> 
15
16         * MarshalTest.cs: Fix building unit tests for NET_1_1
17
18 2009-04-29  Jonathan Chambers  <joncham@gmail.com>
19
20         * MarshalTest.cs: Add test for GetExceptionForHR.
21
22 2008-06-21  Gert Driesen  <drieseng@users.sourceforge.net>
23
24         * MarshalTest.cs: Added tests for GetHINSTANCE. Improved existing
25         tests, and removed use of ExpectedException. Use more meaningful names
26         for test methods. Minor code formatting.
27
28 2007-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
29
30         * ExternalExceptionTest.cs: Improved ctor test.
31
32 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
33
34         * ExternalExceptionTest.cs: Added ctor tests.
35
36 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
37
38         * MarshalTest.cs: Add test for various StringTo... to check for 
39         bug #335488.
40
41 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
42
43         * MarshalTest.cs: Add a rountrip test case for BSTR (bug #339530).
44
45 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
46
47         * GCHandleTest.cs: Add some tests.
48
49 2007-08-23  Robert Jordan  <robertj@gmx.net>
50
51         * MarshalTest.cs: Added test for HGlobal allocations. See bug #82499.
52
53 2006-08-31 Robert Jordan  <robertj@gmx.net>
54
55         * MarshalTest.cs: Added tests for PtrToStringAuto/StringToHGlobalAuto.
56
57 2005-08-28  Sebastien Pouliot  <sebastien@ximian.com> 
58
59         * MarshalTest.cs: Added test for ReadInt32 (versus arch endianess).
60         Added endian check as Marshal must use CPU endianess.
61
62 2006-6-8  Jonathan Chambers  <jonathan.chambers@ansys.com>
63
64         * MarshalTest.cs: Added tests for GetComSlotForMethodInfo.
65
66 2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
67
68         * MarshalTest.cs: Added tests for 2.0 SecureTo* and ZeroFree* methods.
69
70 2005-09-20  Gert Driesen  <drieseng@users.sourceforge.net>
71
72         * MarshalTest.cs: Added test for bug #76123.
73
74 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com>
75
76         * RuntimeEnvironmentTest.cs: Commented an assert than wasn't true when
77         doing a "make distcheck".
78
79 2005-06-07  Sebastien Pouliot  <sebastien@ximian.com>
80
81         * RuntimeEnvironmentTest.cs: New. Unit tests for RuntimeEnvironment.
82         * RuntimeEnvironmentCas.cs: New. CAS unit tests for RuntimeEnvironment
83
84 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
85
86         * MarshalTest.cs: Add test for OffsetOf and static fields.
87
88 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
89
90         * GCHandleTest.cs: Add test for calling Alloc with null.
91
92 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
93
94         * MarshalTest.cs: Add test for AllocHGlobal and zero size.
95
96 2004-08-31  Nick Drochak <ndrochak@gol.com>
97
98         * MarshalTest.cs: Make tests pass on .NET 1.1.
99
100 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
101
102         * MarshalTest.cs: Add test for UnsafeAddrOfPinnedArrayElement.
103
104 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
105
106         * MarshalTest.cs: New tests for PtrTo* methods and null.
107
108 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
109
110         * MarshalTest.cs: added a few tests for Marshal.SizeOf.
111