[K/N] Remove runtime tests for legacy MM
This commit is contained in:
committed by
Space Team
parent
43a7711fcc
commit
00fd0a421f
@@ -328,19 +328,11 @@ bitcode {
|
|||||||
onlyIf { target.supportsThreads() }
|
onlyIf { target.supportsThreads() }
|
||||||
}
|
}
|
||||||
|
|
||||||
testsGroup("std_alloc_runtime_tests") {
|
|
||||||
testedModules.addAll("main", "legacy_memory_manager", "strict", "std_alloc", "objc")
|
|
||||||
}
|
|
||||||
|
|
||||||
testsGroup("custom_alloc_runtime_tests") {
|
testsGroup("custom_alloc_runtime_tests") {
|
||||||
testedModules.addAll("custom_alloc")
|
testedModules.addAll("custom_alloc")
|
||||||
testSupportModules.addAll("main", "experimental_memory_manager", "common_gc", "concurrent_ms_gc", "objc")
|
testSupportModules.addAll("main", "experimental_memory_manager", "common_gc", "concurrent_ms_gc", "objc")
|
||||||
}
|
}
|
||||||
|
|
||||||
testsGroup("mimalloc_runtime_tests") {
|
|
||||||
testedModules.addAll("main", "legacy_memory_manager", "strict", "mimalloc", "opt_alloc", "objc")
|
|
||||||
}
|
|
||||||
|
|
||||||
testsGroup("experimentalMM_mimalloc_runtime_tests") {
|
testsGroup("experimentalMM_mimalloc_runtime_tests") {
|
||||||
testedModules.addAll("main", "experimental_memory_manager", "common_gc", "same_thread_ms_gc", "mimalloc", "opt_alloc", "objc")
|
testedModules.addAll("main", "experimental_memory_manager", "common_gc", "same_thread_ms_gc", "mimalloc", "opt_alloc", "objc")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user