Revert "[Test] Temporary mute some tests because of problems with RepeatedAnnotationLowering"

This reverts commit 3a210f6c81.
This commit is contained in:
Alexander Udalov
2021-08-06 22:47:26 +02:00
parent f8af127a4e
commit 209c0fe819
2 changed files with 3 additions and 7 deletions
@@ -41,7 +41,6 @@ import org.jetbrains.kotlin.test.util.RecursiveDescriptorComparatorAdaptor.valid
import org.jetbrains.kotlin.utils.PathUtil
import org.jetbrains.org.objectweb.asm.*
import org.jetbrains.org.objectweb.asm.tree.ClassNode
import org.junit.Ignore
import java.io.ByteArrayInputStream
import java.io.DataInputStream
import java.io.File
@@ -375,9 +374,9 @@ class CompileKotlinAgainstCustomBinariesTest : AbstractKotlinCompilerIntegration
doTestKotlinLibraryWithWrongMetadataVersion("library", null, "-Xskip-prerelease-check")
}
// fun testRequireKotlin() {
// compileKotlin("source.kt", tmpdir, listOf(compileLibrary("library")))
// }
fun testRequireKotlin() {
compileKotlin("source.kt", tmpdir, listOf(compileLibrary("library")))
}
fun testRequireKotlinInNestedClasses() {
compileKotlin("source.kt", tmpdir, listOf(compileLibrary("library")))
@@ -37,7 +37,6 @@ class MainKtsIT {
}
@Test
@Ignore
fun testImport() {
val mainKtsJar = File("dist/kotlinc/lib/kotlin-main-kts.jar")
Assert.assertTrue("kotlin-main-kts.jar not found, run dist task: ${mainKtsJar.absolutePath}", mainKtsJar.exists())
@@ -70,7 +69,6 @@ class MainKtsIT {
@OptIn(ExperimentalPathApi::class)
@Test
@Ignore
fun testCache() {
val script = File("$TEST_DATA_ROOT/import-test.main.kts").absolutePath
val cache = createTempDirectory("main.kts.test")
@@ -98,7 +96,6 @@ class MainKtsIT {
@OptIn(ExperimentalPathApi::class)
@Test
@Ignore
fun testCacheInProcess() {
val script = File("$TEST_DATA_ROOT/import-test.main.kts").absolutePath
val cache = createTempDirectory("main.kts.test")