Enable Android box test

This commit is contained in:
Mikhael Bogdanov
2021-01-28 17:18:06 +01:00
parent b16b1b3b78
commit 0ad24f5346
5 changed files with 7 additions and 2 deletions
@@ -25,7 +25,7 @@ import org.junit.runners.AllTests;
import java.io.File;
//@RunWith(AllTests.class)
@RunWith(AllTests.class)
public class AndroidRunner {
private static PathManager pathManager;
+1 -1
View File
@@ -1,7 +1,7 @@
// IGNORE_BACKEND: WASM, JS_IR
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: ANDROID
// FILE: result.kt
package kotlin
inline class Result(val value: Any?)
@@ -4,6 +4,7 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: ANDROID
// IGNORE_LIGHT_ANALYSIS
// MODULE: lib1
// FILE: lib1.kt
@@ -2,6 +2,9 @@
// WITH_REFLECT
// TARGET_BACKEND: JVM
// TODO: it's not clear why compilation fails for Android
// IGNORE_BACKEND: ANDROID
@file:Suppress("INVISIBLE_MEMBER")
annotation class AnnoUB(val ub0: UByte, val ub1: UByte)
@@ -2,6 +2,7 @@
// KJS_WITH_FULL_RUNTIME
// IGNORE_DEXING
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: ANDROID
// FILE: 1.kt