From 268a6b777febf10e97badede96dcddd54b54c4e1 Mon Sep 17 00:00:00 2001 From: Andy Ayers Date: Mon, 25 Feb 2019 15:50:03 -0800 Subject: 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. --- tests/issues.targets | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/issues.targets') 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 @@ needs triage - - 19218 - - - 19218 - needs triage -- cgit v1.2.3