Add reflect.xml for a abstract* tests
authorSwaroop Sridhar <swaroops@microsoft.com>
Wed, 22 Mar 2017 22:22:46 +0000 (15:22 -0700)
committerSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Thu, 23 Mar 2017 00:32:38 +0000 (17:32 -0700)
commita5ada07b45e09501af6d84b7a63565a4a612eaad
tree8a5b6396d0530e7c232a0991007c129781ce0ff0
parent4c4131b8b736fd12aff0fa1b7bbf8270a13e2015
Add reflect.xml for a abstract* tests

For the abstract* tests in question:
The tests check for TypeLoad exception from a derived class that doesn't implement an abstract method in base class.
However, the Linker removed the abstract method from base, so there is no exception.
Therefore, add reflect.xml to override the linker's behavior and enable testing for TypeLoadException.

Commit migrated from https://github.com/dotnet/coreclr/commit/f36d5b00cadd97983a917f130fd7da875e6f2c83
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.reflect.xml [new file with mode: 0644]