[test] Don't run JVM-specific irText test against other backends
This commit is contained in:
committed by
Space Team
parent
f8c51dcfee
commit
ac79f0c456
+2
-3
@@ -1,6 +1,5 @@
|
|||||||
// SKIP_KLIB_TEST
|
// TARGET_BACKEND: JVM_IR
|
||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
// IGNORE_BACKEND: JS_IR_ES6
|
|
||||||
// FILE: J.java
|
// FILE: J.java
|
||||||
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|||||||
-5
@@ -1990,11 +1990,6 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
|||||||
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("SignatureComputationComplexJavaGeneric.kt")
|
|
||||||
public void testSignatureComputationComplexJavaGeneric() throws Exception {
|
|
||||||
runTest("compiler/testData/ir/irText/firProblems/SignatureComputationComplexJavaGeneric.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("SimpleTypeMarker.kt")
|
@TestMetadata("SimpleTypeMarker.kt")
|
||||||
public void testSimpleTypeMarker() throws Exception {
|
public void testSimpleTypeMarker() throws Exception {
|
||||||
runTest("compiler/testData/ir/irText/firProblems/SimpleTypeMarker.kt");
|
runTest("compiler/testData/ir/irText/firProblems/SimpleTypeMarker.kt");
|
||||||
|
|||||||
Generated
-6
@@ -2282,12 +2282,6 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
|
|||||||
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("SignatureComputationComplexJavaGeneric.kt")
|
|
||||||
public void testSignatureComputationComplexJavaGeneric() throws Exception {
|
|
||||||
runTest("compiler/testData/ir/irText/firProblems/SignatureComputationComplexJavaGeneric.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("SimpleTypeMarker.kt")
|
@TestMetadata("SimpleTypeMarker.kt")
|
||||||
public void testSimpleTypeMarker() throws Exception {
|
public void testSimpleTypeMarker() throws Exception {
|
||||||
|
|||||||
-6
@@ -2282,12 +2282,6 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
|
|||||||
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("SignatureComputationComplexJavaGeneric.kt")
|
|
||||||
public void testSignatureComputationComplexJavaGeneric() throws Exception {
|
|
||||||
runTest("compiler/testData/ir/irText/firProblems/SignatureComputationComplexJavaGeneric.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("SimpleTypeMarker.kt")
|
@TestMetadata("SimpleTypeMarker.kt")
|
||||||
public void testSimpleTypeMarker() throws Exception {
|
public void testSimpleTypeMarker() throws Exception {
|
||||||
|
|||||||
-6
@@ -2282,12 +2282,6 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
|
|||||||
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("SignatureComputationComplexJavaGeneric.kt")
|
|
||||||
public void testSignatureComputationComplexJavaGeneric() throws Exception {
|
|
||||||
runTest("compiler/testData/ir/irText/firProblems/SignatureComputationComplexJavaGeneric.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("SimpleTypeMarker.kt")
|
@TestMetadata("SimpleTypeMarker.kt")
|
||||||
public void testSimpleTypeMarker() throws Exception {
|
public void testSimpleTypeMarker() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user