Hi, 

I am running some of the corlib tests on MS.NET and found that the
following test fails:

TypeTest.MakeGenericType_BadUserType

 

The reason is that the method 'System.Type.MakeGenericType(params Type[]
types)' makes a validation on the input types, and throws exception
whenever the call Type.UnderlyingSystemType == null for any type
parameter.

MS.NET does not make such validation, therefore the above test pass.

Is it because of a limitation in MONO for user types, or just a bug?

 

Regards, 

Roei Erez

 

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to