diff options
author | wtgodbe <wigodbe@microsoft.com> | 2017-04-21 13:41:57 -0700 |
---|---|---|
committer | wtgodbe <wigodbe@microsoft.com> | 2017-04-21 13:41:57 -0700 |
commit | 463b64ed235448aab8cb4b493132b624427182d5 (patch) | |
tree | ea44e09b1519e0edec69881313d9c4c5338ded21 /tests/issues.targets | |
parent | 2659efd36fc87c4a9de6acbb94d6ac067d1547d2 (diff) | |
download | coreclr-463b64ed235448aab8cb4b493132b624427182d5.tar.gz coreclr-463b64ed235448aab8cb4b493132b624427182d5.tar.bz2 coreclr-463b64ed235448aab8cb4b493132b624427182d5.zip |
Disable DynMethodJumpStubTests test
Diffstat (limited to 'tests/issues.targets')
-rw-r--r-- | tests/issues.targets | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets index 2783f5893d..a3f7c42344 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -434,6 +434,9 @@ <ExcludeList Include="$(XunitTestBinBase)\CoreMangLib\cti\system\multicastdelegate\MulticastDelegateCtor\MulticastDelegateCtor.cmd"> <Issue>needs triage</Issue> </ExcludeList> + <ExcludeList Include="$(XunitTestBinBase)\CoreMangLib\cti\system\reflection\emit\DynMethodJumpStubTests\DynMethodJumpStubTests\DynMethodJumpStubTests.cmd"> + <Issue>needs triage</Issue> + </ExcludeList> <ExcludeList Include="$(XunitTestBinBase)\CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalGetLastWin32Error_PSC\MarshalGetLastWin32Error_PSC.cmd"> <Issue>needs triage</Issue> </ExcludeList> |