Skip to content

Commit

Permalink
[interp] Disable test using excessive stack space
Browse files Browse the repository at this point in the history
This test was exceeding the stack limit even before the new offset allocator, it was just not reported.
  • Loading branch information
BrzVlad committed Mar 10, 2021
1 parent a30b921 commit 7cb1406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/jit64/opt/cse/HugeArray1/**">
<Issue>https://github.com/dotnet/runtime/issues/46622</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_21990/**">
<Issue>https://github.com/dotnet/runtime/issues/46622</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/zeroinit/tail/**">
<Issue>https://github.com/dotnet/runtime/issues/37955</Issue>
</ExcludeList>
Expand Down

0 comments on commit 7cb1406

Please sign in to comment.