[K/N] Mute stress_gc_allocations on mingw_x64 ^KT-54727

Merge-request: KT-MR-7528
Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
This commit is contained in:
Alexander Shabalin
2022-10-31 11:09:50 +00:00
committed by Space Team
parent 5d968bc2f4
commit 3a35dd2947
@@ -3435,7 +3435,8 @@ standaloneTest("stress_gc_allocations") {
(project.testTarget != "watchos_x64") &&
(project.testTarget != "watchos_simulator_arm64") &&
!isNoopGC &&
!isAggressiveGC // TODO: Investigate why too slow
!isAggressiveGC && // TODO: Investigate why too slow
(project.testTarget != "mingw_x64") // TODO: Fix on mingw.
source = "runtime/memory/stress_gc_allocations.kt"
flags = ['-tr', '-opt-in=kotlin.native.internal.InternalForKotlinNative']
}