[FIR-TEST] Move fixed tests out problems directory
This commit is contained in:
+5
-5
@@ -58,6 +58,11 @@ public class FirDiagnosticsTestGenerated extends AbstractFirDiagnosticsTest {
|
|||||||
runTest("compiler/fir/resolve/testData/resolve/copy.kt");
|
runTest("compiler/fir/resolve/testData/resolve/copy.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("covariantArrayAsReceiver.kt")
|
||||||
|
public void testCovariantArrayAsReceiver() throws Exception {
|
||||||
|
runTest("compiler/fir/resolve/testData/resolve/covariantArrayAsReceiver.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("defaultJavaImportHiding.kt")
|
@TestMetadata("defaultJavaImportHiding.kt")
|
||||||
public void testDefaultJavaImportHiding() throws Exception {
|
public void testDefaultJavaImportHiding() throws Exception {
|
||||||
runTest("compiler/fir/resolve/testData/resolve/defaultJavaImportHiding.kt");
|
runTest("compiler/fir/resolve/testData/resolve/defaultJavaImportHiding.kt");
|
||||||
@@ -1279,11 +1284,6 @@ public class FirDiagnosticsTestGenerated extends AbstractFirDiagnosticsTest {
|
|||||||
runTest("compiler/fir/resolve/testData/resolve/problems/callableReferencesAndDefaultParameters.kt");
|
runTest("compiler/fir/resolve/testData/resolve/problems/callableReferencesAndDefaultParameters.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("covariantArrayAsReceiver.kt")
|
|
||||||
public void testCovariantArrayAsReceiver() throws Exception {
|
|
||||||
runTest("compiler/fir/resolve/testData/resolve/problems/covariantArrayAsReceiver.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("definetelyNotNullForTypeParameter.kt")
|
@TestMetadata("definetelyNotNullForTypeParameter.kt")
|
||||||
public void testDefinetelyNotNullForTypeParameter() throws Exception {
|
public void testDefinetelyNotNullForTypeParameter() throws Exception {
|
||||||
runTest("compiler/fir/resolve/testData/resolve/problems/definetelyNotNullForTypeParameter.kt");
|
runTest("compiler/fir/resolve/testData/resolve/problems/definetelyNotNullForTypeParameter.kt");
|
||||||
|
|||||||
Generated
+5
-5
@@ -58,6 +58,11 @@ public class FirDiagnosticsWithLightTreeTestGenerated extends AbstractFirDiagnos
|
|||||||
runTest("compiler/fir/resolve/testData/resolve/copy.kt");
|
runTest("compiler/fir/resolve/testData/resolve/copy.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("covariantArrayAsReceiver.kt")
|
||||||
|
public void testCovariantArrayAsReceiver() throws Exception {
|
||||||
|
runTest("compiler/fir/resolve/testData/resolve/covariantArrayAsReceiver.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("defaultJavaImportHiding.kt")
|
@TestMetadata("defaultJavaImportHiding.kt")
|
||||||
public void testDefaultJavaImportHiding() throws Exception {
|
public void testDefaultJavaImportHiding() throws Exception {
|
||||||
runTest("compiler/fir/resolve/testData/resolve/defaultJavaImportHiding.kt");
|
runTest("compiler/fir/resolve/testData/resolve/defaultJavaImportHiding.kt");
|
||||||
@@ -1279,11 +1284,6 @@ public class FirDiagnosticsWithLightTreeTestGenerated extends AbstractFirDiagnos
|
|||||||
runTest("compiler/fir/resolve/testData/resolve/problems/callableReferencesAndDefaultParameters.kt");
|
runTest("compiler/fir/resolve/testData/resolve/problems/callableReferencesAndDefaultParameters.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("covariantArrayAsReceiver.kt")
|
|
||||||
public void testCovariantArrayAsReceiver() throws Exception {
|
|
||||||
runTest("compiler/fir/resolve/testData/resolve/problems/covariantArrayAsReceiver.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("definetelyNotNullForTypeParameter.kt")
|
@TestMetadata("definetelyNotNullForTypeParameter.kt")
|
||||||
public void testDefinetelyNotNullForTypeParameter() throws Exception {
|
public void testDefinetelyNotNullForTypeParameter() throws Exception {
|
||||||
runTest("compiler/fir/resolve/testData/resolve/problems/definetelyNotNullForTypeParameter.kt");
|
runTest("compiler/fir/resolve/testData/resolve/problems/definetelyNotNullForTypeParameter.kt");
|
||||||
|
|||||||
Generated
+5
-5
@@ -138,6 +138,11 @@ public class FirDiagnosticsWithStdlibTestGenerated extends AbstractFirDiagnostic
|
|||||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/implicitReceiverOrder.kt");
|
runTest("compiler/fir/resolve/testData/resolveWithStdlib/implicitReceiverOrder.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("inapplicableRemoveAll.kt")
|
||||||
|
public void testInapplicableRemoveAll() throws Exception {
|
||||||
|
runTest("compiler/fir/resolve/testData/resolveWithStdlib/inapplicableRemoveAll.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("javaEnumSynthetic.kt")
|
@TestMetadata("javaEnumSynthetic.kt")
|
||||||
public void testJavaEnumSynthetic() throws Exception {
|
public void testJavaEnumSynthetic() throws Exception {
|
||||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/javaEnumSynthetic.kt");
|
runTest("compiler/fir/resolve/testData/resolveWithStdlib/javaEnumSynthetic.kt");
|
||||||
@@ -675,11 +680,6 @@ public class FirDiagnosticsWithStdlibTestGenerated extends AbstractFirDiagnostic
|
|||||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/delegateTypeMismatch.kt");
|
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/delegateTypeMismatch.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("inapplicableRemoveAll.kt")
|
|
||||||
public void testInapplicableRemoveAll() throws Exception {
|
|
||||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/inapplicableRemoveAll.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("invokePriority.kt")
|
@TestMetadata("invokePriority.kt")
|
||||||
public void testInvokePriority() throws Exception {
|
public void testInvokePriority() throws Exception {
|
||||||
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/invokePriority.kt");
|
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/invokePriority.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user