Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Various tailcall test improvements #26818

Merged
merged 16 commits into from
Sep 25, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Clarify issue number
  • Loading branch information
jakobbotsch committed Sep 25, 2019
commit 413dd6dca5bb99ba6b387d5d9194a8d61858fbad
2 changes: 1 addition & 1 deletion tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
<!-- Tests that run only on x86 Windows -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(BuildArch)' != 'x86' or '$(TargetsWindows)' != 'true')">
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/tailcall/more_tailcalls/*">
<Issue>x64 Windows has bugs with helper-based tailcall to VSD; rest of platforms do not support it</Issue>
<Issue>x64 Windows has bugs with helper-based tailcall to VSD (#26311); rest of platforms do not support it</Issue>
</ExcludeList>
</ItemGroup>
<!-- runtest.proj finds all the *.cmd/*.sh scripts in a test folder and creates corresponding test methods.
Expand Down