[K/N] Enable custom allocator by default ^KT-55364

This commit is contained in:
Alexander Shabalin
2023-05-11 17:30:49 +02:00
committed by Space Team
parent 1e09e8663c
commit da1fde2477
7 changed files with 32 additions and 0 deletions
+2
View File
@@ -21,6 +21,7 @@ private enum class TestProperty(shortName: String) {
USE_THREAD_STATE_CHECKER("useThreadStateChecker"),
GC_TYPE("gcType"),
GC_SCHEDULER("gcScheduler"),
ALLOCATOR("alloc"),
CACHE_MODE("cacheMode"),
EXECUTION_TIMEOUT("executionTimeout"),
SANITIZER("sanitizer"),
@@ -168,6 +169,7 @@ fun Project.nativeTest(
compute(USE_THREAD_STATE_CHECKER)
compute(GC_TYPE)
compute(GC_SCHEDULER)
compute(ALLOCATOR)
compute(CACHE_MODE)
compute(EXECUTION_TIMEOUT)
compute(SANITIZER)