From 03344dfd7c63154d382285300eb287ffe832907e Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Mon, 23 Jul 2018 14:13:20 -0700 Subject: [PATCH] Disable tests failing on ARM32 in https://github.com/dotnet/coreclr/pull/18784 (dotnet/coreclr#19087) Commit migrated from https://github.com/dotnet/coreclr/commit/3c1f91004fe5caeb77c0dc37484102308b03b74a --- src/coreclr/tests/testsFailing.arm.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coreclr/tests/testsFailing.arm.txt b/src/coreclr/tests/testsFailing.arm.txt index b8d8e80..5483ea5 100644 --- a/src/coreclr/tests/testsFailing.arm.txt +++ b/src/coreclr/tests/testsFailing.arm.txt @@ -1,5 +1,7 @@ GC/API/GC/GetAllocatedBytesForCurrentThread/GetAllocatedBytesForCurrentThread.sh +GC/API/WeakReference/Finalize2/Finalize2.sh # https://github.com/dotnet/coreclr/issues/19085 -- GCStress=0xC JitStress=1 or JitStress=2 GC/Scenarios/LeakWheel/leakwheel/leakwheel.sh CoreMangLib/system/span/SlowTailCallArgs/SlowTailCallArgs.sh # b65423 tracking bug: https://github.com/dotnet/coreclr/issues/18441 JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423/b65423.sh +Regressions/coreclr/GitHub_12224/Test12224/Test12224.sh # https://github.com/dotnet/coreclr/issues/19086 -- GCStress=0xC ZapDisable \ No newline at end of file -- 2.7.4