Drop all tests that disable features for language version less than 3

This commit is contained in:
Ivan Kylchik
2021-12-27 15:54:18 +03:00
parent 549ea1a3b9
commit 6fc56477bf
151 changed files with 0 additions and 5673 deletions
@@ -746,12 +746,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/ShiftFunctionTypes.kt");
}
@Test
@TestMetadata("SingleUnderscoreUnsupported.kt")
public void testSingleUnderscoreUnsupported() throws Exception {
runTest("compiler/testData/diagnostics/tests/SingleUnderscoreUnsupported.kt");
}
@Test
@TestMetadata("StarsInFunctionCalls.kt")
public void testStarsInFunctionCalls() throws Exception {
@@ -944,12 +938,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/UnusedParameters.kt");
}
@Test
@TestMetadata("UnusedParametersVersion10.kt")
public void testUnusedParametersVersion10() throws Exception {
runTest("compiler/testData/diagnostics/tests/UnusedParametersVersion10.kt");
}
@Test
@TestMetadata("UnusedVariables.kt")
public void testUnusedVariables() throws Exception {
@@ -3442,12 +3430,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/callableReference/generic/nestedCallWithOverload.kt");
}
@Test
@TestMetadata("noInferenceFeatureForCallableReferences.kt")
public void testNoInferenceFeatureForCallableReferences() throws Exception {
runTest("compiler/testData/diagnostics/tests/callableReference/generic/noInferenceFeatureForCallableReferences.kt");
}
@Test
@TestMetadata("resolutionGenericCallableWithNullableTypes.kt")
public void testResolutionGenericCallableWithNullableTypes() throws Exception {
@@ -4899,12 +4881,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/collectionLiterals/defaultValuesWithConstantsInAnnotation.kt");
}
@Test
@TestMetadata("noArrayLiteralsInAnnotationsFeature.kt")
public void testNoArrayLiteralsInAnnotationsFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/collectionLiterals/noArrayLiteralsInAnnotationsFeature.kt");
}
@Test
@TestMetadata("noCollectionLiterals.kt")
public void testNoCollectionLiterals() throws Exception {
@@ -5853,12 +5829,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/unresolvedReference.kt");
}
@Test
@TestMetadata("unusedInAnonymous.kt")
public void testUnusedInAnonymous() throws Exception {
runTest("compiler/testData/diagnostics/tests/controlFlowAnalysis/unusedInAnonymous.kt");
}
@Test
@TestMetadata("useUninitializedInLambda.kt")
public void testUseUninitializedInLambda() throws Exception {
@@ -8397,12 +8367,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
public void testSimpleProvideDelegate() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/simpleProvideDelegate.kt");
}
@Test
@TestMetadata("unsupportedOperatorProvideDelegate.kt")
public void testUnsupportedOperatorProvideDelegate() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/provideDelegate/unsupportedOperatorProvideDelegate.kt");
}
}
}
@@ -11416,12 +11380,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/functionLiterals/destructuringInLambdas/underscore.kt");
}
@Test
@TestMetadata("unsupportedFeature.kt")
public void testUnsupportedFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/functionLiterals/destructuringInLambdas/unsupportedFeature.kt");
}
@Test
@TestMetadata("unusedParameters.kt")
public void testUnusedParameters() throws Exception {
@@ -16275,12 +16233,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/inline/default.kt");
}
@Test
@TestMetadata("defaultLambdaInlineDisable.kt")
public void testDefaultLambdaInlineDisable() throws Exception {
runTest("compiler/testData/diagnostics/tests/inline/defaultLambdaInlineDisable.kt");
}
@Test
@TestMetadata("defaultLambdaInlineSuspend.kt")
public void testDefaultLambdaInlineSuspend() throws Exception {
@@ -16317,12 +16269,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/inline/inlineLambdaInDefaultInlineParameter.kt");
}
@Test
@TestMetadata("inlineLambdaInDefaultInlineParameterDisabled.kt")
public void testInlineLambdaInDefaultInlineParameterDisabled() throws Exception {
runTest("compiler/testData/diagnostics/tests/inline/inlineLambdaInDefaultInlineParameterDisabled.kt");
}
@Test
@TestMetadata("inlineReified.kt")
public void testInlineReified() throws Exception {
@@ -16527,12 +16473,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/inline/superProperty.kt");
}
@Test
@TestMetadata("unsupportedConstruction.kt")
public void testUnsupportedConstruction() throws Exception {
runTest("compiler/testData/diagnostics/tests/inline/unsupportedConstruction.kt");
}
@Test
@TestMetadata("vararg.kt")
public void testVararg() throws Exception {
@@ -17111,12 +17051,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/inner/extensionLambdaInsideNestedClass.kt");
}
@Test
@TestMetadata("illegalModifier.kt")
public void testIllegalModifier() throws Exception {
runTest("compiler/testData/diagnostics/tests/inner/illegalModifier.kt");
}
@Test
@TestMetadata("illegalModifier_lv12.kt")
public void testIllegalModifier_lv12() throws Exception {
@@ -17129,12 +17063,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/inner/innerClassInEnumEntryClassMemberResolve.kt");
}
@Test
@TestMetadata("innerClassInEnumEntryClass_lv11.kt")
public void testInnerClassInEnumEntryClass_lv11() throws Exception {
runTest("compiler/testData/diagnostics/tests/inner/innerClassInEnumEntryClass_lv11.kt");
}
@Test
@TestMetadata("innerClassInEnumEntryClass_lv12.kt")
public void testInnerClassInEnumEntryClass_lv12() throws Exception {
@@ -17479,12 +17407,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/j+k/defaultMethodsIndirectInheritance.kt");
}
@Test
@TestMetadata("defaultMethods_warning.kt")
public void testDefaultMethods_warning() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/defaultMethods_warning.kt");
}
@Test
@TestMetadata("differentFilename.kt")
public void testDifferentFilename() throws Exception {
@@ -19179,12 +19101,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/lateinit"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("modifierApplicability.kt")
public void testModifierApplicability() throws Exception {
runTest("compiler/testData/diagnostics/tests/lateinit/modifierApplicability.kt");
}
@Test
@TestMetadata("modifierApplicability_lv12.kt")
public void testModifierApplicability_lv12() throws Exception {
@@ -19426,12 +19342,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/modifiers/const/kt15913.kt");
}
@Test
@TestMetadata("noDivisionByZeroFeature.kt")
public void testNoDivisionByZeroFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/modifiers/const/noDivisionByZeroFeature.kt");
}
@Test
@TestMetadata("types.kt")
public void testTypes() throws Exception {
@@ -21367,18 +21277,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/operatorRem/modWithRemAssign.kt");
}
@Test
@TestMetadata("noDeprecatedModConventionWithoutFeature.kt")
public void testNoDeprecatedModConventionWithoutFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorRem/noDeprecatedModConventionWithoutFeature.kt");
}
@Test
@TestMetadata("noOperatorRemFeature.kt")
public void testNoOperatorRemFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorRem/noOperatorRemFeature.kt");
}
@Test
@TestMetadata("numberRemConversions.kt")
public void testNumberRemConversions() throws Exception {
@@ -21450,12 +21348,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
public void testResolveModIfRemIsHidden() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorRem/resolveModIfRemIsHidden.kt");
}
@Test
@TestMetadata("resolveToModWhenNoOperatorRemFeature.kt")
public void testResolveToModWhenNoOperatorRemFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/operatorRem/resolveToModWhenNoOperatorRemFeature.kt");
}
}
@Nested
@@ -23302,12 +23194,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/properties/inferenceFromGetters/topLevel.kt");
}
@Test
@TestMetadata("unsupportedInferenceFromGetters.kt")
public void testUnsupportedInferenceFromGetters() throws Exception {
runTest("compiler/testData/diagnostics/tests/properties/inferenceFromGetters/unsupportedInferenceFromGetters.kt");
}
@Test
@TestMetadata("vars.kt")
public void testVars() throws Exception {
@@ -25168,12 +25054,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/resolve/dslMarker/typeAliasToBuiltinFunctionType.kt");
}
@Test
@TestMetadata("unsupportedFeature.kt")
public void testUnsupportedFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/dslMarker/unsupportedFeature.kt");
}
@Test
@TestMetadata("useOfExtensions.kt")
public void testUseOfExtensions() throws Exception {
@@ -28035,12 +27915,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/smartCasts/lambdaUsesOwnerModifies.kt");
}
@Test
@TestMetadata("level_1_0.kt")
public void testLevel_1_0() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/level_1_0.kt");
}
@Test
@TestMetadata("localClassChanges.kt")
public void testLocalClassChanges() throws Exception {
@@ -28338,12 +28212,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/smartCasts/castchecks"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("basicOff.kt")
public void testBasicOff() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/castchecks/basicOff.kt");
}
@Test
@TestMetadata("basicOn.kt")
public void testBasicOn() throws Exception {
@@ -29266,12 +29134,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/smartCasts/safecalls/receiverAndChainFalse.kt");
}
@Test
@TestMetadata("safeAccessReceiverNotNull.kt")
public void testSafeAccessReceiverNotNull() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/safecalls/safeAccessReceiverNotNull.kt");
}
@Test
@TestMetadata("safeCallIsAlwaysNullable.kt")
public void testSafeCallIsAlwaysNullable() throws Exception {
@@ -29514,12 +29376,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/capturedInClosureModifiedBefore.kt");
}
@Test
@TestMetadata("capturedInClosureOff.kt")
public void testCapturedInClosureOff() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/capturedInClosureOff.kt");
}
@Test
@TestMetadata("doWhileWithBreak.kt")
public void testDoWhileWithBreak() throws Exception {
@@ -29688,12 +29544,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/setNullInTryFinally.kt");
}
@Test
@TestMetadata("setNullInTryUnsound.kt")
public void testSetNullInTryUnsound() throws Exception {
runTest("compiler/testData/diagnostics/tests/smartCasts/varnotnull/setNullInTryUnsound.kt");
}
@Test
@TestMetadata("setSameInTry.kt")
public void testSetSameInTry() throws Exception {
@@ -29807,48 +29657,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/sourceCompatibility"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("inlineFunctionAlways.kt")
public void testInlineFunctionAlways() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/inlineFunctionAlways.kt");
}
@Test
@TestMetadata("noBigFunctionTypes.kt")
public void testNoBigFunctionTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBigFunctionTypes.kt");
}
@Test
@TestMetadata("noCallableReferencesWithEmptyLHS.kt")
public void testNoCallableReferencesWithEmptyLHS() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noCallableReferencesWithEmptyLHS.kt");
}
@Test
@TestMetadata("noDataClassInheritance.kt")
public void testNoDataClassInheritance() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noDataClassInheritance.kt");
}
@Test
@TestMetadata("noInlineProperty.kt")
public void testNoInlineProperty() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noInlineProperty.kt");
}
@Test
@TestMetadata("noLocalDelegatedProperty.kt")
public void testNoLocalDelegatedProperty() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noLocalDelegatedProperty.kt");
}
@Test
@TestMetadata("noLocalDelegatedPropertyInScript.kts")
public void testNoLocalDelegatedPropertyInScript() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noLocalDelegatedPropertyInScript.kts");
}
@Test
@TestMetadata("noMultiplatformProjects.kt")
public void testNoMultiplatformProjects() throws Exception {
@@ -29930,40 +29744,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/apiVersion/typealiasesOnImport.kt");
}
}
@Nested
@TestMetadata("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences")
@TestDataPath("$PROJECT_ROOT")
public class NoBoundCallableReferences {
@Test
public void testAllFilesPresentInNoBoundCallableReferences() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("boundCallableReference.kt")
public void testBoundCallableReference() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences/boundCallableReference.kt");
}
@Test
@TestMetadata("boundClassLiteral.kt")
public void testBoundClassLiteral() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences/boundClassLiteral.kt");
}
@Test
@TestMetadata("qualifiedJavaClassLiteralInKClassExtension.kt")
public void testQualifiedJavaClassLiteralInKClassExtension() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences/qualifiedJavaClassLiteralInKClassExtension.kt");
}
@Test
@TestMetadata("qualifiedJavaClassReferenceInKClassExtension.kt")
public void testQualifiedJavaClassReferenceInKClassExtension() throws Exception {
runTest("compiler/testData/diagnostics/tests/sourceCompatibility/noBoundCallableReferences/qualifiedJavaClassReferenceInKClassExtension.kt");
}
}
}
@Nested
@@ -30712,18 +30492,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/overloadResolutionStatic.kt");
}
@Test
@TestMetadata("overloadResolutionStaticWithoutRefinedSams.kt")
public void testOverloadResolutionStaticWithoutRefinedSams() throws Exception {
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/overloadResolutionStaticWithoutRefinedSams.kt");
}
@Test
@TestMetadata("overloadResolutionWithoutRefinedSams.kt")
public void testOverloadResolutionWithoutRefinedSams() throws Exception {
runTest("compiler/testData/diagnostics/tests/syntheticExtensions/samAdapters/overloadResolutionWithoutRefinedSams.kt");
}
@Test
@TestMetadata("PackageLocal.kt")
public void testPackageLocal() throws Exception {
@@ -32015,12 +31783,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/typealias/typealiasRhsRepeatedAnnotations.kt");
}
@Test
@TestMetadata("unsupportedTypeAlias.kt")
public void testUnsupportedTypeAlias() throws Exception {
runTest("compiler/testData/diagnostics/tests/typealias/unsupportedTypeAlias.kt");
}
@Test
@TestMetadata("unusedTypeAliasParameter.kt")
public void testUnusedTypeAliasParameter() throws Exception {
@@ -32048,12 +31810,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
public void testIllegalUnderscores() throws Exception {
runTest("compiler/testData/diagnostics/tests/underscoresInNumericLiterals/illegalUnderscores.kt");
}
@Test
@TestMetadata("noUnderscores.kt")
public void testNoUnderscores() throws Exception {
runTest("compiler/testData/diagnostics/tests/underscoresInNumericLiterals/noUnderscores.kt");
}
}
@Nested
@@ -32553,12 +32309,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/varargs/NilaryVsVararg.kt");
}
@Test
@TestMetadata("noAssigningArraysToVarargsFeature.kt")
public void testNoAssigningArraysToVarargsFeature() throws Exception {
runTest("compiler/testData/diagnostics/tests/varargs/noAssigningArraysToVarargsFeature.kt");
}
@Test
@TestMetadata("NullableTypeForVarargArgument.kt")
public void testNullableTypeForVarargArgument() throws Exception {
@@ -37769,24 +37519,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/samOverloadsWithGenerics.kt");
}
@Test
@TestMetadata("samOverloadsWithGenericsWithoutRefinedSams.kt")
public void testSamOverloadsWithGenericsWithoutRefinedSams() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/samOverloadsWithGenericsWithoutRefinedSams.kt");
}
@Test
@TestMetadata("samOverloadsWithKtFunction.kt")
public void testSamOverloadsWithKtFunction() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/samOverloadsWithKtFunction.kt");
}
@Test
@TestMetadata("samOverloadsWithKtFunctionWithoutRefinedSams.kt")
public void testSamOverloadsWithKtFunctionWithoutRefinedSams() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/samOverloadsWithKtFunctionWithoutRefinedSams.kt");
}
@Test
@TestMetadata("sameNameClassesFromSupertypes.kt")
public void testSameNameClassesFromSupertypes() throws Exception {
@@ -37888,22 +37626,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
}
}
@Nested
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/sourceCompatibility")
@TestDataPath("$PROJECT_ROOT")
public class SourceCompatibility {
@Test
public void testAllFilesPresentInSourceCompatibility() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithStdLib/sourceCompatibility"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("noDefaultImportOfKotlinComparisons.kt")
public void testNoDefaultImportOfKotlinComparisons() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/sourceCompatibility/noDefaultImportOfKotlinComparisons.kt");
}
}
@Nested
@TestMetadata("compiler/testData/diagnostics/testsWithStdLib/targetedBuiltIns")
@TestDataPath("$PROJECT_ROOT")
@@ -37918,12 +37640,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
public void testBlackListed() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/targetedBuiltIns/blackListed.kt");
}
@Test
@TestMetadata("unsupportedFeature.kt")
public void testUnsupportedFeature() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/targetedBuiltIns/unsupportedFeature.kt");
}
}
@Nested
@@ -38105,12 +37821,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/exceptionTypeAliasesInvisibleWithApiVersion1_0.kt");
}
@Test
@TestMetadata("exceptionTypeAliasesInvisibleWithoutFeature.kt")
public void testExceptionTypeAliasesInvisibleWithoutFeature() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/typealias/exceptionTypeAliasesInvisibleWithoutFeature.kt");
}
@Test
@TestMetadata("hashMapTypeAlias.kt")
public void testHashMapTypeAlias() throws Exception {
@@ -7877,12 +7877,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/constants/kt9532.kt");
}
@Test
@TestMetadata("kt9532_lv10.kt")
public void testKt9532_lv10() throws Exception {
runTest("compiler/testData/codegen/box/constants/kt9532_lv10.kt");
}
@Test
@TestMetadata("long.kt")
public void testLong() throws Exception {
@@ -14655,12 +14649,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/delegation/simple.kt");
}
@Test
@TestMetadata("simple1.0.kt")
public void testSimple1_0() throws Exception {
runTest("compiler/testData/codegen/box/delegation/simple1.0.kt");
}
@Test
@TestMetadata("viaTypeAlias.kt")
public void testViaTypeAlias() throws Exception {
@@ -24629,12 +24617,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/jdk/stream.kt");
}
@Test
@TestMetadata("streamBackwardCompatibility.kt")
public void testStreamBackwardCompatibility() throws Exception {
runTest("compiler/testData/codegen/box/jdk/streamBackwardCompatibility.kt");
}
@Test
@TestMetadata("useStream.kt")
public void testUseStream() throws Exception {
@@ -1426,18 +1426,6 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/constProperty/noAccessorsForPrivateConstants.kt");
}
@Test
@TestMetadata("noInline.kt")
public void testNoInline() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/constProperty/noInline.kt");
}
@Test
@TestMetadata("noInlineInCmp.kt")
public void testNoInlineInCmp() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/constProperty/noInlineInCmp.kt");
}
@Test
@TestMetadata("nonConstValHasNoDefaultValue_after.kt")
public void testNonConstValHasNoDefaultValue_after() throws Exception {
@@ -1536,12 +1524,6 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/constants/noInlineNonStaticJavaField.kt");
}
@Test
@TestMetadata("noInlineNonStaticJavaField_lv10.kt")
public void testNoInlineNonStaticJavaField_lv10() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/constants/noInlineNonStaticJavaField_lv10.kt");
}
@Test
@TestMetadata("nullableByteAndShort.kt")
public void testNullableByteAndShort() throws Exception {
@@ -4164,12 +4146,6 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/lazyCodegen/negateConst.kt");
}
@Test
@TestMetadata("negateConstantCompare.kt")
public void testNegateConstantCompare() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/lazyCodegen/negateConstantCompare.kt");
}
@Test
@TestMetadata("negateObjectComp.kt")
public void testNegateObjectComp() throws Exception {
@@ -5830,12 +5806,6 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/whenStringOptimization/inlineStringConstInsideWhen.kt");
}
@Test
@TestMetadata("nonInlinedConst.kt")
public void testNonInlinedConst() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/whenStringOptimization/nonInlinedConst.kt");
}
@Test
@TestMetadata("nullability.kt")
public void testNullability() throws Exception {
@@ -7991,12 +7991,6 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/constants/kt9532.kt");
}
@Test
@TestMetadata("kt9532_lv10.kt")
public void testKt9532_lv10() throws Exception {
runTest("compiler/testData/codegen/box/constants/kt9532_lv10.kt");
}
@Test
@TestMetadata("long.kt")
public void testLong() throws Exception {
@@ -14769,12 +14763,6 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/delegation/simple.kt");
}
@Test
@TestMetadata("simple1.0.kt")
public void testSimple1_0() throws Exception {
runTest("compiler/testData/codegen/box/delegation/simple1.0.kt");
}
@Test
@TestMetadata("viaTypeAlias.kt")
public void testViaTypeAlias() throws Exception {
@@ -27383,12 +27371,6 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/jdk/stream.kt");
}
@Test
@TestMetadata("streamBackwardCompatibility.kt")
public void testStreamBackwardCompatibility() throws Exception {
runTest("compiler/testData/codegen/box/jdk/streamBackwardCompatibility.kt");
}
@Test
@TestMetadata("useStream.kt")
public void testUseStream() throws Exception {
@@ -1444,18 +1444,6 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/constProperty/noAccessorsForPrivateConstants.kt");
}
@Test
@TestMetadata("noInline.kt")
public void testNoInline() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/constProperty/noInline.kt");
}
@Test
@TestMetadata("noInlineInCmp.kt")
public void testNoInlineInCmp() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/constProperty/noInlineInCmp.kt");
}
@Test
@TestMetadata("nonConstValHasNoDefaultValue_after.kt")
public void testNonConstValHasNoDefaultValue_after() throws Exception {
@@ -1566,12 +1554,6 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/constants/noInlineNonStaticJavaField.kt");
}
@Test
@TestMetadata("noInlineNonStaticJavaField_lv10.kt")
public void testNoInlineNonStaticJavaField_lv10() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/constants/noInlineNonStaticJavaField_lv10.kt");
}
@Test
@TestMetadata("nullableByteAndShort.kt")
public void testNullableByteAndShort() throws Exception {
@@ -4314,12 +4296,6 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/lazyCodegen/negateConst.kt");
}
@Test
@TestMetadata("negateConstantCompare.kt")
public void testNegateConstantCompare() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/lazyCodegen/negateConstantCompare.kt");
}
@Test
@TestMetadata("negateObjectComp.kt")
public void testNegateObjectComp() throws Exception {
@@ -5980,12 +5956,6 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/whenStringOptimization/inlineStringConstInsideWhen.kt");
}
@Test
@TestMetadata("nonInlinedConst.kt")
public void testNonInlinedConst() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/whenStringOptimization/nonInlinedConst.kt");
}
@Test
@TestMetadata("nullability.kt")
public void testNullability() throws Exception {