[Test] Unmute passing codegen tests
This commit is contained in:
committed by
TeamCityServer
parent
17afe1b546
commit
27ac7dbf9a
@@ -1,5 +1,4 @@
|
|||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// IGNORE_BACKEND: JVM
|
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|
||||||
import kotlin.coroutines.*
|
import kotlin.coroutines.*
|
||||||
|
|||||||
Vendored
-1
@@ -1,7 +1,6 @@
|
|||||||
// !LANGUAGE: +StrictJavaNullabilityAssertions +ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated
|
// !LANGUAGE: +StrictJavaNullabilityAssertions +ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// IGNORE_BACKEND: JVM
|
// IGNORE_BACKEND: JVM
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
// IGNORE_LIGHT_ANALYSIS
|
// IGNORE_LIGHT_ANALYSIS
|
||||||
|
|
||||||
// FILE: box.kt
|
// FILE: box.kt
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
// MODULE: lib
|
// MODULE: lib
|
||||||
// FILE: AbstractSpecializedMap.java
|
// FILE: AbstractSpecializedMap.java
|
||||||
public abstract class AbstractSpecializedMap implements java.util.Map<Integer, Double> {
|
public abstract class AbstractSpecializedMap implements java.util.Map<Integer, Double> {
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
// MODULE: lib
|
// MODULE: lib
|
||||||
// FILE: A.java
|
// FILE: A.java
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|||||||
-1
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
// FILE: A.java
|
// FILE: A.java
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
|||||||
+5
-5
@@ -7027,11 +7027,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/coroutines/kt24135.kt");
|
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")
|
@TestMetadata("suspendFunctionAsSupertype.kt")
|
||||||
public void ignoreSuspendFunctionAsSupertype() throws Exception {
|
public void ignoreSuspendFunctionAsSupertype() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt");
|
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");
|
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")
|
@TestMetadata("kt42028.kt")
|
||||||
public void testKt42028() throws Exception {
|
public void testKt42028() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/coroutines/kt42028.kt");
|
runTest("compiler/testData/codegen/box/coroutines/kt42028.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user