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