[FIR-TEST] Move fixed tests out problems directory

This commit is contained in:
Dmitriy Novozhilov
2020-02-17 12:29:01 +03:00
parent e67c8a55bf
commit 47d5bbc224
7 changed files with 15 additions and 15 deletions
@@ -58,6 +58,11 @@ public class FirDiagnosticsTestGenerated extends AbstractFirDiagnosticsTest {
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")
public void testDefaultJavaImportHiding() throws Exception {
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");
}
@TestMetadata("covariantArrayAsReceiver.kt")
public void testCovariantArrayAsReceiver() throws Exception {
runTest("compiler/fir/resolve/testData/resolve/problems/covariantArrayAsReceiver.kt");
}
@TestMetadata("definetelyNotNullForTypeParameter.kt")
public void testDefinetelyNotNullForTypeParameter() throws Exception {
runTest("compiler/fir/resolve/testData/resolve/problems/definetelyNotNullForTypeParameter.kt");
@@ -58,6 +58,11 @@ public class FirDiagnosticsWithLightTreeTestGenerated extends AbstractFirDiagnos
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")
public void testDefaultJavaImportHiding() throws Exception {
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");
}
@TestMetadata("covariantArrayAsReceiver.kt")
public void testCovariantArrayAsReceiver() throws Exception {
runTest("compiler/fir/resolve/testData/resolve/problems/covariantArrayAsReceiver.kt");
}
@TestMetadata("definetelyNotNullForTypeParameter.kt")
public void testDefinetelyNotNullForTypeParameter() throws Exception {
runTest("compiler/fir/resolve/testData/resolve/problems/definetelyNotNullForTypeParameter.kt");
@@ -138,6 +138,11 @@ public class FirDiagnosticsWithStdlibTestGenerated extends AbstractFirDiagnostic
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")
public void testJavaEnumSynthetic() throws Exception {
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");
}
@TestMetadata("inapplicableRemoveAll.kt")
public void testInapplicableRemoveAll() throws Exception {
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/inapplicableRemoveAll.kt");
}
@TestMetadata("invokePriority.kt")
public void testInvokePriority() throws Exception {
runTest("compiler/fir/resolve/testData/resolveWithStdlib/problems/invokePriority.kt");