mirror of https://github.com/dotnet/runtime
Merge 03a1e99731
into 02596ba8d9
This commit is contained in:
commit
a66e149921
|
@ -155,8 +155,7 @@ new CoreFXTestLibrary.Internal.TestInfo("B279085.TestB279085Repro", () => global
|
|||
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestCalls", () => global::GenericVirtualMethods.TestCalls(), null),
|
||||
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestLdFtnToGetStaticMethodOnGenericType", () => global::GenericVirtualMethods.TestLdFtnToGetStaticMethodOnGenericType(), null),
|
||||
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestLdFtnToInstanceGenericMethod", () => global::GenericVirtualMethods.TestLdFtnToInstanceGenericMethod(), null),
|
||||
// https://github.com/dotnet/corert/issues/3460
|
||||
//new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestGenericExceptionType", () => global::GenericVirtualMethods.TestGenericExceptionType(), null),
|
||||
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestGenericExceptionType", () => global::GenericVirtualMethods.TestGenericExceptionType(), null),
|
||||
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestCoAndContraVariantCalls", () => global::GenericVirtualMethods.TestCoAndContraVariantCalls(), null)
|
||||
};
|
||||
bool passed = CoreFXTestLibrary.Internal.Runner.RunTests(tests, args);
|
||||
|
|
Loading…
Reference in New Issue