Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Hoyos <juan.hoyos@microsoft.com>2022-07-02 02:37:30 +0300
committerGitHub <noreply@github.com>2022-07-02 02:37:30 +0300
commitc1f98d8902a53282028eb57ac48de30993d84ad6 (patch)
tree47cc5863fca71c6e6953cc71dfdf48d84b8301e3 /src/tests/issues.targets
parentccb567e6723b992e13350f88a31a3543e05ac07d (diff)
Support long pdata unwinding and save_next for floating point regs in ARM64 (#69906)
* Support long pdata unwinding and save_next for floating point regs in ARM64 * Fix typo * Restore FP pairs when unwinding in ARM64 (#69359) * Add regression test * Restore FP pairs when unwinding in ARM64 * Exclude UnwindFpBleedTest from win-arm64
Diffstat (limited to 'src/tests/issues.targets')
-rw-r--r--src/tests/issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/issues.targets b/src/tests/issues.targets
index e16eb13653c..d2aa9582099 100644
--- a/src/tests/issues.targets
+++ b/src/tests/issues.targets
@@ -247,6 +247,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/**">
<Issue>https://github.com/dotnet/runtime/issues/60154</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)/Exceptions/UnwindFpBleedTest/UnwindFpBleedTest/*">
+ <Issue>Windows's unwinder in ARM64v8 queue doesn't contain FP unwind fix</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- Windows all architecture excludes -->