Add reflection roots for tests calling CreateInstance() (dotnet/coreclr#10242)
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Fri, 17 Mar 2017 18:22:18 +0000 (11:22 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2017 18:22:18 +0000 (11:22 -0700)
commitbeae1290c8d95d0052751b900ca4f1560d410285
treeeceef1824aa165ce94ff3d4c5ad91b5fa2a9e00c
parent509b1b06cea4125e0bd18a2a38db1ac818ef2244
Add reflection roots for tests calling CreateInstance() (dotnet/coreclr#10242)

Add the XML files identifying the reflection roots to keep the
type (and constructors threof) which are used by tests as
Activator.CreateInstance(typeof(T))

Commit migrated from https://github.com/dotnet/coreclr/commit/d1bdbf1bee3ecdbcd96a5a78a45bf097e3a38951
32 files changed:
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.reflect.xml [new file with mode: 0644]
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj
src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.reflect.xml [new file with mode: 0644]