summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2019-04-02 15:54:26 -0700
committerGitHub <noreply@github.com>2019-04-02 15:54:26 -0700
commitf036d2339b030258bf31bc73ebc23f553744fa04 (patch)
tree5286353048b68608ad94c9d08b81ce52a6733899 /tests/issues.targets
parent8053b7db57a6b95fa61f7c22f8bfcd277ef136bd (diff)
downloadcoreclr-f036d2339b030258bf31bc73ebc23f553744fa04.tar.gz
coreclr-f036d2339b030258bf31bc73ebc23f553744fa04.tar.bz2
coreclr-f036d2339b030258bf31bc73ebc23f553744fa04.zip
Fix spill check for struct lclVars (#23570)
* Fix spill check for struct lclVars With the 1st class struct changes, the `SPILL_APPEND` check for the case of an assignment to a lclVar needs to handle block ops as well as lclVar lhs. Fix #23545
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 2e6a4be1c5..ec060ada89 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -71,9 +71,6 @@
<ExcludeList Include="$(XunitTestBinBase)/tracing/keyword/TwoKeywords/TwoKeywords/*">
<Issue>23224, often fails with timeout in release</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1/*">
- <Issue>23545</Issue>
- </ExcludeList>
</ItemGroup>
<!-- All Unix targets -->