summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2019-02-04 08:47:48 -0800
committerJan Vorlicek <janvorli@microsoft.com>2019-02-04 17:47:48 +0100
commit75dfe5cfff56ad028bcf256ae0857bf64e4197e9 (patch)
tree4eca84ff708151209c640664bcd8e717f8d20f1b /tests/issues.targets
parentcee7a5596992f2c25a262c1f081d29c2951cac19 (diff)
downloadcoreclr-75dfe5cfff56ad028bcf256ae0857bf64e4197e9.tar.gz
coreclr-75dfe5cfff56ad028bcf256ae0857bf64e4197e9.tar.bz2
coreclr-75dfe5cfff56ad028bcf256ae0857bf64e4197e9.zip
Fix arm32 unwind for large methods (#22381)
* Fix arm32 unwind for large methods For arm32, the unwinder bails out with an error if the method offset is not within the fragment range. And the jit copies prolog unwind codes to all fragments, so there's no need to walk back and find the root unwind record. Closes #22260. * re-enable test
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 21ec785dd2..9097e7b5f2 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -619,9 +619,6 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/doublearray/dblarray3_cs_r/*">
<Issue>22015</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/cse/hugeexpr1/*">
- <Issue>22260</Issue>
- </ExcludeList>
</ItemGroup>