[K/N][tests] Fix disabling stress_gc_allocations for No-op GC

This commit is contained in:
Ilya Matveev
2021-08-06 20:04:40 +07:00
committed by Space
parent a97b4ea4ae
commit 6c7f04ffc6
@@ -3106,7 +3106,7 @@ standaloneTest("stress_gc_allocations") {
(project.testTarget != "watchos_arm64") &&
(project.testTarget != "watchos_x86") &&
(project.testTarget != "watchos_x64") &&
(project.testTarget != "watchos_simulator_arm64")
(project.testTarget != "watchos_simulator_arm64") &&
!isNoopGC
source = "runtime/memory/stress_gc_allocations.kt"
flags = ['-tr', '-Xopt-in=kotlin.native.internal.InternalForKotlinNative']