[K/N] Support ignoring test with legacy mm
This commit is contained in:
committed by
Space Team
parent
0f589dac34
commit
0506d39d8a
@@ -23,6 +23,7 @@ enum class TargetBackend(
|
||||
ANDROID(false, JVM),
|
||||
ANDROID_IR(true, JVM_IR),
|
||||
NATIVE(true),
|
||||
NATIVE_WITH_LEGACY_MM(true, NATIVE),
|
||||
JVM_WITH_OLD_EVALUATOR(false),
|
||||
JVM_IR_WITH_OLD_EVALUATOR(true),
|
||||
JVM_WITH_IR_EVALUATOR(false),
|
||||
|
||||
Reference in New Issue
Block a user