[K/N] Disable gcStats test with noop gc
This commit is contained in:
committed by
Space Team
parent
066677b598
commit
def98f83ac
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user