[FIR] Switch FirExpectActualDeclarationChecker to Platform checker
^KT-66028 Fixed
This commit is contained in:
+24
@@ -26676,6 +26676,18 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/multiplatform/hmpp")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Hmpp {
|
||||
@Test
|
||||
@TestMetadata("actualizeSubtypeBeforeSupertype.kt")
|
||||
public void testActualizeSubtypeBeforeSupertype() {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/actualizeSubtypeBeforeSupertype.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("actualizedInPlatformSession.kt")
|
||||
public void testActualizedInPlatformSession() {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/actualizedInPlatformSession.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAllFilesPresentInHmpp() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multiplatform/hmpp"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
@@ -26687,6 +26699,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/ambiguousActuals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hmppModalityClash.kt")
|
||||
public void testHmppModalityClash() {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/hmppModalityClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hmppRedeclaration.kt")
|
||||
public void testHmppRedeclaration() {
|
||||
@@ -26699,6 +26717,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/hmppRedeclarationWithExpectActualPair.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hmppSignatureClash.kt")
|
||||
public void testHmppSignatureClash() {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/hmppSignatureClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intermediateActualHasAdditionalSupertypes.kt")
|
||||
public void testIntermediateActualHasAdditionalSupertypes() {
|
||||
|
||||
+24
@@ -26676,6 +26676,18 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/multiplatform/hmpp")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Hmpp {
|
||||
@Test
|
||||
@TestMetadata("actualizeSubtypeBeforeSupertype.kt")
|
||||
public void testActualizeSubtypeBeforeSupertype() {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/actualizeSubtypeBeforeSupertype.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("actualizedInPlatformSession.kt")
|
||||
public void testActualizedInPlatformSession() {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/actualizedInPlatformSession.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAllFilesPresentInHmpp() {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multiplatform/hmpp"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
@@ -26687,6 +26699,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/ambiguousActuals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hmppModalityClash.kt")
|
||||
public void testHmppModalityClash() {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/hmppModalityClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hmppRedeclaration.kt")
|
||||
public void testHmppRedeclaration() {
|
||||
@@ -26699,6 +26717,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/hmppRedeclarationWithExpectActualPair.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hmppSignatureClash.kt")
|
||||
public void testHmppSignatureClash() {
|
||||
runTest("compiler/testData/diagnostics/tests/multiplatform/hmpp/hmppSignatureClash.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intermediateActualHasAdditionalSupertypes.kt")
|
||||
public void testIntermediateActualHasAdditionalSupertypes() {
|
||||
|
||||
Reference in New Issue
Block a user