Ignore tests cause of KT-47542
#KT-47542
This commit is contained in:
+2
@@ -1,4 +1,6 @@
|
|||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
|
// Ignored cause of KT-47542
|
||||||
|
// IGNORE_BACKEND: JVM, JVM_IR
|
||||||
// FULL_JDK
|
// FULL_JDK
|
||||||
// ISSUE: KT-45584
|
// ISSUE: KT-45584
|
||||||
|
|
||||||
|
|||||||
+2
@@ -1,4 +1,6 @@
|
|||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
|
// Ignored cause of KT-47542
|
||||||
|
// IGNORE_BACKEND: JVM, JVM_IR
|
||||||
// FULL_JDK
|
// FULL_JDK
|
||||||
// ISSUE: KT-45584
|
// ISSUE: KT-45584
|
||||||
|
|
||||||
|
|||||||
+10
-10
@@ -18892,6 +18892,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
@TestDataPath("$PROJECT_ROOT")
|
@TestDataPath("$PROJECT_ROOT")
|
||||||
@RunWith(JUnit3RunnerWithInners.class)
|
@RunWith(JUnit3RunnerWithInners.class)
|
||||||
public static class JavaInterop extends AbstractLightAnalysisModeTest {
|
public static class JavaInterop extends AbstractLightAnalysisModeTest {
|
||||||
|
@TestMetadata("conflictingOverloadsForThrowableInheritors.kt")
|
||||||
|
public void ignoreConflictingOverloadsForThrowableInheritors() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/javaInterop/conflictingOverloadsForThrowableInheritors.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@TestMetadata("conflictingOverloadsForThrowableInheritors2.kt")
|
||||||
|
public void ignoreConflictingOverloadsForThrowableInheritors2() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/javaInterop/conflictingOverloadsForThrowableInheritors2.kt");
|
||||||
|
}
|
||||||
|
|
||||||
private void runTest(String testDataFilePath) throws Exception {
|
private void runTest(String testDataFilePath) throws Exception {
|
||||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||||
}
|
}
|
||||||
@@ -18905,16 +18915,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/javaInterop/ambiguousJavaVararg.kt");
|
runTest("compiler/testData/codegen/box/javaInterop/ambiguousJavaVararg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("conflictingOverloadsForThrowableInheritors.kt")
|
|
||||||
public void testConflictingOverloadsForThrowableInheritors() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/javaInterop/conflictingOverloadsForThrowableInheritors.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("conflictingOverloadsForThrowableInheritors2.kt")
|
|
||||||
public void testConflictingOverloadsForThrowableInheritors2() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/javaInterop/conflictingOverloadsForThrowableInheritors2.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("genericSamProjectedOut.kt")
|
@TestMetadata("genericSamProjectedOut.kt")
|
||||||
public void testGenericSamProjectedOut() throws Exception {
|
public void testGenericSamProjectedOut() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/javaInterop/genericSamProjectedOut.kt");
|
runTest("compiler/testData/codegen/box/javaInterop/genericSamProjectedOut.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user