Add another flavor to android tests

This commit is contained in:
Ilmir Usmanov
2022-02-17 16:52:20 +01:00
committed by Space
parent 8993d5d2eb
commit 28b60d7e61
4 changed files with 7 additions and 1 deletions
@@ -69,6 +69,10 @@ android {
dimension "box"
}
common3 {
dimension "box"
}
reflect0 {
dimension "box"
}
@@ -59,7 +59,7 @@ class CodegenTestsOnAndroidGenerator private constructor(private val pathManager
//keep it globally to avoid test grouping on TC
private val generatedTestNames = hashSetOf<String>()
private val COMMON = FlavorConfig(TargetBackend.ANDROID,"common", 3)
private val COMMON = FlavorConfig(TargetBackend.ANDROID,"common", 4)
private val REFLECT = FlavorConfig(TargetBackend.ANDROID, "reflect", 1)
private val COMMON_IR = FlavorConfig(TargetBackend.ANDROID_IR, "common_ir", 4)
@@ -1,5 +1,6 @@
// WITH_STDLIB
// WORKS_WHEN_VALUE_CLASS
// IGNORE_BACKEND: ANDROID
// LANGUAGE: +ValueClasses
OPTIONAL_JVM_INLINE_ANNOTATION
@@ -1,5 +1,6 @@
// WITH_STDLIB
// WORKS_WHEN_VALUE_CLASS
// IGNORE_BACKEND: ANDROID
// LANGUAGE: +ValueClasses
OPTIONAL_JVM_INLINE_ANNOTATION