summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2019-04-17 11:06:16 -0700
committerAndy Ayers <andya@microsoft.com>2019-04-17 11:06:16 -0700
commitadf6d4661a5f7367e70256ac1c37d71149a37f5b (patch)
tree7a5d54397a5f800501086874bf25d0fa815012e9 /tests/issues.targets
parent35172e140236d5197a4d7d19f46d627dd6c119c1 (diff)
downloadcoreclr-adf6d4661a5f7367e70256ac1c37d71149a37f5b.tar.gz
coreclr-adf6d4661a5f7367e70256ac1c37d71149a37f5b.tar.bz2
coreclr-adf6d4661a5f7367e70256ac1c37d71149a37f5b.zip
Add lvIsImplicitByRef information to lvaSetStruct (#19223)
Before implicit byrefs were tracked by setting lvIsParam and lvIsTemp. This change explicitly adds a flag for implicitByRef instead of overloading. In addition, it fixes the decision to copy an implicitByRef for arm64 varargs. Temporarily bump weight on byref params to match old behavior and avoid codegen diffs. Re-enabled various tests and parts of tests. Closes #20046 Closes #19860
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 a819fb7564..0a1103ddfc 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -414,9 +414,6 @@
<ExcludeList Include="$(XunitTestBinBase)/baseservices/varargs/varargsupport/*">
<Issue>Varargs supported on this platform</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/arglist/vararg/*">
- <Issue>Needs triage</Issue>
- </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/tracing/runtimeeventsource/runtimeeventsource/*">
<Issue>Needs Triage</Issue>
</ExcludeList>