From def98f83ac14dcdf30d30ecc176f6067079e4dd2 Mon Sep 17 00:00:00 2001 From: Pavel Kunyavskiy Date: Fri, 25 Nov 2022 14:59:36 +0100 Subject: [PATCH] [K/N] Disable gcStats test with noop gc --- kotlin-native/backend.native/tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 2170aa56f19..7c697525d94 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -3430,7 +3430,7 @@ standaloneTest("leakMemoryWithTestRunner") { standaloneTest("gcStats") { source = "runtime/memory/gcStats.kt" flags = ['-tr', "-Xbinary=gcSchedulerType=disabled"] - enabled = isExperimentalMM + enabled = isExperimentalMM && !isNoopGC && !isAggressiveGC } standaloneTest("stress_gc_allocations") {