Add another flavor to android tests
This commit is contained in:
@@ -69,6 +69,10 @@ android {
|
||||
dimension "box"
|
||||
}
|
||||
|
||||
common3 {
|
||||
dimension "box"
|
||||
}
|
||||
|
||||
reflect0 {
|
||||
dimension "box"
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
@@ -1,5 +1,6 @@
|
||||
// WITH_STDLIB
|
||||
// WORKS_WHEN_VALUE_CLASS
|
||||
// IGNORE_BACKEND: ANDROID
|
||||
// LANGUAGE: +ValueClasses
|
||||
|
||||
OPTIONAL_JVM_INLINE_ANNOTATION
|
||||
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
// WITH_STDLIB
|
||||
// WORKS_WHEN_VALUE_CLASS
|
||||
// IGNORE_BACKEND: ANDROID
|
||||
// LANGUAGE: +ValueClasses
|
||||
|
||||
OPTIONAL_JVM_INLINE_ANNOTATION
|
||||
|
||||
Reference in New Issue
Block a user