Tests: move diagnostic test to testsWithJvmBackend
There's a difference in behavior of K1 and K2 here, see KT-66528. #KT-66528
This commit is contained in:
committed by
Space Team
parent
81a9f5654e
commit
c997e9f142
-6
@@ -21954,12 +21954,6 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kjkImplicitReturnType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
|
||||
public void testKjkPropertyAndExtensionProperty() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kjkPropertyAndExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkRawTypeWithKotlinUpperBound.kt")
|
||||
public void testKjkRawTypeWithKotlinUpperBound() {
|
||||
|
||||
-6
@@ -21960,12 +21960,6 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kjkImplicitReturnType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
|
||||
public void testKjkPropertyAndExtensionProperty() {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/kjkPropertyAndExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkRawTypeWithKotlinUpperBound.kt")
|
||||
public void testKjkRawTypeWithKotlinUpperBound() {
|
||||
|
||||
+6
@@ -544,6 +544,12 @@ public class FirLightTreeDiagnosticsTestWithJvmIrBackendGenerated extends Abstra
|
||||
runTest("compiler/testData/diagnostics/testsWithJvmBackend/duplicateJvmSignature/javaInterop/inheritFromJavaCollectionSubclassWithContainsOverload.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
|
||||
public void testKjkPropertyAndExtensionProperty() {
|
||||
runTest("compiler/testData/diagnostics/testsWithJvmBackend/duplicateJvmSignature/javaInterop/kjkPropertyAndExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("supertypeDifferentParameterNullability.kt")
|
||||
public void testSupertypeDifferentParameterNullability() {
|
||||
|
||||
+6
@@ -544,6 +544,12 @@ public class FirPsiDiagnosticsTestWithJvmIrBackendGenerated extends AbstractFirP
|
||||
runTest("compiler/testData/diagnostics/testsWithJvmBackend/duplicateJvmSignature/javaInterop/inheritFromJavaCollectionSubclassWithContainsOverload.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
|
||||
public void testKjkPropertyAndExtensionProperty() {
|
||||
runTest("compiler/testData/diagnostics/testsWithJvmBackend/duplicateJvmSignature/javaInterop/kjkPropertyAndExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("supertypeDifferentParameterNullability.kt")
|
||||
public void testSupertypeDifferentParameterNullability() {
|
||||
|
||||
+6
@@ -33421,6 +33421,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromSameModuleWithRawTypedWildcardBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
|
||||
public void testKjkPropertyAndExtensionProperty() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kjkPropertyAndExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithRawTypes.kt")
|
||||
public void testKjkWithRawTypes() {
|
||||
|
||||
+6
@@ -33421,6 +33421,12 @@ public class FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGener
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromSameModuleWithRawTypedWildcardBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
|
||||
public void testKjkPropertyAndExtensionProperty() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kjkPropertyAndExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithRawTypes.kt")
|
||||
public void testKjkWithRawTypes() {
|
||||
|
||||
+6
@@ -33421,6 +33421,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaTypeFromSameModuleWithRawTypedWildcardBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkPropertyAndExtensionProperty.kt")
|
||||
public void testKjkPropertyAndExtensionProperty() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kjkPropertyAndExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithRawTypes.kt")
|
||||
public void testKjkWithRawTypes() {
|
||||
|
||||
Reference in New Issue
Block a user