In System:
authorRobert Jordan <robertj@gmx.net>
Wed, 7 May 2008 14:00:30 +0000 (14:00 -0000)
committerRobert Jordan <robertj@gmx.net>
Wed, 7 May 2008 14:00:30 +0000 (14:00 -0000)
commitc81c00251397cb7747fe36a7ccf9efa665e6d8ec
treecc3e75f29f9c3b126c341dfd1ccc5c3ff2212109
parentbb9658243c7ce39099fdddc88c45480e86762d24
In System:
2008-05-07  Robert Jordan  <robertj@gmx.net>

* RuntimeFieldHandle.cs, RuntimeTypeHandle.cs, RuntimeMethodHandle.cs:
Don't try to serialize uninitialized handles. Fixes #386641.

In .:
2008-05-07  Robert Jordan  <robertj@gmx.net>

* corlib_test.dll.sources: Add System/Runtime*HandleTest.cs

In Test/System:
2008-05-07  Robert Jordan  <robertj@gmx.net>

* Runtime*Handle.cs: Add serialization tests.

svn path=/trunk/mcs/; revision=102727
mcs/class/corlib/ChangeLog
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/RuntimeFieldHandle.cs
mcs/class/corlib/System/RuntimeMethodHandle.cs
mcs/class/corlib/System/RuntimeTypeHandle.cs
mcs/class/corlib/Test/System/ChangeLog
mcs/class/corlib/Test/System/RuntimeFieldHandleTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System/RuntimeMethodHandleTest.cs
mcs/class/corlib/Test/System/RuntimeTypeHandleTest.cs [new file with mode: 0644]
mcs/class/corlib/corlib_test.dll.sources