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)
commitf36d5b00cadd97983a917f130fd7da875e6f2c83
tree9edc2b44063611a82e0eac3f967b383c15c88868
parent5ba4f04e851174f96b3049eb5277d111669c59ac
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.
tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.reflect.xml [new file with mode: 0644]
tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.reflect.xml [new file with mode: 0644]
tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.reflect.xml [new file with mode: 0644]