[Test] Unmute passing codegen tests

This commit is contained in:
Dmitriy Novozhilov
2021-08-23 09:54:18 +03:00
committed by TeamCityServer
parent 17afe1b546
commit 27ac7dbf9a
6 changed files with 5 additions and 10 deletions
-1
View File
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JVM
// WITH_RUNTIME
import kotlin.coroutines.*
@@ -1,7 +1,6 @@
// !LANGUAGE: +StrictJavaNullabilityAssertions +ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_LIGHT_ANALYSIS
// FILE: box.kt
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// MODULE: lib
// FILE: AbstractSpecializedMap.java
public abstract class AbstractSpecializedMap implements java.util.Map<Integer, Double> {
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// MODULE: lib
// FILE: A.java
import java.util.HashMap;
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: A.java
import org.jetbrains.annotations.NotNull;
@@ -7027,11 +7027,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/kt24135.kt");
}
@TestMetadata("kt38099.kt")
public void ignoreKt38099() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt38099.kt");
}
@TestMetadata("suspendFunctionAsSupertype.kt")
public void ignoreSuspendFunctionAsSupertype() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt");
@@ -7350,6 +7345,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/kt35967.kt");
}
@TestMetadata("kt38099.kt")
public void testKt38099() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt38099.kt");
}
@TestMetadata("kt42028.kt")
public void testKt42028() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt42028.kt");