diff --git a/compiler/android-tests/tests/org/jetbrains/kotlin/android/tests/CodegenTestsOnAndroidGenerator.kt b/compiler/android-tests/tests/org/jetbrains/kotlin/android/tests/CodegenTestsOnAndroidGenerator.kt index fb465aab937..405b56db4c6 100644 --- a/compiler/android-tests/tests/org/jetbrains/kotlin/android/tests/CodegenTestsOnAndroidGenerator.kt +++ b/compiler/android-tests/tests/org/jetbrains/kotlin/android/tests/CodegenTestsOnAndroidGenerator.kt @@ -202,6 +202,10 @@ class CodegenTestsOnAndroidGenerator private constructor(private val pathManager if (fullFileText.contains("// WITH_COROUTINES")) continue // TODO: Support jvm assertions if (fullFileText.contains("// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm")) continue + // TODO: support JVM 8 test with D8 + if (fullFileText.contains("// JVM_TARGET")) continue + // TODO: support SKIP_JDK6 on new platforms + if (fullFileText.contains("// SKIP_JDK6")) continue if (hasBoxMethod(fullFileText)) { val testFiles = createTestFiles(file, fullFileText)