summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2019-02-25 15:50:03 -0800
committerGitHub <noreply@github.com>2019-02-25 15:50:03 -0800
commit268a6b777febf10e97badede96dcddd54b54c4e1 (patch)
treebb7a4c5f2809f098521e9c50510e92c0286be8cf /tests/issues.targets
parentea5971a6fe1672f0334c9530d68e8621a9877128 (diff)
downloadcoreclr-268a6b777febf10e97badede96dcddd54b54c4e1.tar.gz
coreclr-268a6b777febf10e97badede96dcddd54b54c4e1.tar.bz2
coreclr-268a6b777febf10e97badede96dcddd54b54c4e1.zip
Fix and re-enable some finalizer tests (#22771)
Mark key allocating methods noinline, otherwise they may get inlined under jit stress and leave jit temps referring to allocations that the test expects should be collectible. Resolves #19218.
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index b56b85ccc0..e72ea7d39a 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -115,12 +115,6 @@
<ExcludeList Include="$(XunitTestBinBase)/GC/Features/HeapExpansion/pluggaps/*">
<Issue>needs triage</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/GC/Features/Finalizer/finalizeother/finalizearray/*">
- <Issue>19218</Issue>
- </ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/GC/Features/Finalizer/finalizeother/finalizearraysleep/*">
- <Issue>19218</Issue>
- </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Regressions/v2.0-beta2/460373/460373/*">
<Issue>needs triage</Issue>
</ExcludeList>