From bfc3f35d94e77764d9eea0f222315db861fc3267 Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Sun, 25 Jul 2021 11:35:29 +0700 Subject: [PATCH] [K/N] Disable stress_gc_allocations for watchos_simulator_arm64 --- kotlin-native/backend.native/tests/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 9b76416ca44..b28b3ee78c2 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -3106,6 +3106,7 @@ standaloneTest("stress_gc_allocations") { (project.testTarget != "watchos_arm64") && (project.testTarget != "watchos_x86") && (project.testTarget != "watchos_x64") && + (project.testTarget != "watchos_simulator_arm64") !isNoopGC source = "runtime/memory/stress_gc_allocations.kt" flags = ['-tr', '-Xopt-in=kotlin.native.internal.InternalForKotlinNative']