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
|
2009-10-15 Sebastien Pouliot <sebastien@ximian.com>
* GCHandleTest.cs: Add more test cases for validations
[Backport r144204]
2009-08-13 Zoltan Varga <vargaz@gmail.com>
* GCHandleTest.cs: Add a test for null GC handles with type
WeakTrackResurrection.
2009-06-20 Zoltan Varga <vargaz@gmail.com>
* *.cs: Convert all tests to new-style nunit classes/methods.
2009-04-30 Sebastien Pouliot <sebastien@ximian.com>
* MarshalTest.cs: Fix building unit tests for NET_1_1
2009-04-29 Jonathan Chambers <joncham@gmail.com>
* MarshalTest.cs: Add test for GetExceptionForHR.
2008-06-21 Gert Driesen <drieseng@users.sourceforge.net>
* MarshalTest.cs: Added tests for GetHINSTANCE. Improved existing
tests, and removed use of ExpectedException. Use more meaningful names
for test methods. Minor code formatting.
2007-12-29 Gert Driesen <drieseng@users.sourceforge.net>
* ExternalExceptionTest.cs: Improved ctor test.
2007-12-04 Gert Driesen <drieseng@users.sourceforge.net>
* ExternalExceptionTest.cs: Added ctor tests.
2007-11-06 Sebastien Pouliot <sebastien@ximian.com>
* MarshalTest.cs: Add test for various StringTo... to check for
bug #335488.
2007-11-06 Sebastien Pouliot <sebastien@ximian.com>
* MarshalTest.cs: Add a rountrip test case for BSTR (bug #339530).
2007-09-14 Zoltan Varga <vargaz@gmail.com>
* GCHandleTest.cs: Add some tests.
2007-08-23 Robert Jordan <robertj@gmx.net>
* MarshalTest.cs: Added test for HGlobal allocations. See bug #82499.
2006-08-31 Robert Jordan <robertj@gmx.net>
* MarshalTest.cs: Added tests for PtrToStringAuto/StringToHGlobalAuto.
2005-08-28 Sebastien Pouliot <sebastien@ximian.com>
* MarshalTest.cs: Added test for ReadInt32 (versus arch endianess).
Added endian check as Marshal must use CPU endianess.
2006-6-8 Jonathan Chambers <jonathan.chambers@ansys.com>
* MarshalTest.cs: Added tests for GetComSlotForMethodInfo.
2005-10-28 Sebastien Pouliot <sebastien@ximian.com>
* MarshalTest.cs: Added tests for 2.0 SecureTo* and ZeroFree* methods.
2005-09-20 Gert Driesen <drieseng@users.sourceforge.net>
* MarshalTest.cs: Added test for bug #76123.
2005-06-13 Sebastien Pouliot <sebastien@ximian.com>
* RuntimeEnvironmentTest.cs: Commented an assert than wasn't true when
doing a "make distcheck".
2005-06-07 Sebastien Pouliot <sebastien@ximian.com>
* RuntimeEnvironmentTest.cs: New. Unit tests for RuntimeEnvironment.
* RuntimeEnvironmentCas.cs: New. CAS unit tests for RuntimeEnvironment
2005-04-23 Zoltan Varga <vargaz@freemail.hu>
* MarshalTest.cs: Add test for OffsetOf and static fields.
2005-04-04 Zoltan Varga <vargaz@freemail.hu>
* GCHandleTest.cs: Add test for calling Alloc with null.
2004-09-03 Zoltan Varga <vargaz@freemail.hu>
* MarshalTest.cs: Add test for AllocHGlobal and zero size.
2004-08-31 Nick Drochak <ndrochak@gol.com>
* MarshalTest.cs: Make tests pass on .NET 1.1.
2004-05-05 Zoltan Varga <vargaz@freemail.hu>
* MarshalTest.cs: Add test for UnsafeAddrOfPinnedArrayElement.
2004-04-27 Zoltan Varga <vargaz@freemail.hu>
* MarshalTest.cs: New tests for PtrTo* methods and null.
2004-03-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MarshalTest.cs: added a few tests for Marshal.SizeOf.
|