You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,111 +0,0 @@
|
||||
2009-10-15 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* GCHandleTest.cs: Add more test cases for validations
|
||||
|
||||
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.
|
||||
|
@@ -128,7 +128,7 @@ namespace MonoTests.System.Runtime.InteropServices
|
||||
gch.Free ();
|
||||
}
|
||||
}
|
||||
#if !MONOTOUCH
|
||||
#if !MONOTOUCH && !MOBILE_STATIC
|
||||
[Test]
|
||||
[Category("MobileNotWorking")] // SIGSEGV, probably on AppDomain.Unload
|
||||
public void WeakHandleWorksOnNonRootDomain ()
|
||||
|
Reference in New Issue
Block a user