diff options
author | Roman Artemev <rartemev@microsoft.com> | 2017-04-25 15:24:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 15:24:09 -0700 |
commit | fbb672490ee3812bcb4054b9df566f49f8016981 (patch) | |
tree | e27e2a9269874a2ac95b67f4f1c28047cb99c5db /tests/issues.targets | |
parent | 6aa4c7b92ea3daca9012045bd5fd7b864f2ac2ad (diff) | |
parent | a3b208ac4e62fd5a2645d8b7942ff964852ad0d4 (diff) | |
download | coreclr-fbb672490ee3812bcb4054b9df566f49f8016981.tar.gz coreclr-fbb672490ee3812bcb4054b9df566f49f8016981.tar.bz2 coreclr-fbb672490ee3812bcb4054b9df566f49f8016981.zip |
Merge pull request #11110 from rartemev/issue_9880
Made behavior to conform to ECMA for 'tail.call, pop, ret' case
Diffstat (limited to 'tests/issues.targets')
-rw-r--r-- | tests/issues.targets | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/issues.targets b/tests/issues.targets index a3f7c42344..0592888bb3 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -187,6 +187,12 @@ <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\TypeGeneratorTests\TypeGeneratorTest683\Generated683\*"> <Issue>6707</Issue> </ExcludeList> + <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\tailcall_v4\smallFrame\smallFrame.cmd"> + <Issue>9880</Issue> + </ExcludeList> + <ExcludeList Include="$(XunitTestBinBase)JIT\opt\Tailcall\TailcallVerifyWithPrefix\TailcallVerifyWithPrefix.cmd"> + <Issue>9880</Issue> + </ExcludeList> </ItemGroup> <!-- The following are x86 failures --> @@ -204,9 +210,6 @@ <ExcludeList Include="$(XunitTestBinBase)\GC\LargeMemory\API\gc\suppressfinalize\suppressfinalize.cmd"> <Issue>3392, test is useful to have because it can be run manually when making changes to the GC that can have effects in OOM scenarios, but not appropriate to run on our current test infrastructure.</Issue> </ExcludeList> - <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\tailcall_v4\smallFrame\smallFrame.cmd"> - <Issue>tail. call pop ret is only supported on amd64</Issue> - </ExcludeList> <ExcludeList Include="$(XunitTestBinBase)\JIT\opt\Tailcall\TailcallVerifyWithPrefix\TailcallVerifyWithPrefix.cmd"> <Issue>2420. x86 JIT doesn't support implicit tail call optimization or tail. call pop ret sequence</Issue> </ExcludeList> |