[K/N] Disable stress_gc_allocations for watchos_simulator_arm64

This commit is contained in:
Sergey Bogolepov
2021-07-25 11:35:29 +07:00
committed by Space
parent 8803a69c9d
commit bfc3f35d94
@@ -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']