diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K2NativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java similarity index 98% rename from native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K2NativeCodegenBoxTestGenerated.java rename to native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java index c54584dcc09..31caa2df11f 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K2NativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java @@ -9,7 +9,7 @@ import com.intellij.testFramework.TestDataPath; import org.jetbrains.kotlin.test.util.KtTestUtil; import org.junit.jupiter.api.Tag; import org.jetbrains.kotlin.konan.blackboxtest.support.group.UseExtTestCaseGroupProvider; -import org.jetbrains.kotlin.konan.blackboxtest.support.group.K2Pipeline; +import org.jetbrains.kotlin.konan.blackboxtest.support.group.FirPipeline; import org.jetbrains.kotlin.test.TargetBackend; import org.jetbrains.kotlin.test.utils.TransformersFunctions; import org.jetbrains.kotlin.test.TestMetadata; @@ -21,13 +21,14 @@ import java.util.regex.Pattern; /** This class is generated by {@link org.jetbrains.kotlin.generators.tests.GenerateNativeTestsKt}. DO NOT MODIFY MANUALLY */ @SuppressWarnings("all") -public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest { +public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest { @Nested @TestMetadata("compiler/testData/codegen/box") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Box { @Test public void testAllFilesPresentInBox() throws Exception { @@ -38,8 +39,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/annotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Annotations { @Test public void testAllFilesPresentInAnnotations() throws Exception { @@ -80,8 +82,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/annotations/annotatedLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class AnnotatedLambda { @Test public void testAllFilesPresentInAnnotatedLambda() throws Exception { @@ -93,8 +96,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/annotations/instances") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Instances { @Test public void testAllFilesPresentInInstances() throws Exception { @@ -172,8 +176,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/annotations/kClassMapping") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class KClassMapping { @Test public void testAllFilesPresentInKClassMapping() throws Exception { @@ -185,8 +190,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/annotations/repeatable") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Repeatable { @Test public void testAllFilesPresentInRepeatable() throws Exception { @@ -198,8 +204,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/annotations/typeAnnotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TypeAnnotations { @Test public void testAllFilesPresentInTypeAnnotations() throws Exception { @@ -218,8 +225,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/argumentOrder") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ArgumentOrder { @Test public void testAllFilesPresentInArgumentOrder() throws Exception { @@ -327,8 +335,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/arrays") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Arrays { @Test public void testAllFilesPresentInArrays() throws Exception { @@ -729,8 +738,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/arrays/arraysOfInlineClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ArraysOfInlineClass { @Test @TestMetadata("accessArrayOfInlineClass.kt") @@ -760,8 +770,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/arrays/forInReversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInReversed { @Test public void testAllFilesPresentInForInReversed() throws Exception { @@ -797,8 +808,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/arrays/forInUnsignedArray") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInUnsignedArray { @Test public void testAllFilesPresentInForInUnsignedArray() throws Exception { @@ -858,8 +870,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultiDecl { @Test public void testAllFilesPresentInMultiDecl() throws Exception { @@ -918,8 +931,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl/int") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Int { @Test public void testAllFilesPresentInInt() throws Exception { @@ -955,8 +969,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl/long") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Long { @Test public void testAllFilesPresentInLong() throws Exception { @@ -994,8 +1009,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/assert") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Assert { @Test public void testAllFilesPresentInAssert() throws Exception { @@ -1018,8 +1034,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/assert/jvm") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Jvm { @Test public void testAllFilesPresentInJvm() throws Exception { @@ -1032,8 +1049,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/binaryOp") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BinaryOp { @Test public void testAllFilesPresentInBinaryOp() throws Exception { @@ -1201,8 +1219,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/boxingOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BoxingOptimization { @Test public void testAllFilesPresentInBoxingOptimization() throws Exception { @@ -1448,8 +1467,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/bridges") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Bridges { @Test @TestMetadata("abstractOverrideBridge.kt") @@ -1808,8 +1828,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/bridges/substitutionInSuperClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SubstitutionInSuperClass { @Test @TestMetadata("abstractFun.kt") @@ -1888,8 +1909,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/builtinStubMethods") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BuiltinStubMethods { @Test public void testAllFilesPresentInBuiltinStubMethods() throws Exception { @@ -1906,8 +1928,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/bridgesForStubs") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BridgesForStubs { @Test public void testAllFilesPresentInBridgesForStubs() throws Exception { @@ -1919,8 +1942,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/extendJavaClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ExtendJavaClasses { @Test @TestMetadata("abstractSet.kt") @@ -1962,8 +1986,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MapGetOrDefault { @Test public void testAllFilesPresentInMapGetOrDefault() throws Exception { @@ -1975,8 +2000,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/mapRemove") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MapRemove { @Test public void testAllFilesPresentInMapRemove() throws Exception { @@ -1989,8 +2015,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CallableReference { @Test public void testAllFilesPresentInCallableReference() throws Exception { @@ -2157,8 +2184,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/adaptedReferences") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class AdaptedReferences { @Test @TestMetadata("adaptedArrayOf.kt") @@ -2331,8 +2359,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SuspendConversion { @Test @TestMetadata("adaptedWithCoercionToUnit.kt") @@ -2441,8 +2470,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Bound { @Test @TestMetadata("adapted.kt") @@ -2621,8 +2651,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/bound/equals") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Equals { @Test public void testAllFilesPresentInEquals() throws Exception { @@ -2653,8 +2684,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/equality") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Equality { @Test public void testAllFilesPresentInEquality() throws Exception { @@ -2744,8 +2776,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/funInterfaceConstructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunInterfaceConstructor { @Test public void testAllFilesPresentInFunInterfaceConstructor() throws Exception { @@ -2787,8 +2820,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/function") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Function { @Test @TestMetadata("abstractClassMember.kt") @@ -3135,8 +3169,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/function/local") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Local { @Test public void testAllFilesPresentInLocal() throws Exception { @@ -3269,8 +3304,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/property") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Property { @Test @TestMetadata("accessViaSubclass.kt") @@ -3468,8 +3504,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/callableReference/serializability") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Serializability { @Test public void testAllFilesPresentInSerializability() throws Exception { @@ -3488,8 +3525,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/casts") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Casts { @Test public void testAllFilesPresentInCasts() throws Exception { @@ -3680,8 +3718,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/casts/functions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Functions { @Test public void testAllFilesPresentInFunctions() throws Exception { @@ -3765,8 +3804,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/casts/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -3778,8 +3818,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/casts/literalExpressionAsGenericArgument") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LiteralExpressionAsGenericArgument { @Test public void testAllFilesPresentInLiteralExpressionAsGenericArgument() throws Exception { @@ -3827,8 +3868,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/casts/mutableCollections") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MutableCollections { @Test public void testAllFilesPresentInMutableCollections() throws Exception { @@ -3882,8 +3924,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/casts/nativeCCEMessage") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NativeCCEMessage { @Test public void testAllFilesPresentInNativeCCEMessage() throws Exception { @@ -3920,8 +3963,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/checkcastOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CheckcastOptimization { @Test public void testAllFilesPresentInCheckcastOptimization() throws Exception { @@ -3957,8 +4001,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/classLiteral") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ClassLiteral { @Test public void testAllFilesPresentInClassLiteral() throws Exception { @@ -3987,8 +4032,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/classLiteral/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Bound { @Test public void testAllFilesPresentInBound() throws Exception { @@ -4024,8 +4070,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/classLiteral/java") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Java { @Test public void testAllFilesPresentInJava() throws Exception { @@ -4044,8 +4091,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/classes") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Classes { @Test public void testAllFilesPresentInClasses() throws Exception { @@ -4728,8 +4776,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/classes/inner") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Inner { @Test public void testAllFilesPresentInInner() throws Exception { @@ -4784,8 +4833,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/closures") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Closures { @Test public void testAllFilesPresentInClosures() throws Exception { @@ -5072,8 +5122,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/closures/captureInSuperConstructorCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CaptureInSuperConstructorCall { @Test public void testAllFilesPresentInCaptureInSuperConstructorCall() throws Exception { @@ -5277,8 +5328,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/closures/captureOuterProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CaptureOuterProperty { @Test public void testAllFilesPresentInCaptureOuterProperty() throws Exception { @@ -5338,8 +5390,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/closures/capturedVarsOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CapturedVarsOptimization { @Test public void testAllFilesPresentInCapturedVarsOptimization() throws Exception { @@ -5429,8 +5482,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/closures/closureInsideClosure") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ClosureInsideClosure { @Test public void testAllFilesPresentInClosureInsideClosure() throws Exception { @@ -5479,8 +5533,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/collectionLiterals") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CollectionLiterals { @Test public void testAllFilesPresentInCollectionLiterals() throws Exception { @@ -5492,8 +5547,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/collections") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Collections { @Test @TestMetadata("addCollectionStubWithCovariantOverride.kt") @@ -5541,8 +5597,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/companion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Companion { @Test public void testAllFilesPresentInCompanion() throws Exception { @@ -5572,8 +5629,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Compatibility { @Test public void testAllFilesPresentInCompatibility() throws Exception { @@ -5591,8 +5649,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CompileKotlinAgainstKotlin { @Test @TestMetadata("adaptedSuspendFunctionReference.kt") @@ -5849,8 +5908,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Fir { @Test public void testAllFilesPresentInFir() throws Exception { @@ -5862,8 +5922,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -5970,8 +6031,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class OldMangling { @Test public void testAllFilesPresentInOldMangling() throws Exception { @@ -5990,8 +6052,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Jvm8 { @Test public void testAllFilesPresentInJvm8() throws Exception { @@ -6002,8 +6065,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Defaults { @Test public void testAllFilesPresentInDefaults() throws Exception { @@ -6050,8 +6114,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class AllCompatibility { @Test public void testAllFilesPresentInAllCompatibility() throws Exception { @@ -6104,8 +6169,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegationBy { @Test public void testAllFilesPresentInDelegationBy() throws Exception { @@ -6118,8 +6184,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Interop { @Test @TestMetadata("allAgainsAllCompatibility.kt") @@ -6185,8 +6252,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/noDefaultImpls") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NoDefaultImpls { @Test public void testAllFilesPresentInNoDefaultImpls() throws Exception { @@ -6205,8 +6273,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Jvm8against6 { @Test public void testAllFilesPresentInJvm8against6() throws Exception { @@ -6253,8 +6322,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Delegation { @Test public void testAllFilesPresentInDelegation() throws Exception { @@ -6286,8 +6356,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/typeAnnotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TypeAnnotations { @Test public void testAllFilesPresentInTypeAnnotations() throws Exception { @@ -6300,8 +6371,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/constants") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Constants { @Test public void testAllFilesPresentInConstants() throws Exception { @@ -6391,8 +6463,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/constructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Constructor { @Test public void testAllFilesPresentInConstructor() throws Exception { @@ -6404,8 +6477,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/constructorCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ConstructorCall { @Test public void testAllFilesPresentInConstructorCall() throws Exception { @@ -6417,8 +6491,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/contracts") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Contracts { @Test public void testAllFilesPresentInContracts() throws Exception { @@ -6526,8 +6601,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ControlStructures { @Test public void testAllFilesPresentInControlStructures() throws Exception { @@ -7024,8 +7100,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BreakContinueInExpressions { @Test public void testAllFilesPresentInBreakContinueInExpressions() throws Exception { @@ -7156,8 +7233,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions/inlinedBreakContinue") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlinedBreakContinue { @Test public void testAllFilesPresentInInlinedBreakContinue() throws Exception { @@ -7212,8 +7290,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/forInArray") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInArray { @Test public void testAllFilesPresentInForInArray() throws Exception { @@ -7285,8 +7364,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInArrayWithIndex { @Test public void testAllFilesPresentInForInArrayWithIndex() throws Exception { @@ -7418,8 +7498,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInCharSequenceWithIndex { @Test public void testAllFilesPresentInForInCharSequenceWithIndex() throws Exception { @@ -7515,8 +7596,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/forInIterableWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInIterableWithIndex { @Test public void testAllFilesPresentInForInIterableWithIndex() throws Exception { @@ -7600,8 +7682,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/forInIterator") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInIterator { @Test public void testAllFilesPresentInForInIterator() throws Exception { @@ -7613,8 +7696,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInSequenceWithIndex { @Test public void testAllFilesPresentInForInSequenceWithIndex() throws Exception { @@ -7686,8 +7770,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/returnsNothing") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ReturnsNothing { @Test public void testAllFilesPresentInReturnsNothing() throws Exception { @@ -7729,8 +7814,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/slowDsl") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SlowDsl { @Test public void testAllFilesPresentInSlowDsl() throws Exception { @@ -7742,8 +7828,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TryCatchInExpressions { @Test public void testAllFilesPresentInTryCatchInExpressions() throws Exception { @@ -7942,8 +8029,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Coroutines { @Test @TestMetadata("32defaultParametersInSuspend.kt") @@ -8734,8 +8822,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/bridges") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Bridges { @Test public void testAllFilesPresentInBridges() throws Exception { @@ -8783,8 +8872,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/controlFlow") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ControlFlow { @Test public void testAllFilesPresentInControlFlow() throws Exception { @@ -8934,8 +9024,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/debug") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Debug { @Test public void testAllFilesPresentInDebug() throws Exception { @@ -8947,8 +9038,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FeatureIntersection { @Test public void testAllFilesPresentInFeatureIntersection() throws Exception { @@ -9073,8 +9165,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CallableReference { @Test public void testAllFilesPresentInCallableReference() throws Exception { @@ -9103,8 +9196,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Bound { @Test public void testAllFilesPresentInBound() throws Exception { @@ -9122,8 +9216,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Function { @Test @TestMetadata("adapted.kt") @@ -9146,8 +9241,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Local { @Test public void testAllFilesPresentInLocal() throws Exception { @@ -9167,8 +9263,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunInterface { @Test public void testAllFilesPresentInFunInterface() throws Exception { @@ -9204,8 +9301,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmDefault { @Test public void testAllFilesPresentInJvmDefault() throws Exception { @@ -9216,8 +9314,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Kt46007 { @Test public void testAllFilesPresentInKt46007() throws Exception { @@ -9230,8 +9329,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/tailrec") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Tailrec { @Test public void testAllFilesPresentInTailrec() throws Exception { @@ -9328,8 +9428,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -9358,8 +9459,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/direct") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Direct { @Test public void testAllFilesPresentInDirect() throws Exception { @@ -9653,8 +9755,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/resume") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Resume { @Test public void testAllFilesPresentInResume() throws Exception { @@ -9948,8 +10051,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ResumeWithException { @Test public void testAllFilesPresentInResumeWithException() throws Exception { @@ -10214,8 +10318,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/intLikeVarSpilling") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class IntLikeVarSpilling { @Test public void testAllFilesPresentInIntLikeVarSpilling() throws Exception { @@ -10287,8 +10392,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/intrinsicSemantics") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class IntrinsicSemantics { @Test public void testAllFilesPresentInIntrinsicSemantics() throws Exception { @@ -10360,8 +10466,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -10373,8 +10480,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/localFunctions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LocalFunctions { @Test public void testAllFilesPresentInLocalFunctions() throws Exception { @@ -10385,8 +10493,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/localFunctions/anonymous") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Anonymous { @Test public void testAllFilesPresentInAnonymous() throws Exception { @@ -10404,8 +10513,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/localFunctions/named") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Named { @Test public void testAllFilesPresentInNamed() throws Exception { @@ -10490,8 +10600,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/multiModule") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultiModule { @Test public void testAllFilesPresentInMultiModule() throws Exception { @@ -10557,8 +10668,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/redundantLocalsElimination") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RedundantLocalsElimination { @Test public void testAllFilesPresentInRedundantLocalsElimination() throws Exception { @@ -10576,8 +10688,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/reflect") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reflect { @Test public void testAllFilesPresentInReflect() throws Exception { @@ -10589,8 +10702,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/stackUnwinding") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class StackUnwinding { @Test public void testAllFilesPresentInStackUnwinding() throws Exception { @@ -10638,8 +10752,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/suspendConversion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SuspendConversion { @Test public void testAllFilesPresentInSuspendConversion() throws Exception { @@ -10675,8 +10790,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SuspendFunctionAsCoroutine { @Test public void testAllFilesPresentInSuspendFunctionAsCoroutine() throws Exception { @@ -10790,8 +10906,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SuspendFunctionTypeCall { @Test public void testAllFilesPresentInSuspendFunctionTypeCall() throws Exception { @@ -10833,8 +10950,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/tailCallOptimizations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TailCallOptimizations { @Test public void testAllFilesPresentInTailCallOptimizations() throws Exception { @@ -10869,8 +10987,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Unit { @Test public void testAllFilesPresentInUnit() throws Exception { @@ -10883,8 +11002,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/tailOperations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TailOperations { @Test public void testAllFilesPresentInTailOperations() throws Exception { @@ -10920,8 +11040,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/unitTypeReturn") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class UnitTypeReturn { @Test public void testAllFilesPresentInUnitTypeReturn() throws Exception { @@ -10975,8 +11096,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class VarSpilling { @Test public void testAllFilesPresentInVarSpilling() throws Exception { @@ -11035,8 +11157,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling/cleanup") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Cleanup { @Test public void testAllFilesPresentInCleanup() throws Exception { @@ -11048,8 +11171,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling/debugMode") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DebugMode { @Test public void testAllFilesPresentInDebugMode() throws Exception { @@ -11063,8 +11187,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/correctFrontendCode") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CorrectFrontendCode { @Test public void testAllFilesPresentInCorrectFrontendCode() throws Exception { @@ -11082,8 +11207,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/dataClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DataClasses { @Test public void testAllFilesPresentInDataClasses() throws Exception { @@ -11202,8 +11328,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/dataClasses/components") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Components { @Test public void testAllFilesPresentInComponents() throws Exception { @@ -11227,8 +11354,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/dataClasses/copy") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Copy { @Test public void testAllFilesPresentInCopy() throws Exception { @@ -11288,8 +11416,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/dataClasses/equals") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Equals { @Test public void testAllFilesPresentInEquals() throws Exception { @@ -11337,8 +11466,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/dataClasses/hashCode") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class HashCode { @Test public void testAllFilesPresentInHashCode() throws Exception { @@ -11416,8 +11546,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/dataClasses/toString") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ToString { @Test public void testAllFilesPresentInToString() throws Exception { @@ -11472,8 +11603,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/dataObjects") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DataObjects { @Test public void testAllFilesPresentInDataObjects() throws Exception { @@ -11503,8 +11635,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/deadCodeElimination") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DeadCodeElimination { @Test public void testAllFilesPresentInDeadCodeElimination() throws Exception { @@ -11540,8 +11673,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/defaultArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultArguments { @Test public void testAllFilesPresentInDefaultArguments() throws Exception { @@ -11696,8 +11830,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/defaultArguments/constructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Constructor { @Test public void testAllFilesPresentInConstructor() throws Exception { @@ -11799,8 +11934,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/defaultArguments/convention") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Convention { @Test public void testAllFilesPresentInConvention() throws Exception { @@ -11848,8 +11984,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/defaultArguments/function") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Function { @Test @TestMetadata("abstractClass.kt") @@ -12029,8 +12166,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/defaultArguments/private") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Private { @Test public void testAllFilesPresentInPrivate() throws Exception { @@ -12066,8 +12204,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/defaultArguments/signature") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Signature { @Test public void testAllFilesPresentInSignature() throws Exception { @@ -12098,8 +12237,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegatedProperty { @Test @TestMetadata("accessTopLevelDelegatedPropertyInClinit.kt") @@ -12404,8 +12544,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToAnother") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegateToAnother { @Test public void testAllFilesPresentInDelegateToAnother() throws Exception { @@ -12477,8 +12618,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToConst") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegateToConst { @Test public void testAllFilesPresentInDelegateToConst() throws Exception { @@ -12508,8 +12650,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToFinalProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegateToFinalProperty { @Test public void testAllFilesPresentInDelegateToFinalProperty() throws Exception { @@ -12569,8 +12712,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToSingleton") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegateToSingleton { @Test public void testAllFilesPresentInDelegateToSingleton() throws Exception { @@ -12624,8 +12768,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToThis") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegateToThis { @Test public void testAllFilesPresentInDelegateToThis() throws Exception { @@ -12655,8 +12800,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty/local") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Local { @Test public void testAllFilesPresentInLocal() throws Exception { @@ -12764,8 +12910,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class OptimizedDelegatedProperties { @Test public void testAllFilesPresentInOptimizedDelegatedProperties() throws Exception { @@ -12843,8 +12990,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegatedProperty/provideDelegate") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ProvideDelegate { @Test public void testAllFilesPresentInProvideDelegate() throws Exception { @@ -12983,8 +13131,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/delegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Delegation { @Test public void testAllFilesPresentInDelegation() throws Exception { @@ -13056,8 +13205,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/deprecated") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Deprecated { @Test public void testAllFilesPresentInDeprecated() throws Exception { @@ -13069,8 +13219,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/destructuringDeclInLambdaParam") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DestructuringDeclInLambdaParam { @Test public void testAllFilesPresentInDestructuringDeclInLambdaParam() throws Exception { @@ -13130,8 +13281,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/diagnostics") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Diagnostics { @Test public void testAllFilesPresentInDiagnostics() throws Exception { @@ -13142,8 +13294,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/diagnostics/functions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Functions { @Test public void testAllFilesPresentInFunctions() throws Exception { @@ -13154,8 +13307,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/inference") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Inference { @Test public void testAllFilesPresentInInference() throws Exception { @@ -13173,8 +13327,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/invoke") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Invoke { @Test public void testAllFilesPresentInInvoke() throws Exception { @@ -13185,8 +13340,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/invoke/onObjects") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class OnObjects { @Test public void testAllFilesPresentInOnObjects() throws Exception { @@ -13259,8 +13415,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/tailRecursion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TailRecursion { @Test public void testAllFilesPresentInTailRecursion() throws Exception { @@ -13543,8 +13700,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/diagnostics/vararg") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Vararg { @Test public void testAllFilesPresentInVararg() throws Exception { @@ -13563,8 +13721,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/differentDependencyVersion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DifferentDependencyVersion { @Test public void testAllFilesPresentInDifferentDependencyVersion() throws Exception { @@ -13576,8 +13735,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/directInvokeOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DirectInvokeOptimization { @Test public void testAllFilesPresentInDirectInvokeOptimization() throws Exception { @@ -13673,8 +13833,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/elvis") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Elvis { @Test public void testAllFilesPresentInElvis() throws Exception { @@ -13740,8 +13901,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/enum") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Enum { @Test @TestMetadata("abstractMethodInEnum.kt") @@ -14178,8 +14340,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/enum/defaultCtor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultCtor { @Test public void testAllFilesPresentInDefaultCtor() throws Exception { @@ -14234,8 +14397,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/evaluate") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Evaluate { @Test public void testAllFilesPresentInEvaluate() throws Exception { @@ -14253,8 +14417,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/exclExcl") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ExclExcl { @Test public void testAllFilesPresentInExclExcl() throws Exception { @@ -14290,8 +14455,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/extensionClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ExtensionClasses { @Test public void testAllFilesPresentInExtensionClasses() throws Exception { @@ -14303,8 +14469,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/extensionFunctions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ExtensionFunctions { @Test public void testAllFilesPresentInExtensionFunctions() throws Exception { @@ -14483,8 +14650,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/extensionFunctions/contextReceivers") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ContextReceivers { @Test public void testAllFilesPresentInContextReceivers() throws Exception { @@ -14495,8 +14663,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/extensionFunctions/contextReceivers/fromKEEP") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FromKEEP { @Test public void testAllFilesPresentInFromKEEP() throws Exception { @@ -14510,8 +14679,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/extensionProperties") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ExtensionProperties { @Test @TestMetadata("accessorForPrivateSetter.kt") @@ -14613,8 +14783,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/external") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class External { @Test public void testAllFilesPresentInExternal() throws Exception { @@ -14626,8 +14797,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/fakeOverride") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FakeOverride { @Test public void testAllFilesPresentInFakeOverride() throws Exception { @@ -14693,8 +14865,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/fieldRename") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FieldRename { @Test public void testAllFilesPresentInFieldRename() throws Exception { @@ -14724,8 +14897,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/finally") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Finally { @Test public void testAllFilesPresentInFinally() throws Exception { @@ -14875,8 +15049,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/fir") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Fir { @Test public void testAllFilesPresentInFir() throws Exception { @@ -14906,8 +15081,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/fullJdk") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FullJdk { @Test public void testAllFilesPresentInFullJdk() throws Exception { @@ -14918,8 +15094,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/fullJdk/native") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Native { @Test public void testAllFilesPresentInNative() throws Exception { @@ -14931,8 +15108,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/fullJdk/regressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Regressions { @Test public void testAllFilesPresentInRegressions() throws Exception { @@ -14945,8 +15123,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunInterface { @Test public void testAllFilesPresentInFunInterface() throws Exception { @@ -15137,8 +15316,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/funInterface/equality") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Equality { @Test public void testAllFilesPresentInEquality() throws Exception { @@ -15181,8 +15361,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/functions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Functions { @Test public void testAllFilesPresentInFunctions() throws Exception { @@ -15499,8 +15680,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/functions/bigArity") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BigArity { @Test public void testAllFilesPresentInBigArity() throws Exception { @@ -15554,8 +15736,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/functions/functionExpression") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunctionExpression { @Test public void testAllFilesPresentInFunctionExpression() throws Exception { @@ -15597,8 +15780,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/functions/invoke") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Invoke { @Test public void testAllFilesPresentInInvoke() throws Exception { @@ -15694,8 +15878,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/functions/localFunctions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LocalFunctions { @Test public void testAllFilesPresentInLocalFunctions() throws Exception { @@ -15888,8 +16073,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ieee754") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Ieee754 { @Test public void testAllFilesPresentInIeee754() throws Exception { @@ -16213,8 +16399,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/increment") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Increment { @Test public void testAllFilesPresentInIncrement() throws Exception { @@ -16382,8 +16569,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inference") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Inference { @Test public void testAllFilesPresentInInference() throws Exception { @@ -16580,8 +16768,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inference/builderInference") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BuilderInference { @Test public void testAllFilesPresentInBuilderInference() throws Exception { @@ -16792,8 +16981,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineArgsInPlace") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineArgsInPlace { @Test public void testAllFilesPresentInInlineArgsInPlace() throws Exception { @@ -16871,8 +17061,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClasses { public InlineClasses() { register("compiler/testData/codegen/box/inlineClasses/annotatedMemberExtensionProperty.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -19640,8 +19831,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BoxReturnValueInLambda { public BoxReturnValueInLambda() { register("compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxAny.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -19876,8 +20068,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BoxReturnValueOnOverride { public BoxReturnValueOnOverride() { register("compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/boxReturnValueInDefaultMethod.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -20380,8 +20573,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/callableReferences") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CallableReferences { public CallableReferences() { register("compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionFun.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -20715,8 +20909,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/callableReferences/let") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Let { public Let() { register("compiler/testData/codegen/box/inlineClasses/callableReferences/let/any.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -20874,8 +21069,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/contextsAndAccessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ContextsAndAccessors { public ContextsAndAccessors() { register("compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -21226,8 +21422,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultParameterValues { public DefaultParameterValues() { register("compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultConstructorParameterValuesOfInlineClassType.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -21425,8 +21622,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultWithDefaultParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultWithDefaultParameter { @Test public void testAllFilesPresentInDefaultWithDefaultParameter() throws Exception { @@ -21438,8 +21636,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class OverrideFunctionWithDefaultParameter { @Test public void testAllFilesPresentInOverrideFunctionWithDefaultParameter() throws Exception { @@ -21452,8 +21651,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/delegationByUnderlyingType") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegationByUnderlyingType { @Test public void testAllFilesPresentInDelegationByUnderlyingType() throws Exception { @@ -21501,8 +21701,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunInterface { public FunInterface() { register("compiler/testData/codegen/box/inlineClasses/funInterface/argumentIC.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -21609,8 +21810,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/functionNameMangling") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunctionNameMangling { public FunctionNameMangling() { register("compiler/testData/codegen/box/inlineClasses/functionNameMangling/anonymousObjectInFunctionWithMangledName.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -21881,8 +22083,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/genericUnderlyingValue") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class GenericUnderlyingValue { @Test public void testAllFilesPresentInGenericUnderlyingValue() throws Exception { @@ -21936,8 +22139,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/hiddenConstructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class HiddenConstructor { public HiddenConstructor() { register("compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile1.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22150,8 +22354,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/inlineClassCollection") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClassCollection { public InlineClassCollection() { register("compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineCollectionOfInlineClass.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22222,8 +22427,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/interfaceDelegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InterfaceDelegation { public InterfaceDelegation() { register("compiler/testData/codegen/box/inlineClasses/interfaceDelegation/interfaceImplementationByDelegation.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22358,8 +22564,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InterfaceMethodCalls { public InterfaceMethodCalls() { register("compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22550,8 +22757,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -22563,8 +22771,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Jvm8DefaultInterfaceMethods { @Test public void testAllFilesPresentInJvm8DefaultInterfaceMethods() throws Exception { @@ -22576,8 +22785,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/propertyDelegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PropertyDelegation { public PropertyDelegation() { register("compiler/testData/codegen/box/inlineClasses/propertyDelegation/captureLocalVarDelegatedToInlineClass.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22768,8 +22978,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/result") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Result { @Test public void testAllFilesPresentInResult() throws Exception { @@ -22829,8 +23040,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/returnResult") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ReturnResult { @Test public void testAllFilesPresentInReturnResult() throws Exception { @@ -22878,8 +23090,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class UnboxGenericParameter { @Test public void testAllFilesPresentInUnboxGenericParameter() throws Exception { @@ -22890,8 +23103,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunInterface { public FunInterface() { register("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/any.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -23038,8 +23252,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Lambda { public Lambda() { register("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/any.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -23186,8 +23401,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ObjectLiteral { public ObjectLiteral() { register("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/any.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -23336,8 +23552,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/innerNested") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InnerNested { @Test public void testAllFilesPresentInInnerNested() throws Exception { @@ -23516,8 +23733,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/innerNested/superConstructorCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SuperConstructorCall { @Test public void testAllFilesPresentInSuperConstructorCall() throws Exception { @@ -23656,8 +23874,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/instructions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Instructions { @Test public void testAllFilesPresentInInstructions() throws Exception { @@ -23668,8 +23887,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/instructions/swap") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Swap { @Test public void testAllFilesPresentInSwap() throws Exception { @@ -23694,8 +23914,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/intrinsics") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Intrinsics { @Test public void testAllFilesPresentInIntrinsics() throws Exception { @@ -23851,8 +24072,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Invokedynamic { @Test public void testAllFilesPresentInInvokedynamic() throws Exception { @@ -23863,8 +24085,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/lambdas") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Lambdas { @Test public void testAllFilesPresentInLambdas() throws Exception { @@ -23881,8 +24104,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/lambdas/inlineClassInSignature") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClassInSignature { @Test public void testAllFilesPresentInInlineClassInSignature() throws Exception { @@ -23895,8 +24119,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Sam { @Test public void testAllFilesPresentInSam() throws Exception { @@ -23907,8 +24132,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionExprToJavaInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunctionExprToJavaInterface { @Test public void testAllFilesPresentInFunctionExprToJavaInterface() throws Exception { @@ -23920,8 +24146,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunctionRefToJavaInterface { @Test public void testAllFilesPresentInFunctionRefToJavaInterface() throws Exception { @@ -23932,8 +24159,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SpecialFunctions { @Test public void testAllFilesPresentInSpecialFunctions() throws Exception { @@ -23945,8 +24173,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class WithAccessor { @Test public void testAllFilesPresentInWithAccessor() throws Exception { @@ -23959,8 +24188,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/inlineClassInSignature") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClassInSignature { @Test public void testAllFilesPresentInInlineClassInSignature() throws Exception { @@ -23972,8 +24202,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SpecializedGenerics { @Test public void testAllFilesPresentInSpecializedGenerics() throws Exception { @@ -23986,8 +24217,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/invokedynamic/serializable") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Serializable { @Test public void testAllFilesPresentInSerializable() throws Exception { @@ -24000,8 +24232,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InvolvesIrInterpreter { @Test public void testAllFilesPresentInInvolvesIrInterpreter() throws Exception { @@ -24024,8 +24257,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter/dumpIrAndCheck") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DumpIrAndCheck { @Test public void testAllFilesPresentInDumpIrAndCheck() throws Exception { @@ -24038,8 +24272,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ir") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Ir { @Test public void testAllFilesPresentInIr() throws Exception { @@ -24176,8 +24411,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ir/closureConversion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ClosureConversion { @Test public void testAllFilesPresentInClosureConversion() throws Exception { @@ -24237,8 +24473,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ir/primitiveNumberComparisons") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PrimitiveNumberComparisons { @Test public void testAllFilesPresentInPrimitiveNumberComparisons() throws Exception { @@ -24274,8 +24511,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ir/privateSignatures") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PrivateSignatures { @Test public void testAllFilesPresentInPrivateSignatures() throws Exception { @@ -24299,8 +24537,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ir/serializationRegressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SerializationRegressions { @Test public void testAllFilesPresentInSerializationRegressions() throws Exception { @@ -24367,8 +24606,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaFieldAndKotlinProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaFieldAndKotlinProperty { @Test public void testAllFilesPresentInJavaFieldAndKotlinProperty() throws Exception { @@ -24380,8 +24620,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -24392,8 +24633,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForeignAnnotationsTests { @Test public void testAllFilesPresentInForeignAnnotationsTests() throws Exception { @@ -24404,8 +24646,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Tests { @Test public void testAllFilesPresentInTests() throws Exception { @@ -24418,8 +24661,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaInterop/generics") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Generics { @Test public void testAllFilesPresentInGenerics() throws Exception { @@ -24443,8 +24687,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NotNullAssertions { @Test public void testAllFilesPresentInNotNullAssertions() throws Exception { @@ -24461,8 +24706,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions/enhancedNullability") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class EnhancedNullability { @Test public void testAllFilesPresentInEnhancedNullability() throws Exception { @@ -24474,8 +24720,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions/nullCheckOnLambdaReturnValue") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NullCheckOnLambdaReturnValue { @Test public void testAllFilesPresentInNullCheckOnLambdaReturnValue() throws Exception { @@ -24488,8 +24735,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaInterop/objectMethods") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ObjectMethods { @Test public void testAllFilesPresentInObjectMethods() throws Exception { @@ -24526,8 +24774,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaVisibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaVisibility { @Test public void testAllFilesPresentInJavaVisibility() throws Exception { @@ -24538,8 +24787,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaVisibility/package") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Package { @Test public void testAllFilesPresentInPackage() throws Exception { @@ -24551,8 +24801,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaVisibility/protectedAndPackage") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ProtectedAndPackage { @Test public void testAllFilesPresentInProtectedAndPackage() throws Exception { @@ -24564,8 +24815,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/javaVisibility/protectedStatic") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ProtectedStatic { @Test public void testAllFilesPresentInProtectedStatic() throws Exception { @@ -24578,8 +24830,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jdk") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Jdk { @Test public void testAllFilesPresentInJdk() throws Exception { @@ -24615,8 +24868,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Jvm8 { @Test public void testAllFilesPresentInJvm8() throws Exception { @@ -24627,8 +24881,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Defaults { @Test public void testAllFilesPresentInDefaults() throws Exception { @@ -24639,8 +24894,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/allCompatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class AllCompatibility { @Test public void testAllFilesPresentInAllCompatibility() throws Exception { @@ -24651,8 +24907,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegationBy { @Test public void testAllFilesPresentInDelegationBy() throws Exception { @@ -24665,8 +24922,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/compatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Compatibility { @Test public void testAllFilesPresentInCompatibility() throws Exception { @@ -24678,8 +24936,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/delegationBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegationBy { @Test public void testAllFilesPresentInDelegationBy() throws Exception { @@ -24691,8 +24950,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NoDefaultImpls { @Test public void testAllFilesPresentInNoDefaultImpls() throws Exception { @@ -24703,8 +24963,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegationBy { @Test public void testAllFilesPresentInDelegationBy() throws Exception { @@ -24716,8 +24977,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/specialization") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Specialization { @Test public void testAllFilesPresentInSpecialization() throws Exception { @@ -24729,8 +24991,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/withCompatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class WithCompatibility { @Test public void testAllFilesPresentInWithCompatibility() throws Exception { @@ -24743,8 +25006,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDelegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NoDelegation { @Test public void testAllFilesPresentInNoDelegation() throws Exception { @@ -24756,8 +25020,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NonDefaultInheritance { @Test public void testAllFilesPresentInNonDefaultInheritance() throws Exception { @@ -24769,8 +25034,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/reflection") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reflection { @Test public void testAllFilesPresentInReflection() throws Exception { @@ -24783,8 +25049,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/interfaceFlag") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InterfaceFlag { @Test public void testAllFilesPresentInInterfaceFlag() throws Exception { @@ -24796,8 +25063,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvm8/javaDefaults") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaDefaults { @Test public void testAllFilesPresentInJavaDefaults() throws Exception { @@ -24810,8 +25078,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvmField") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmField { @Test public void testAllFilesPresentInJvmField() throws Exception { @@ -24823,8 +25092,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvmName") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmName { @Test public void testAllFilesPresentInJvmName() throws Exception { @@ -24835,8 +25105,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvmName/fileFacades") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FileFacades { @Test public void testAllFilesPresentInFileFacades() throws Exception { @@ -24849,8 +25120,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvmOverloads") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmOverloads { @Test public void testAllFilesPresentInJvmOverloads() throws Exception { @@ -24862,8 +25134,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvmPackageName") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmPackageName { @Test public void testAllFilesPresentInJvmPackageName() throws Exception { @@ -24875,8 +25148,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvmStatic") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmStatic { @Test public void testAllFilesPresentInJvmStatic() throws Exception { @@ -24887,8 +25161,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/jvmStatic/protectedInSuperClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ProtectedInSuperClass { @Test public void testAllFilesPresentInProtectedInSuperClass() throws Exception { @@ -24901,8 +25176,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/labels") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Labels { @Test public void testAllFilesPresentInLabels() throws Exception { @@ -24962,8 +25238,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/lazyCodegen") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LazyCodegen { @Test public void testAllFilesPresentInLazyCodegen() throws Exception { @@ -25028,8 +25305,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/lazyCodegen/optimizations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Optimizations { @Test public void testAllFilesPresentInOptimizations() throws Exception { @@ -25096,8 +25374,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/localClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LocalClasses { @Test public void testAllFilesPresentInLocalClasses() throws Exception { @@ -25349,8 +25628,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/mangling") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Mangling { @Test public void testAllFilesPresentInMangling() throws Exception { @@ -25398,8 +25678,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/mixedNamedPosition") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MixedNamedPosition { @Test public void testAllFilesPresentInMixedNamedPosition() throws Exception { @@ -25435,8 +25716,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultiDecl { @Test public void testAllFilesPresentInMultiDecl() throws Exception { @@ -25531,8 +25813,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forIterator") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForIterator { @Test public void testAllFilesPresentInForIterator() throws Exception { @@ -25573,8 +25856,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forIterator/longIterator") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LongIterator { @Test public void testAllFilesPresentInLongIterator() throws Exception { @@ -25611,8 +25895,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForRange { @Test public void testAllFilesPresentInForRange() throws Exception { @@ -25665,8 +25950,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ExplicitRangeTo { @Test public void testAllFilesPresentInExplicitRangeTo() throws Exception { @@ -25707,8 +25993,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo/int") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Int { @Test public void testAllFilesPresentInInt() throws Exception { @@ -25744,8 +26031,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo/long") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Long { @Test public void testAllFilesPresentInLong() throws Exception { @@ -25782,8 +26070,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ExplicitRangeToWithDot { @Test public void testAllFilesPresentInExplicitRangeToWithDot() throws Exception { @@ -25824,8 +26113,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot/int") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Int { @Test public void testAllFilesPresentInInt() throws Exception { @@ -25861,8 +26151,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot/long") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Long { @Test public void testAllFilesPresentInLong() throws Exception { @@ -25899,8 +26190,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/int") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Int { @Test public void testAllFilesPresentInInt() throws Exception { @@ -25936,8 +26228,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/long") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Long { @Test public void testAllFilesPresentInLong() throws Exception { @@ -25975,8 +26268,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multifileClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultifileClasses { @Test public void testAllFilesPresentInMultifileClasses() throws Exception { @@ -25987,8 +26281,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multifileClasses/optimized") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Optimized { @Test public void testAllFilesPresentInOptimized() throws Exception { @@ -26001,8 +26296,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Multiplatform { @Test public void testAllFilesPresentInMultiplatform() throws Exception { @@ -26031,8 +26327,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform/defaultArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultArguments { @Test public void testAllFilesPresentInDefaultArguments() throws Exception { @@ -26188,8 +26485,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform/exhaustiveness") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Exhaustiveness { @Test public void testAllFilesPresentInExhaustiveness() throws Exception { @@ -26201,8 +26499,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform/hmpp") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Hmpp { @Test public void testAllFilesPresentInHmpp() throws Exception { @@ -26214,8 +26513,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform/k2") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class K2 { @Test public void testAllFilesPresentInK2() throws Exception { @@ -26226,8 +26526,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Annotations { @Test public void testAllFilesPresentInAnnotations() throws Exception { @@ -26245,8 +26546,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/basic") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Basic { @Test public void testAllFilesPresentInBasic() throws Exception { @@ -26264,8 +26566,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/defaultArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultArguments { @Test public void testAllFilesPresentInDefaultArguments() throws Exception { @@ -26416,8 +26719,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/multiplatform/multiModule") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultiModule { @Test public void testAllFilesPresentInMultiModule() throws Exception { @@ -26454,8 +26758,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/nonLocalReturns") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NonLocalReturns { @Test public void testAllFilesPresentInNonLocalReturns() throws Exception { @@ -26485,8 +26790,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/notNullAssertions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NotNullAssertions { @Test public void testAllFilesPresentInNotNullAssertions() throws Exception { @@ -26498,8 +26804,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/nothingValue") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NothingValue { @Test public void testAllFilesPresentInNothingValue() throws Exception { @@ -26523,8 +26830,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/nullCheckOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NullCheckOptimization { @Test public void testAllFilesPresentInNullCheckOptimization() throws Exception { @@ -26572,8 +26880,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/objectIntrinsics") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ObjectIntrinsics { @Test public void testAllFilesPresentInObjectIntrinsics() throws Exception { @@ -26591,8 +26900,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/objects") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Objects { @Test public void testAllFilesPresentInObjects() throws Exception { @@ -27065,8 +27375,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CompanionObjectAccess { @Test public void testAllFilesPresentInCompanionObjectAccess() throws Exception { @@ -27173,8 +27484,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess/multipleCompanionsWithAccessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultipleCompanionsWithAccessors { @Test @TestMetadata("accessFromInlineLambda.kt") @@ -27258,8 +27570,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess/primitiveCompanion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PrimitiveCompanion { @Test public void testAllFilesPresentInPrimitiveCompanion() throws Exception { @@ -27315,8 +27628,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/operatorConventions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class OperatorConventions { @Test public void testAllFilesPresentInOperatorConventions() throws Exception { @@ -27477,8 +27791,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/operatorConventions/compareTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CompareTo { @Test public void testAllFilesPresentInCompareTo() throws Exception { @@ -27557,8 +27872,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/optimizations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Optimizations { @Test public void testAllFilesPresentInOptimizations() throws Exception { @@ -27576,8 +27892,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/package") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Package { @Test public void testAllFilesPresentInPackage() throws Exception { @@ -27655,8 +27972,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/parametersMetadata") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ParametersMetadata { @Test public void testAllFilesPresentInParametersMetadata() throws Exception { @@ -27668,8 +27986,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/platformTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PlatformTypes { @Test public void testAllFilesPresentInPlatformTypes() throws Exception { @@ -27680,8 +27999,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/platformTypes/primitives") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Primitives { @Test public void testAllFilesPresentInPrimitives() throws Exception { @@ -27808,8 +28128,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/polymorphicSignature") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PolymorphicSignature { @Test public void testAllFilesPresentInPolymorphicSignature() throws Exception { @@ -27821,8 +28142,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/primitiveTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PrimitiveTypes { @Test public void testAllFilesPresentInPrimitiveTypes() throws Exception { @@ -28187,8 +28509,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/primitiveTypes/equalityWithObject") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class EqualityWithObject { @Test public void testAllFilesPresentInEqualityWithObject() throws Exception { @@ -28253,8 +28576,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Generated { @Test public void testAllFilesPresentInGenerated() throws Exception { @@ -28376,8 +28700,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/private") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Private { @Test public void testAllFilesPresentInPrivate() throws Exception { @@ -28401,8 +28726,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/privateConstructors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PrivateConstructors { @Test public void testAllFilesPresentInPrivateConstructors() throws Exception { @@ -28486,8 +28812,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/properties") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Properties { @Test @TestMetadata("accessToPrivateProperty.kt") @@ -28966,8 +29293,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/properties/const") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Const { @Test public void testAllFilesPresentInConst() throws Exception { @@ -29003,8 +29331,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/properties/lateinit") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Lateinit { @Test @TestMetadata("accessor.kt") @@ -29105,8 +29434,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class IsInitializedAndDeinitialize { @Test public void testAllFilesPresentInIsInitializedAndDeinitialize() throws Exception { @@ -29172,8 +29502,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/properties/lateinit/local") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Local { @Test public void testAllFilesPresentInLocal() throws Exception { @@ -29227,8 +29558,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/properties/lateinit/topLevel") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TopLevel { @Test @TestMetadata("accessorException.kt") @@ -29272,8 +29604,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/publishedApi") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class PublishedApi { @Test public void testAllFilesPresentInPublishedApi() throws Exception { @@ -29297,8 +29630,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Ranges { @Test public void testAllFilesPresentInRanges() throws Exception { @@ -29453,8 +29787,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/contains") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Contains { @Test public void testAllFilesPresentInContains() throws Exception { @@ -29765,8 +30100,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/contains/generated") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Generated { @Test public void testAllFilesPresentInGenerated() throws Exception { @@ -29941,8 +30277,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class EvaluationOrder { @Test public void testAllFilesPresentInEvaluationOrder() throws Exception { @@ -30007,8 +30344,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Stepped { @Test public void testAllFilesPresentInStepped() throws Exception { @@ -30019,8 +30357,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInDownTo { @Test public void testAllFilesPresentInForInDownTo() throws Exception { @@ -30080,8 +30419,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInRangeLiteral { @Test public void testAllFilesPresentInForInRangeLiteral() throws Exception { @@ -30141,8 +30481,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInUntil { @Test public void testAllFilesPresentInForInUntil() throws Exception { @@ -30204,8 +30545,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/expression") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Expression { @Test public void testAllFilesPresentInExpression() throws Exception { @@ -30403,8 +30745,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/forInDownTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInDownTo { @Test public void testAllFilesPresentInForInDownTo() throws Exception { @@ -30458,8 +30801,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/forInIndices") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInIndices { @Test public void testAllFilesPresentInForInIndices() throws Exception { @@ -30615,8 +30959,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/forInProgressionWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInProgressionWithIndex { @Test public void testAllFilesPresentInForInProgressionWithIndex() throws Exception { @@ -30718,8 +31063,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/forInReversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInReversed { @Test public void testAllFilesPresentInForInReversed() throws Exception { @@ -30839,8 +31185,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/forInUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForInUntil { @Test public void testAllFilesPresentInForInUntil() throws Exception { @@ -30942,8 +31289,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/forWithPossibleOverflow") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ForWithPossibleOverflow { @Test public void testAllFilesPresentInForWithPossibleOverflow() throws Exception { @@ -31033,8 +31381,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -31045,8 +31394,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/javaInterop/withIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class WithIndex { @Test public void testAllFilesPresentInWithIndex() throws Exception { @@ -31059,8 +31409,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/literal") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Literal { @Test public void testAllFilesPresentInLiteral() throws Exception { @@ -31258,8 +31609,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/nullableLoopParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NullableLoopParameter { @Test public void testAllFilesPresentInNullableLoopParameter() throws Exception { @@ -31289,8 +31641,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Stepped { @Test public void testAllFilesPresentInStepped() throws Exception { @@ -31301,8 +31654,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Expression { @Test public void testAllFilesPresentInExpression() throws Exception { @@ -31313,8 +31667,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DownTo { @Test public void testAllFilesPresentInDownTo() throws Exception { @@ -31421,8 +31776,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -31482,8 +31838,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -31532,8 +31889,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RangeTo { @Test public void testAllFilesPresentInRangeTo() throws Exception { @@ -31640,8 +31998,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -31701,8 +32060,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -31751,8 +32111,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RangeUntil { @Test public void testAllFilesPresentInRangeUntil() throws Exception { @@ -31823,8 +32184,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -31884,8 +32246,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -31934,8 +32297,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Until { @Test public void testAllFilesPresentInUntil() throws Exception { @@ -32048,8 +32412,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32109,8 +32474,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32160,8 +32526,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Literal { @Test public void testAllFilesPresentInLiteral() throws Exception { @@ -32172,8 +32539,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DownTo { @Test public void testAllFilesPresentInDownTo() throws Exception { @@ -32280,8 +32648,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32341,8 +32710,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32391,8 +32761,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RangeTo { @Test public void testAllFilesPresentInRangeTo() throws Exception { @@ -32499,8 +32870,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32560,8 +32932,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32610,8 +32983,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RangeUntil { @Test public void testAllFilesPresentInRangeUntil() throws Exception { @@ -32682,8 +33056,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32743,8 +33118,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32793,8 +33169,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Until { @Test public void testAllFilesPresentInUntil() throws Exception { @@ -32907,8 +33284,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32968,8 +33346,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33019,8 +33398,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Unsigned { @Test public void testAllFilesPresentInUnsigned() throws Exception { @@ -33031,8 +33411,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Expression { @Test public void testAllFilesPresentInExpression() throws Exception { @@ -33043,8 +33424,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DownTo { @Test public void testAllFilesPresentInDownTo() throws Exception { @@ -33151,8 +33533,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33212,8 +33595,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33262,8 +33646,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RangeTo { @Test public void testAllFilesPresentInRangeTo() throws Exception { @@ -33370,8 +33755,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33431,8 +33817,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33481,8 +33868,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RangeUntil { @Test public void testAllFilesPresentInRangeUntil() throws Exception { @@ -33553,8 +33941,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33614,8 +34003,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33664,8 +34054,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Until { @Test public void testAllFilesPresentInUntil() throws Exception { @@ -33778,8 +34169,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33839,8 +34231,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33890,8 +34283,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Literal { @Test public void testAllFilesPresentInLiteral() throws Exception { @@ -33902,8 +34296,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DownTo { @Test public void testAllFilesPresentInDownTo() throws Exception { @@ -34010,8 +34405,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -34071,8 +34467,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34121,8 +34518,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RangeTo { @Test public void testAllFilesPresentInRangeTo() throws Exception { @@ -34229,8 +34627,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -34290,8 +34689,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34340,8 +34740,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RangeUntil { @Test public void testAllFilesPresentInRangeUntil() throws Exception { @@ -34412,8 +34813,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -34473,8 +34875,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34523,8 +34926,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Until { @Test public void testAllFilesPresentInUntil() throws Exception { @@ -34637,8 +35041,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -34698,8 +35103,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34751,8 +35157,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/unsigned") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Unsigned { @Test public void testAllFilesPresentInUnsigned() throws Exception { @@ -34799,8 +35206,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/expression") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Expression { @Test public void testAllFilesPresentInExpression() throws Exception { @@ -34998,8 +35406,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/literal") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Literal { @Test public void testAllFilesPresentInLiteral() throws Exception { @@ -35197,8 +35606,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NullableLoopParameter { @Test public void testAllFilesPresentInNullableLoopParameter() throws Exception { @@ -35230,8 +35640,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/recursiveRawTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class RecursiveRawTypes { @Test public void testAllFilesPresentInRecursiveRawTypes() throws Exception { @@ -35243,8 +35654,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reflection { @Test public void testAllFilesPresentInReflection() throws Exception { @@ -35255,8 +35667,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/annotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Annotations { @Test public void testAllFilesPresentInAnnotations() throws Exception { @@ -35339,8 +35752,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/annotations/onTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class OnTypes { @Test public void testAllFilesPresentInOnTypes() throws Exception { @@ -35352,8 +35766,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/annotations/repeatable") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Repeatable { @Test public void testAllFilesPresentInRepeatable() throws Exception { @@ -35366,8 +35781,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/builtins") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Builtins { @Test public void testAllFilesPresentInBuiltins() throws Exception { @@ -35391,8 +35807,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/call") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Call { @Test public void testAllFilesPresentInCall() throws Exception { @@ -35475,8 +35892,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/call/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Bound { @Test public void testAllFilesPresentInBound() throws Exception { @@ -35536,8 +35954,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -35566,8 +35985,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/nonNullObject") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NonNullObject { @Test public void testAllFilesPresentInNonNullObject() throws Exception { @@ -35579,8 +35999,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/nullableObject") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NullableObject { @Test public void testAllFilesPresentInNullableObject() throws Exception { @@ -35592,8 +36013,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/primitive") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Primitive { @Test public void testAllFilesPresentInPrimitive() throws Exception { @@ -35606,8 +36028,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/call/valueClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ValueClasses { @Test public void testAllFilesPresentInValueClasses() throws Exception { @@ -35620,8 +36043,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/callBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CallBy { @Test public void testAllFilesPresentInCallBy() throws Exception { @@ -35765,8 +36189,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/classLiterals") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ClassLiterals { @Test public void testAllFilesPresentInClassLiterals() throws Exception { @@ -35808,8 +36233,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/classes") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Classes { @Test public void testAllFilesPresentInClasses() throws Exception { @@ -35851,8 +36277,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/constructors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Constructors { @Test public void testAllFilesPresentInConstructors() throws Exception { @@ -35894,8 +36321,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/createAnnotation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CreateAnnotation { @Test public void testAllFilesPresentInCreateAnnotation() throws Exception { @@ -35955,8 +36383,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/enclosing") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Enclosing { @Test public void testAllFilesPresentInEnclosing() throws Exception { @@ -35968,8 +36397,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/functions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Functions { @Test public void testAllFilesPresentInFunctions() throws Exception { @@ -36005,8 +36435,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/genericSignature") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class GenericSignature { @Test public void testAllFilesPresentInGenericSignature() throws Exception { @@ -36024,8 +36455,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/isInstance") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class IsInstance { @Test public void testAllFilesPresentInIsInstance() throws Exception { @@ -36037,8 +36469,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/kClassInAnnotation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class KClassInAnnotation { @Test public void testAllFilesPresentInKClassInAnnotation() throws Exception { @@ -36062,8 +36495,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/lambdaClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LambdaClasses { @Test public void testAllFilesPresentInLambdaClasses() throws Exception { @@ -36075,8 +36509,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/mapping") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Mapping { @Test public void testAllFilesPresentInMapping() throws Exception { @@ -36087,8 +36522,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/mapping/fakeOverrides") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FakeOverrides { @Test public void testAllFilesPresentInFakeOverrides() throws Exception { @@ -36100,8 +36536,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/mapping/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -36113,8 +36550,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/mapping/jvmStatic") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmStatic { @Test public void testAllFilesPresentInJvmStatic() throws Exception { @@ -36126,8 +36564,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/mapping/types") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Types { @Test public void testAllFilesPresentInTypes() throws Exception { @@ -36139,8 +36578,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/mapping/valueClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ValueClasses { @Test public void testAllFilesPresentInValueClasses() throws Exception { @@ -36153,8 +36593,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/methodsFromAny") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MethodsFromAny { @Test public void testAllFilesPresentInMethodsFromAny() throws Exception { @@ -36280,8 +36721,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/modifiers") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Modifiers { @Test public void testAllFilesPresentInModifiers() throws Exception { @@ -36335,8 +36777,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/multifileClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultifileClasses { @Test public void testAllFilesPresentInMultifileClasses() throws Exception { @@ -36348,8 +36791,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/noReflectAtRuntime") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NoReflectAtRuntime { @Test public void testAllFilesPresentInNoReflectAtRuntime() throws Exception { @@ -36378,8 +36822,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MethodsFromAny { @Test public void testAllFilesPresentInMethodsFromAny() throws Exception { @@ -36404,8 +36849,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/parameters") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Parameters { @Test public void testAllFilesPresentInParameters() throws Exception { @@ -36471,8 +36917,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/properties") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Properties { @Test public void testAllFilesPresentInProperties() throws Exception { @@ -36555,8 +37002,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Accessors { @Test @TestMetadata("accessorNames.kt") @@ -36598,8 +37046,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/properties/getDelegate") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class GetDelegate { @Test public void testAllFilesPresentInGetDelegate() throws Exception { @@ -36610,8 +37059,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/properties/getDelegate/method") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Method { @Test public void testAllFilesPresentInMethod() throws Exception { @@ -36624,8 +37074,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/properties/jvmField") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmField { @Test public void testAllFilesPresentInJvmField() throws Exception { @@ -36637,8 +37088,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/properties/localDelegated") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LocalDelegated { @Test public void testAllFilesPresentInLocalDelegated() throws Exception { @@ -36651,8 +37103,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/supertypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Supertypes { @Test public void testAllFilesPresentInSupertypes() throws Exception { @@ -36682,8 +37135,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/typeOf") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TypeOf { @Test public void testAllFilesPresentInTypeOf() throws Exception { @@ -36742,8 +37196,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/js") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Js { @Test public void testAllFilesPresentInJs() throws Exception { @@ -36755,8 +37210,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/noReflect") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NoReflect { @Test public void testAllFilesPresentInNoReflect() throws Exception { @@ -36773,8 +37229,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NonReifiedTypeParameters { @Test public void testAllFilesPresentInNonReifiedTypeParameters() throws Exception { @@ -36787,8 +37244,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/nonReifiedTypeParameters") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NonReifiedTypeParameters { @Test public void testAllFilesPresentInNonReifiedTypeParameters() throws Exception { @@ -36867,8 +37325,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/typeParameters") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TypeParameters { @Test public void testAllFilesPresentInTypeParameters() throws Exception { @@ -36898,8 +37357,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/types") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Types { @Test public void testAllFilesPresentInTypes() throws Exception { @@ -36940,8 +37400,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/types/createType") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CreateType { @Test public void testAllFilesPresentInCreateType() throws Exception { @@ -36983,8 +37444,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reflection/types/subtyping") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Subtyping { @Test public void testAllFilesPresentInSubtyping() throws Exception { @@ -37016,8 +37478,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/regressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Regressions { @Test public void testAllFilesPresentInRegressions() throws Exception { @@ -37443,8 +37906,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reified") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reified { @Test public void testAllFilesPresentInReified() throws Exception { @@ -37581,8 +38045,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/reified/arraysReification") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ArraysReification { @Test public void testAllFilesPresentInArraysReification() throws Exception { @@ -37619,8 +38084,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/safeCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SafeCall { @Test public void testAllFilesPresentInSafeCall() throws Exception { @@ -37734,8 +38200,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sam") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Sam { @Test public void testAllFilesPresentInSam() throws Exception { @@ -37764,8 +38231,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sam/adapters") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Adapters { @Test public void testAllFilesPresentInAdapters() throws Exception { @@ -37776,8 +38244,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sam/adapters/operators") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Operators { @Test public void testAllFilesPresentInOperators() throws Exception { @@ -37790,8 +38259,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sam/approximation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Approximation { @Test public void testAllFilesPresentInApproximation() throws Exception { @@ -37827,8 +38297,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sam/constructors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Constructors { @Test public void testAllFilesPresentInConstructors() throws Exception { @@ -37858,8 +38329,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sam/equality") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Equality { @Test public void testAllFilesPresentInEquality() throws Exception { @@ -37871,8 +38343,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sam/javaSamWithEqualsHashCode") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JavaSamWithEqualsHashCode { @Test public void testAllFilesPresentInJavaSamWithEqualsHashCode() throws Exception { @@ -37885,8 +38358,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sameFileInSourceAndDependencies") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SameFileInSourceAndDependencies { @Test public void testAllFilesPresentInSameFileInSourceAndDependencies() throws Exception { @@ -37952,8 +38426,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/script") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Script { @Test public void testAllFilesPresentInScript() throws Exception { @@ -37965,8 +38440,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/sealed") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Sealed { @Test public void testAllFilesPresentInSealed() throws Exception { @@ -38014,8 +38490,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/secondaryConstructors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SecondaryConstructors { @Test @TestMetadata("accessToCompanion.kt") @@ -38213,8 +38690,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/smap") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Smap { @Test public void testAllFilesPresentInSmap() throws Exception { @@ -38226,8 +38704,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/smartCasts") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SmartCasts { @Test public void testAllFilesPresentInSmartCasts() throws Exception { @@ -38389,8 +38868,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/specialBuiltins") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SpecialBuiltins { @Test public void testAllFilesPresentInSpecialBuiltins() throws Exception { @@ -38546,8 +39026,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/statics") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Statics { @Test public void testAllFilesPresentInStatics() throws Exception { @@ -38619,8 +39100,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/storeStackBeforeInline") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class StoreStackBeforeInline { @Test public void testAllFilesPresentInStoreStackBeforeInline() throws Exception { @@ -38662,8 +39144,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/strings") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Strings { @Test public void testAllFilesPresentInStrings() throws Exception { @@ -38891,8 +39374,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/super") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Super { @Test public void testAllFilesPresentInSuper() throws Exception { @@ -39083,8 +39567,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/super/superConstructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SuperConstructor { @Test public void testAllFilesPresentInSuperConstructor() throws Exception { @@ -39139,8 +39624,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/suspendConversion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SuspendConversion { @Test public void testAllFilesPresentInSuspendConversion() throws Exception { @@ -39224,8 +39710,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/synchronized") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Synchronized { @Test public void testAllFilesPresentInSynchronized() throws Exception { @@ -39237,8 +39724,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/syntheticAccessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SyntheticAccessors { @Test @TestMetadata("accessorForAbstractProtected.kt") @@ -39363,8 +39851,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ProtectedJavaFieldAccessor { @Test public void testAllFilesPresentInProtectedJavaFieldAccessor() throws Exception { @@ -39376,8 +39865,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ProtectedMemberReferenceAccessor { @Test public void testAllFilesPresentInProtectedMemberReferenceAccessor() throws Exception { @@ -39414,8 +39904,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/syntheticExtensions") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SyntheticExtensions { @Test public void testAllFilesPresentInSyntheticExtensions() throws Exception { @@ -39427,8 +39918,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/throws") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Throws { @Test public void testAllFilesPresentInThrows() throws Exception { @@ -39440,8 +39932,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/toArray") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ToArray { @Test public void testAllFilesPresentInToArray() throws Exception { @@ -39471,8 +39964,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/topLevelInitializtion") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TopLevelInitializtion { @Test public void testAllFilesPresentInTopLevelInitializtion() throws Exception { @@ -39514,8 +40008,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/topLevelPrivate") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TopLevelPrivate { @Test public void testAllFilesPresentInTopLevelPrivate() throws Exception { @@ -39539,8 +40034,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/trailingComma") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TrailingComma { @Test public void testAllFilesPresentInTrailingComma() throws Exception { @@ -39558,8 +40054,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/traits") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Traits { @Test @TestMetadata("abstractClassWithFakeOverride.kt") @@ -39775,8 +40272,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/typeInfo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TypeInfo { @Test public void testAllFilesPresentInTypeInfo() throws Exception { @@ -39824,8 +40322,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/typeMapping") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TypeMapping { @Test public void testAllFilesPresentInTypeMapping() throws Exception { @@ -39879,8 +40378,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/typealias") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Typealias { @Test public void testAllFilesPresentInTypealias() throws Exception { @@ -40036,8 +40536,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/unaryOp") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class UnaryOp { @Test public void testAllFilesPresentInUnaryOp() throws Exception { @@ -40085,8 +40586,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/underscoredTypeArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class UnderscoredTypeArguments { @Test public void testAllFilesPresentInUnderscoredTypeArguments() throws Exception { @@ -40122,8 +40624,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/unit") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Unit { @Test public void testAllFilesPresentInUnit() throws Exception { @@ -40219,8 +40722,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/unsignedTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class UnsignedTypes { @Test public void testAllFilesPresentInUnsignedTypes() throws Exception { @@ -40489,8 +40993,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Jvm8Intrinsics { @Test public void testAllFilesPresentInJvm8Intrinsics() throws Exception { @@ -40503,8 +41008,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/valueClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ValueClasses { @Test public void testAllFilesPresentInValueClasses() throws Exception { @@ -40516,8 +41022,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/vararg") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Vararg { @Test public void testAllFilesPresentInVararg() throws Exception { @@ -40625,8 +41132,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/volatile") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Volatile { @Test public void testAllFilesPresentInVolatile() throws Exception { @@ -40716,8 +41224,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/when") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class When { @Test public void testAllFilesPresentInWhen() throws Exception { @@ -40992,8 +41501,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/when/enumOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class EnumOptimization { @Test public void testAllFilesPresentInEnumOptimization() throws Exception { @@ -41131,8 +41641,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/when/stringOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class StringOptimization { @Test public void testAllFilesPresentInStringOptimization() throws Exception { @@ -41198,8 +41709,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/box/when/whenSubjectVariable") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class WhenSubjectVariable { @Test public void testAllFilesPresentInWhenSubjectVariable() throws Exception { @@ -41321,8 +41833,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BoxInline { @Test public void testAllFilesPresentInBoxInline() throws Exception { @@ -41333,8 +41846,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/annotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Annotations { @Test public void testAllFilesPresentInAnnotations() throws Exception { @@ -41358,8 +41872,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class AnonymousObject { @Test public void testAllFilesPresentInAnonymousObject() throws Exception { @@ -41760,8 +42275,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/enumEntries") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class EnumEntries { @Test public void testAllFilesPresentInEnumEntries() throws Exception { @@ -41773,8 +42289,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/enumWhen") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class EnumWhen { @Test public void testAllFilesPresentInEnumWhen() throws Exception { @@ -41810,8 +42327,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/properRecapturing") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ProperRecapturing { @Test public void testAllFilesPresentInProperRecapturing() throws Exception { @@ -41859,8 +42377,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/properRecapturingInClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ProperRecapturingInClass { @Test public void testAllFilesPresentInProperRecapturingInClass() throws Exception { @@ -41944,8 +42463,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/sam") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Sam { @Test public void testAllFilesPresentInSam() throws Exception { @@ -41957,8 +42477,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/twoCapturedReceivers") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TwoCapturedReceivers { @Test public void testAllFilesPresentInTwoCapturedReceivers() throws Exception { @@ -42013,8 +42534,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/argumentOrder") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ArgumentOrder { @Test public void testAllFilesPresentInArgumentOrder() throws Exception { @@ -42110,8 +42632,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/arrayConvention") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ArrayConvention { @Test public void testAllFilesPresentInArrayConvention() throws Exception { @@ -42159,8 +42682,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/assert") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Assert { @Test public void testAllFilesPresentInAssert() throws Exception { @@ -42172,8 +42696,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/builders") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Builders { @Test public void testAllFilesPresentInBuilders() throws Exception { @@ -42185,8 +42710,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/bytecodePreprocessing") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class BytecodePreprocessing { @Test public void testAllFilesPresentInBytecodePreprocessing() throws Exception { @@ -42198,8 +42724,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/callableReference") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CallableReference { @Test @TestMetadata("adapted.kt") @@ -42306,8 +42833,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/callableReference/adaptedReferences") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class AdaptedReferences { @Test public void testAllFilesPresentInAdaptedReferences() throws Exception { @@ -42355,8 +42883,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Bound { @Test public void testAllFilesPresentInBound() throws Exception { @@ -42525,8 +43054,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/capture") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Capture { @Test public void testAllFilesPresentInCapture() throws Exception { @@ -42604,8 +43134,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/complex") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Complex { @Test public void testAllFilesPresentInComplex() throws Exception { @@ -42653,8 +43184,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/complexStack") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ComplexStack { @Test public void testAllFilesPresentInComplexStack() throws Exception { @@ -42720,8 +43252,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/contracts") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Contracts { @Test public void testAllFilesPresentInContracts() throws Exception { @@ -42823,8 +43356,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/defaultValues") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultValues { @Test @TestMetadata("33Parameters.kt") @@ -42955,8 +43489,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LambdaInlining { @Test public void testAllFilesPresentInLambdaInlining() throws Exception { @@ -43165,8 +43700,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CallableReferences { @Test public void testAllFilesPresentInCallableReferences() throws Exception { @@ -43347,8 +43883,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/maskElimination") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MaskElimination { @Test @TestMetadata("32Parameters.kt") @@ -43403,8 +43940,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/delegatedProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DelegatedProperty { @Test public void testAllFilesPresentInDelegatedProperty() throws Exception { @@ -43452,8 +43990,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/enclosingInfo") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class EnclosingInfo { @Test public void testAllFilesPresentInEnclosingInfo() throws Exception { @@ -43465,8 +44004,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/enum") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Enum { @Test public void testAllFilesPresentInEnum() throws Exception { @@ -43556,8 +44096,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/functionExpression") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunctionExpression { @Test public void testAllFilesPresentInFunctionExpression() throws Exception { @@ -43575,8 +44116,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/inlineArgsInplace") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineArgsInplace { @Test public void testAllFilesPresentInInlineArgsInplace() throws Exception { @@ -43594,8 +44136,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -43648,8 +44191,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class UnboxGenericParameter { @Test public void testAllFilesPresentInUnboxGenericParameter() throws Exception { @@ -43660,8 +44204,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class FunInterface { @Test public void testAllFilesPresentInFunInterface() throws Exception { @@ -43709,8 +44254,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/lambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Lambda { @Test public void testAllFilesPresentInLambda() throws Exception { @@ -43758,8 +44304,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/objectLiteral") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ObjectLiteral { @Test public void testAllFilesPresentInObjectLiteral() throws Exception { @@ -43809,8 +44356,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/innerClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InnerClasses { @Test public void testAllFilesPresentInInnerClasses() throws Exception { @@ -43870,8 +44418,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Invokedynamic { @Test public void testAllFilesPresentInInvokedynamic() throws Exception { @@ -43882,8 +44431,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic/lambdas") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Lambdas { @Test public void testAllFilesPresentInLambdas() throws Exception { @@ -43895,8 +44445,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic/sam") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Sam { @Test public void testAllFilesPresentInSam() throws Exception { @@ -43909,8 +44460,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/jvmName") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmName { @Test public void testAllFilesPresentInJvmName() throws Exception { @@ -43922,8 +44474,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/jvmPackageName") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class JvmPackageName { @Test public void testAllFilesPresentInJvmPackageName() throws Exception { @@ -43935,8 +44488,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/lambdaClassClash") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LambdaClassClash { @Test public void testAllFilesPresentInLambdaClassClash() throws Exception { @@ -43960,8 +44514,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/lambdaTransformation") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LambdaTransformation { @Test public void testAllFilesPresentInLambdaTransformation() throws Exception { @@ -44003,8 +44558,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/localFunInLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class LocalFunInLambda { @Test public void testAllFilesPresentInLocalFunInLambda() throws Exception { @@ -44040,8 +44596,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/multiModule") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultiModule { @Test public void testAllFilesPresentInMultiModule() throws Exception { @@ -44059,8 +44616,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/multifileClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class MultifileClasses { @Test public void testAllFilesPresentInMultifileClasses() throws Exception { @@ -44072,8 +44630,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/multiplatform") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Multiplatform { @Test public void testAllFilesPresentInMultiplatform() throws Exception { @@ -44084,8 +44643,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/multiplatform/defaultArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultArguments { @Test public void testAllFilesPresentInDefaultArguments() throws Exception { @@ -44104,8 +44664,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/noInline") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NoInline { @Test public void testAllFilesPresentInNoInline() throws Exception { @@ -44159,8 +44720,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class NonLocalReturns { @Test public void testAllFilesPresentInNonLocalReturns() throws Exception { @@ -44309,8 +44871,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/deparenthesize") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Deparenthesize { @Test public void testAllFilesPresentInDeparenthesize() throws Exception { @@ -44334,8 +44897,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TryFinally { @Test public void testAllFilesPresentInTryFinally() throws Exception { @@ -44424,8 +44988,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CallSite { @Test public void testAllFilesPresentInCallSite() throws Exception { @@ -44473,8 +45038,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/chained") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Chained { @Test public void testAllFilesPresentInChained() throws Exception { @@ -44534,8 +45100,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/declSite") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DeclSite { @Test public void testAllFilesPresentInDeclSite() throws Exception { @@ -44619,8 +45186,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class ExceptionTable { @Test public void testAllFilesPresentInExceptionTable() throws Exception { @@ -44752,8 +45320,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/variables") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Variables { @Test public void testAllFilesPresentInVariables() throws Exception { @@ -44773,8 +45342,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/optimizations") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Optimizations { @Test public void testAllFilesPresentInOptimizations() throws Exception { @@ -44792,8 +45362,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/private") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Private { @Test @TestMetadata("accessorForConst.kt") @@ -44877,8 +45448,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/property") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Property { @Test public void testAllFilesPresentInProperty() throws Exception { @@ -44974,8 +45546,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/reified") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Reified { @Test public void testAllFilesPresentInReified() throws Exception { @@ -45112,8 +45685,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/reified/checkCast") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CheckCast { @Test public void testAllFilesPresentInCheckCast() throws Exception { @@ -45179,8 +45753,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/reified/defaultLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultLambda { @Test public void testAllFilesPresentInDefaultLambda() throws Exception { @@ -45192,8 +45767,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/reified/isCheck") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class IsCheck { @Test public void testAllFilesPresentInIsCheck() throws Exception { @@ -45224,8 +45800,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/signature") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Signature { @Test public void testAllFilesPresentInSignature() throws Exception { @@ -45237,8 +45814,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/signatureMangling") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SignatureMangling { @Test public void testAllFilesPresentInSignatureMangling() throws Exception { @@ -45250,8 +45828,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/simple") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Simple { @Test public void testAllFilesPresentInSimple() throws Exception { @@ -45401,8 +45980,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/smap") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Smap { @Test public void testAllFilesPresentInSmap() throws Exception { @@ -45539,8 +46119,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Anonymous { @Test public void testAllFilesPresentInAnonymous() throws Exception { @@ -45612,8 +46193,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/smap/defaultLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultLambda { @Test public void testAllFilesPresentInDefaultLambda() throws Exception { @@ -45679,8 +46261,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/smap/inlineOnly") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineOnly { @Test public void testAllFilesPresentInInlineOnly() throws Exception { @@ -45716,8 +46299,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/smap/newsmap") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Newsmap { @Test public void testAllFilesPresentInNewsmap() throws Exception { @@ -45753,8 +46337,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/smap/resolve") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Resolve { @Test public void testAllFilesPresentInResolve() throws Exception { @@ -45779,8 +46364,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/special") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Special { @Test public void testAllFilesPresentInSpecial() throws Exception { @@ -45846,8 +46432,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/stackOnReturn") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class StackOnReturn { @Test public void testAllFilesPresentInStackOnReturn() throws Exception { @@ -45955,8 +46542,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/suspend") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Suspend { @Test public void testAllFilesPresentInSuspend() throws Exception { @@ -46111,8 +46699,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/suspend/callableReference") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class CallableReference { @Test public void testAllFilesPresentInCallableReference() throws Exception { @@ -46154,8 +46743,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/suspend/defaultParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class DefaultParameter { @Test public void testAllFilesPresentInDefaultParameter() throws Exception { @@ -46203,8 +46793,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/suspend/inlineClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineClass { @Test public void testAllFilesPresentInInlineClass() throws Exception { @@ -46240,8 +46831,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class InlineUsedAsNoinline { @Test public void testAllFilesPresentInInlineUsedAsNoinline() throws Exception { @@ -46265,8 +46857,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/suspend/receiver") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Receiver { @Test public void testAllFilesPresentInReceiver() throws Exception { @@ -46326,8 +46919,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/suspend/stateMachine") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class StateMachine { @Test public void testAllFilesPresentInStateMachine() throws Exception { @@ -46478,8 +47072,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/syntheticAccessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class SyntheticAccessors { @Test public void testAllFilesPresentInSyntheticAccessors() throws Exception { @@ -46538,8 +47133,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class WithinInlineLambda { @Test public void testAllFilesPresentInWithinInlineLambda() throws Exception { @@ -46606,8 +47202,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/trait") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Trait { @Test public void testAllFilesPresentInTrait() throws Exception { @@ -46625,8 +47222,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/tryCatchFinally") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class TryCatchFinally { @Test public void testAllFilesPresentInTryCatchFinally() throws Exception { @@ -46662,8 +47260,9 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes @TestMetadata("compiler/testData/codegen/boxInline/varargs") @TestDataPath("$PROJECT_ROOT") @Tag("codegenK2") + @Tag("firCodegen") @UseExtTestCaseGroupProvider() - @K2Pipeline() + @FirPipeline() public class Varargs { @Test public void testAllFilesPresentInVarargs() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeK2LibContentsTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeKLibContentsTestGenerated.java similarity index 95% rename from native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeK2LibContentsTestGenerated.java rename to native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeKLibContentsTestGenerated.java index d651f21cc59..747192c25da 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeK2LibContentsTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeKLibContentsTestGenerated.java @@ -8,7 +8,7 @@ package org.jetbrains.kotlin.konan.blackboxtest; import com.intellij.testFramework.TestDataPath; import org.jetbrains.kotlin.test.util.KtTestUtil; import org.junit.jupiter.api.Tag; -import org.jetbrains.kotlin.konan.blackboxtest.support.group.K2Pipeline; +import org.jetbrains.kotlin.konan.blackboxtest.support.group.FirPipeline; import org.jetbrains.kotlin.test.TestMetadata; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; @@ -21,8 +21,9 @@ import java.util.regex.Pattern; @TestMetadata("native/native.tests/testData/klibContents") @TestDataPath("$PROJECT_ROOT") @Tag("k2libContents") -@K2Pipeline() -public class NativeK2LibContentsTestGenerated extends AbstractNativeKlibContentsTest { +@Tag("firKlibContents") +@FirPipeline() +public class FirNativeKLibContentsTestGenerated extends AbstractNativeKlibContentsTest { @Test public void testAllFilesPresentInKlibContents() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("native/native.tests/testData/klibContents"), Pattern.compile("^([^_](.+)).kt$"), null, true); @@ -62,7 +63,8 @@ public class NativeK2LibContentsTestGenerated extends AbstractNativeKlibContents @TestMetadata("native/native.tests/testData/klibContents/builtinsSerializer") @TestDataPath("$PROJECT_ROOT") @Tag("k2libContents") - @K2Pipeline() + @Tag("firKlibContents") + @FirPipeline() public class BuiltinsSerializer { @Test public void testAllFilesPresentInBuiltinsSerializer() throws Exception { @@ -127,7 +129,8 @@ public class NativeK2LibContentsTestGenerated extends AbstractNativeKlibContents @TestMetadata("native/native.tests/testData/klibContents/builtinsSerializer/annotationArguments") @TestDataPath("$PROJECT_ROOT") @Tag("k2libContents") - @K2Pipeline() + @Tag("firKlibContents") + @FirPipeline() public class AnnotationArguments { @Test public void testAllFilesPresentInAnnotationArguments() throws Exception { @@ -176,7 +179,8 @@ public class NativeK2LibContentsTestGenerated extends AbstractNativeKlibContents @TestMetadata("native/native.tests/testData/klibContents/klib") @TestDataPath("$PROJECT_ROOT") @Tag("k2libContents") - @K2Pipeline() + @Tag("firKlibContents") + @FirPipeline() public class Klib { @Test public void testAllFilesPresentInKlib() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/InfrastructureTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1InfrastructureTestGenerated.java similarity index 98% rename from native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/InfrastructureTestGenerated.java rename to native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1InfrastructureTestGenerated.java index 884332cd15f..a73a9fe5c38 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/InfrastructureTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1InfrastructureTestGenerated.java @@ -18,11 +18,12 @@ import java.util.regex.Pattern; /** This class is generated by {@link org.jetbrains.kotlin.generators.tests.GenerateNativeTestsKt}. DO NOT MODIFY MANUALLY */ @SuppressWarnings("all") -public class InfrastructureTestGenerated extends AbstractNativeBlackBoxTest { +public class K1InfrastructureTestGenerated extends AbstractNativeBlackBoxTest { @Nested @TestMetadata("native/native.tests/testData/samples") @TestDataPath("$PROJECT_ROOT") @Tag("infrastructure") + @Tag("k1Infrastructure") @UseStandardTestCaseGroupProvider() public class Samples { @Test @@ -244,6 +245,7 @@ public class InfrastructureTestGenerated extends AbstractNativeBlackBoxTest { @TestMetadata("native/native.tests/testData/samples/inner") @TestDataPath("$PROJECT_ROOT") @Tag("infrastructure") + @Tag("k1Infrastructure") @UseStandardTestCaseGroupProvider() public class Inner { @Test @@ -263,6 +265,7 @@ public class InfrastructureTestGenerated extends AbstractNativeBlackBoxTest { @TestMetadata("native/native.tests/testData/samples2") @TestDataPath("$PROJECT_ROOT") @Tag("infrastructure") + @Tag("k1Infrastructure") @UseStandardTestCaseGroupProvider() public class Samples2 { @Test diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/KlibBinaryCompatibilityTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1KlibBinaryCompatibilityTestGenerated.java similarity index 98% rename from native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/KlibBinaryCompatibilityTestGenerated.java rename to native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1KlibBinaryCompatibilityTestGenerated.java index 08108dcbf99..cb722ccdf90 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/KlibBinaryCompatibilityTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1KlibBinaryCompatibilityTestGenerated.java @@ -7,6 +7,7 @@ package org.jetbrains.kotlin.konan.blackboxtest; import com.intellij.testFramework.TestDataPath; import org.jetbrains.kotlin.test.util.KtTestUtil; +import org.junit.jupiter.api.Tag; import org.jetbrains.kotlin.test.TestMetadata; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; @@ -18,7 +19,8 @@ import java.util.regex.Pattern; @SuppressWarnings("all") @TestMetadata("compiler/testData/binaryCompatibility/klibEvolution") @TestDataPath("$PROJECT_ROOT") -public class KlibBinaryCompatibilityTestGenerated extends AbstractNativeKlibBinaryCompatibilityTest { +@Tag("k1KlibCompatibility") +public class K1KlibBinaryCompatibilityTestGenerated extends AbstractNativeKlibBinaryCompatibilityTest { @Test @TestMetadata("addAbstractMemberBody.kt") public void testAddAbstractMemberBody() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1NativeCodegenBoxTestGenerated.java similarity index 99% rename from native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java rename to native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1NativeCodegenBoxTestGenerated.java index b9c790a5eac..c2ef8fc6425 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1NativeCodegenBoxTestGenerated.java @@ -20,11 +20,12 @@ import java.util.regex.Pattern; /** This class is generated by {@link org.jetbrains.kotlin.generators.tests.GenerateNativeTestsKt}. DO NOT MODIFY MANUALLY */ @SuppressWarnings("all") -public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest { +public class K1NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest { @Nested @TestMetadata("compiler/testData/codegen/box") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Box { @Test @@ -36,6 +37,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Annotations { @Test @@ -77,6 +79,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/annotatedLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class AnnotatedLambda { @Test @@ -89,6 +92,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/instances") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Instances { @Test @@ -167,6 +171,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/kClassMapping") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class KClassMapping { @Test @@ -179,6 +184,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/repeatable") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Repeatable { @Test @@ -191,6 +197,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/typeAnnotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TypeAnnotations { @Test @@ -210,6 +217,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/argumentOrder") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ArgumentOrder { @Test @@ -318,6 +326,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Arrays { @Test @@ -719,6 +728,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/arraysOfInlineClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ArraysOfInlineClass { @Test @@ -749,6 +759,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/forInReversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInReversed { @Test @@ -785,6 +796,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/forInUnsignedArray") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInUnsignedArray { @Test @@ -845,6 +857,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultiDecl { @Test @@ -904,6 +917,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl/int") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Int { @Test @@ -940,6 +954,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl/long") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Long { @Test @@ -978,6 +993,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/assert") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Assert { @Test @@ -1001,6 +1017,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/assert/jvm") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Jvm { @Test @@ -1014,6 +1031,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/binaryOp") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BinaryOp { @Test @@ -1182,6 +1200,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/boxingOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BoxingOptimization { @Test @@ -1428,6 +1447,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/bridges") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Bridges { @Test @@ -1787,6 +1807,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/bridges/substitutionInSuperClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SubstitutionInSuperClass { @Test @@ -1866,6 +1887,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BuiltinStubMethods { @Test @@ -1883,6 +1905,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/bridgesForStubs") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BridgesForStubs { @Test @@ -1895,6 +1918,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/extendJavaClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ExtendJavaClasses { @Test @@ -1937,6 +1961,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MapGetOrDefault { @Test @@ -1949,6 +1974,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/mapRemove") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MapRemove { @Test @@ -1962,6 +1988,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CallableReference { @Test @@ -2129,6 +2156,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/adaptedReferences") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class AdaptedReferences { @Test @@ -2302,6 +2330,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SuspendConversion { @Test @@ -2411,6 +2440,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Bound { @Test @@ -2590,6 +2620,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/bound/equals") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Equals { @Test @@ -2621,6 +2652,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/equality") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Equality { @Test @@ -2711,6 +2743,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/funInterfaceConstructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunInterfaceConstructor { @Test @@ -2753,6 +2786,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/function") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Function { @Test @@ -3100,6 +3134,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/function/local") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Local { @Test @@ -3233,6 +3268,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/property") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Property { @Test @@ -3431,6 +3467,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/serializability") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Serializability { @Test @@ -3450,6 +3487,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Casts { @Test @@ -3641,6 +3679,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/functions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Functions { @Test @@ -3725,6 +3764,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaInterop { @Test @@ -3737,6 +3777,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/literalExpressionAsGenericArgument") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LiteralExpressionAsGenericArgument { @Test @@ -3785,6 +3826,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/mutableCollections") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MutableCollections { @Test @@ -3839,6 +3881,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/nativeCCEMessage") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NativeCCEMessage { @Test @@ -3876,6 +3919,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/checkcastOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CheckcastOptimization { @Test @@ -3912,6 +3956,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classLiteral") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ClassLiteral { @Test @@ -3941,6 +3986,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classLiteral/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Bound { @Test @@ -3977,6 +4023,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classLiteral/java") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Java { @Test @@ -3996,6 +4043,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classes") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Classes { @Test @@ -4679,6 +4727,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classes/inner") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Inner { @Test @@ -4734,6 +4783,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Closures { @Test @@ -5021,6 +5071,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures/captureInSuperConstructorCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CaptureInSuperConstructorCall { @Test @@ -5225,6 +5276,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures/captureOuterProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CaptureOuterProperty { @Test @@ -5285,6 +5337,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures/capturedVarsOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CapturedVarsOptimization { @Test @@ -5375,6 +5428,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures/closureInsideClosure") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ClosureInsideClosure { @Test @@ -5424,6 +5478,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/collectionLiterals") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CollectionLiterals { @Test @@ -5436,6 +5491,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/collections") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Collections { @Test @@ -5484,6 +5540,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/companion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Companion { @Test @@ -5514,6 +5571,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Compatibility { @Test @@ -5532,6 +5590,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CompileKotlinAgainstKotlin { @Test @@ -5789,6 +5848,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Fir { @Test @@ -5801,6 +5861,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClasses { @Test @@ -5908,6 +5969,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class OldMangling { @Test @@ -5927,6 +5989,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Jvm8 { @Test @@ -5938,6 +6001,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Defaults { @Test @@ -5985,6 +6049,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class AllCompatibility { @Test @@ -6038,6 +6103,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegationBy { @Test @@ -6051,6 +6117,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Interop { @Test @@ -6117,6 +6184,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/noDefaultImpls") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NoDefaultImpls { @Test @@ -6136,6 +6204,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Jvm8against6 { @Test @@ -6183,6 +6252,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Delegation { @Test @@ -6215,6 +6285,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/typeAnnotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TypeAnnotations { @Test @@ -6228,6 +6299,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/constants") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Constants { @Test @@ -6318,6 +6390,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/constructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Constructor { @Test @@ -6330,6 +6403,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/constructorCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ConstructorCall { @Test @@ -6342,6 +6416,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/contracts") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Contracts { @Test @@ -6450,6 +6525,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ControlStructures { @Test @@ -6947,6 +7023,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BreakContinueInExpressions { @Test @@ -7078,6 +7155,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions/inlinedBreakContinue") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlinedBreakContinue { @Test @@ -7133,6 +7211,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInArray") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInArray { @Test @@ -7205,6 +7284,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInArrayWithIndex { @Test @@ -7337,6 +7417,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInCharSequenceWithIndex { @Test @@ -7433,6 +7514,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInIterableWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInIterableWithIndex { @Test @@ -7517,6 +7599,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInIterator") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInIterator { @Test @@ -7529,6 +7612,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInSequenceWithIndex { @Test @@ -7601,6 +7685,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/returnsNothing") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ReturnsNothing { @Test @@ -7643,6 +7728,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/slowDsl") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SlowDsl { @Test @@ -7655,6 +7741,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TryCatchInExpressions { @Test @@ -7854,6 +7941,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Coroutines { @Test @@ -8645,6 +8733,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/bridges") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Bridges { @Test @@ -8693,6 +8782,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/controlFlow") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ControlFlow { @Test @@ -8843,6 +8933,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/debug") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Debug { @Test @@ -8855,6 +8946,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FeatureIntersection { @Test @@ -8980,6 +9072,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CallableReference { @Test @@ -9009,6 +9102,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Bound { @Test @@ -9027,6 +9121,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Function { @Test @@ -9050,6 +9145,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Local { @Test @@ -9070,6 +9166,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunInterface { @Test @@ -9106,6 +9203,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmDefault { @Test @@ -9117,6 +9215,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Kt46007 { @Test @@ -9130,6 +9229,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/tailrec") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Tailrec { @Test @@ -9227,6 +9327,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClasses { @Test @@ -9256,6 +9357,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/direct") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Direct { @Test @@ -9550,6 +9652,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/resume") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Resume { @Test @@ -9844,6 +9947,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ResumeWithException { @Test @@ -10109,6 +10213,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/intLikeVarSpilling") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class IntLikeVarSpilling { @Test @@ -10181,6 +10286,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/intrinsicSemantics") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class IntrinsicSemantics { @Test @@ -10253,6 +10359,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaInterop { @Test @@ -10265,6 +10372,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/localFunctions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LocalFunctions { @Test @@ -10276,6 +10384,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/localFunctions/anonymous") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Anonymous { @Test @@ -10294,6 +10403,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/localFunctions/named") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Named { @Test @@ -10379,6 +10489,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/multiModule") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultiModule { @Test @@ -10445,6 +10556,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/redundantLocalsElimination") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RedundantLocalsElimination { @Test @@ -10463,6 +10575,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/reflect") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reflect { @Test @@ -10475,6 +10588,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/stackUnwinding") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class StackUnwinding { @Test @@ -10523,6 +10637,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/suspendConversion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SuspendConversion { @Test @@ -10559,6 +10674,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SuspendFunctionAsCoroutine { @Test @@ -10673,6 +10789,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SuspendFunctionTypeCall { @Test @@ -10715,6 +10832,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/tailCallOptimizations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TailCallOptimizations { @Test @@ -10750,6 +10868,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Unit { @Test @@ -10763,6 +10882,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/tailOperations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TailOperations { @Test @@ -10799,6 +10919,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/unitTypeReturn") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class UnitTypeReturn { @Test @@ -10853,6 +10974,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class VarSpilling { @Test @@ -10912,6 +11034,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling/cleanup") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Cleanup { @Test @@ -10924,6 +11047,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling/debugMode") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DebugMode { @Test @@ -10938,6 +11062,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/correctFrontendCode") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CorrectFrontendCode { @Test @@ -10956,6 +11081,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DataClasses { @Test @@ -11075,6 +11201,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/components") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Components { @Test @@ -11099,6 +11226,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/copy") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Copy { @Test @@ -11159,6 +11287,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/equals") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Equals { @Test @@ -11207,6 +11336,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/hashCode") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class HashCode { @Test @@ -11285,6 +11415,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/toString") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ToString { @Test @@ -11340,6 +11471,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataObjects") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DataObjects { @Test @@ -11370,6 +11502,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/deadCodeElimination") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DeadCodeElimination { @Test @@ -11406,6 +11539,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultArguments { @Test @@ -11561,6 +11695,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/constructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Constructor { @Test @@ -11663,6 +11798,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/convention") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Convention { @Test @@ -11711,6 +11847,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/function") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Function { @Test @@ -11891,6 +12028,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/private") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Private { @Test @@ -11927,6 +12065,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/signature") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Signature { @Test @@ -11958,6 +12097,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegatedProperty { @Test @@ -12263,6 +12403,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToAnother") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegateToAnother { @Test @@ -12335,6 +12476,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToConst") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegateToConst { @Test @@ -12365,6 +12507,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToFinalProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegateToFinalProperty { @Test @@ -12425,6 +12568,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToSingleton") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegateToSingleton { @Test @@ -12479,6 +12623,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToThis") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegateToThis { @Test @@ -12509,6 +12654,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/local") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Local { @Test @@ -12617,6 +12763,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class OptimizedDelegatedProperties { @Test @@ -12695,6 +12842,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/provideDelegate") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ProvideDelegate { @Test @@ -12834,6 +12982,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Delegation { @Test @@ -12906,6 +13055,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/deprecated") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Deprecated { @Test @@ -12918,6 +13068,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/destructuringDeclInLambdaParam") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DestructuringDeclInLambdaParam { @Test @@ -12978,6 +13129,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Diagnostics { @Test @@ -12989,6 +13141,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Functions { @Test @@ -13000,6 +13153,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/inference") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Inference { @Test @@ -13018,6 +13172,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/invoke") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Invoke { @Test @@ -13029,6 +13184,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/invoke/onObjects") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class OnObjects { @Test @@ -13102,6 +13258,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/tailRecursion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TailRecursion { @Test @@ -13385,6 +13542,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/vararg") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Vararg { @Test @@ -13404,6 +13562,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/differentDependencyVersion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DifferentDependencyVersion { @Test @@ -13416,6 +13575,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/directInvokeOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DirectInvokeOptimization { @Test @@ -13512,6 +13672,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/elvis") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Elvis { @Test @@ -13578,6 +13739,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/enum") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Enum { @Test @@ -14015,6 +14177,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/enum/defaultCtor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultCtor { @Test @@ -14070,6 +14233,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/evaluate") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Evaluate { @Test @@ -14088,6 +14252,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/exclExcl") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ExclExcl { @Test @@ -14124,6 +14289,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ExtensionClasses { @Test @@ -14136,6 +14302,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionFunctions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ExtensionFunctions { @Test @@ -14315,6 +14482,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionFunctions/contextReceivers") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ContextReceivers { @Test @@ -14326,6 +14494,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionFunctions/contextReceivers/fromKEEP") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FromKEEP { @Test @@ -14340,6 +14509,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionProperties") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ExtensionProperties { @Test @@ -14442,6 +14612,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/external") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class External { @Test @@ -14454,6 +14625,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fakeOverride") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FakeOverride { @Test @@ -14520,6 +14692,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fieldRename") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FieldRename { @Test @@ -14550,6 +14723,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/finally") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Finally { @Test @@ -14700,6 +14874,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fir") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Fir { @Test @@ -14730,6 +14905,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fullJdk") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FullJdk { @Test @@ -14741,6 +14917,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fullJdk/native") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Native { @Test @@ -14753,6 +14930,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fullJdk/regressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Regressions { @Test @@ -14766,6 +14944,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunInterface { @Test @@ -14957,6 +15136,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/funInterface/equality") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Equality { @Test @@ -15000,6 +15180,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Functions { @Test @@ -15317,6 +15498,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions/bigArity") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BigArity { @Test @@ -15371,6 +15553,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions/functionExpression") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunctionExpression { @Test @@ -15413,6 +15596,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions/invoke") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Invoke { @Test @@ -15509,6 +15693,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions/localFunctions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LocalFunctions { @Test @@ -15702,6 +15887,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ieee754") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Ieee754 { @Test @@ -16026,6 +16212,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/increment") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Increment { @Test @@ -16194,6 +16381,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inference") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Inference { @Test @@ -16391,6 +16579,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inference/builderInference") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BuilderInference { @Test @@ -16602,6 +16791,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineArgsInPlace") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineArgsInPlace { @Test @@ -16680,6 +16870,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClasses { public InlineClasses() { @@ -19448,6 +19639,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BoxReturnValueInLambda { public BoxReturnValueInLambda() { @@ -19683,6 +19875,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BoxReturnValueOnOverride { public BoxReturnValueOnOverride() { @@ -20186,6 +20379,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/callableReferences") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CallableReferences { public CallableReferences() { @@ -20520,6 +20714,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/callableReferences/let") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Let { public Let() { @@ -20678,6 +20873,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/contextsAndAccessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ContextsAndAccessors { public ContextsAndAccessors() { @@ -21029,6 +21225,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultParameterValues { public DefaultParameterValues() { @@ -21227,6 +21424,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultWithDefaultParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultWithDefaultParameter { @Test @@ -21239,6 +21437,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class OverrideFunctionWithDefaultParameter { @Test @@ -21252,6 +21451,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/delegationByUnderlyingType") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegationByUnderlyingType { @Test @@ -21300,6 +21500,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunInterface { public FunInterface() { @@ -21407,6 +21608,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/functionNameMangling") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunctionNameMangling { public FunctionNameMangling() { @@ -21678,6 +21880,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/genericUnderlyingValue") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class GenericUnderlyingValue { @Test @@ -21732,6 +21935,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/hiddenConstructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class HiddenConstructor { public HiddenConstructor() { @@ -21945,6 +22149,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/inlineClassCollection") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClassCollection { public InlineClassCollection() { @@ -22016,6 +22221,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/interfaceDelegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InterfaceDelegation { public InterfaceDelegation() { @@ -22151,6 +22357,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InterfaceMethodCalls { public InterfaceMethodCalls() { @@ -22342,6 +22549,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaInterop { @Test @@ -22354,6 +22562,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Jvm8DefaultInterfaceMethods { @Test @@ -22366,6 +22575,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/propertyDelegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PropertyDelegation { public PropertyDelegation() { @@ -22557,6 +22767,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/result") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Result { @Test @@ -22617,6 +22828,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/returnResult") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ReturnResult { @Test @@ -22665,6 +22877,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class UnboxGenericParameter { @Test @@ -22676,6 +22889,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunInterface { public FunInterface() { @@ -22823,6 +23037,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Lambda { public Lambda() { @@ -22970,6 +23185,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ObjectLiteral { public ObjectLiteral() { @@ -23119,6 +23335,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/innerNested") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InnerNested { @Test @@ -23298,6 +23515,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/innerNested/superConstructorCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SuperConstructorCall { @Test @@ -23437,6 +23655,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/instructions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Instructions { @Test @@ -23448,6 +23667,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/instructions/swap") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Swap { @Test @@ -23473,6 +23693,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/intrinsics") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Intrinsics { @Test @@ -23629,6 +23850,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Invokedynamic { @Test @@ -23640,6 +23862,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/lambdas") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Lambdas { @Test @@ -23657,6 +23880,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/lambdas/inlineClassInSignature") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClassInSignature { @Test @@ -23670,6 +23894,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Sam { @Test @@ -23681,6 +23906,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionExprToJavaInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunctionExprToJavaInterface { @Test @@ -23693,6 +23919,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunctionRefToJavaInterface { @Test @@ -23704,6 +23931,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SpecialFunctions { @Test @@ -23716,6 +23944,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class WithAccessor { @Test @@ -23729,6 +23958,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/inlineClassInSignature") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClassInSignature { @Test @@ -23741,6 +23971,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SpecializedGenerics { @Test @@ -23754,6 +23985,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/serializable") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Serializable { @Test @@ -23767,6 +23999,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InvolvesIrInterpreter { @Test @@ -23790,6 +24023,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter/dumpIrAndCheck") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DumpIrAndCheck { @Test @@ -23803,6 +24037,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Ir { @Test @@ -23940,6 +24175,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir/closureConversion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ClosureConversion { @Test @@ -24000,6 +24236,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir/primitiveNumberComparisons") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PrimitiveNumberComparisons { @Test @@ -24036,6 +24273,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir/privateSignatures") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PrivateSignatures { @Test @@ -24060,6 +24298,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir/serializationRegressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SerializationRegressions { @Test @@ -24127,6 +24366,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaFieldAndKotlinProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaFieldAndKotlinProperty { @Test @@ -24139,6 +24379,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaInterop { @Test @@ -24150,6 +24391,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForeignAnnotationsTests { @Test @@ -24161,6 +24403,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Tests { @Test @@ -24174,6 +24417,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/generics") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Generics { @Test @@ -24198,6 +24442,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NotNullAssertions { @Test @@ -24215,6 +24460,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions/enhancedNullability") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class EnhancedNullability { @Test @@ -24227,6 +24473,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions/nullCheckOnLambdaReturnValue") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NullCheckOnLambdaReturnValue { @Test @@ -24240,6 +24487,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/objectMethods") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ObjectMethods { @Test @@ -24277,6 +24525,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaVisibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaVisibility { @Test @@ -24288,6 +24537,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaVisibility/package") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Package { @Test @@ -24300,6 +24550,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaVisibility/protectedAndPackage") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ProtectedAndPackage { @Test @@ -24312,6 +24563,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaVisibility/protectedStatic") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ProtectedStatic { @Test @@ -24325,6 +24577,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jdk") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Jdk { @Test @@ -24361,6 +24614,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Jvm8 { @Test @@ -24372,6 +24626,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Defaults { @Test @@ -24383,6 +24638,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/allCompatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class AllCompatibility { @Test @@ -24394,6 +24650,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegationBy { @Test @@ -24407,6 +24664,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/compatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Compatibility { @Test @@ -24419,6 +24677,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/delegationBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegationBy { @Test @@ -24431,6 +24690,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NoDefaultImpls { @Test @@ -24442,6 +24702,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegationBy { @Test @@ -24454,6 +24715,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/specialization") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Specialization { @Test @@ -24466,6 +24728,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/withCompatibility") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class WithCompatibility { @Test @@ -24479,6 +24742,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDelegation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NoDelegation { @Test @@ -24491,6 +24755,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NonDefaultInheritance { @Test @@ -24503,6 +24768,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/reflection") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reflection { @Test @@ -24516,6 +24782,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/interfaceFlag") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InterfaceFlag { @Test @@ -24528,6 +24795,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/javaDefaults") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaDefaults { @Test @@ -24541,6 +24809,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmField") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmField { @Test @@ -24553,6 +24822,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmName") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmName { @Test @@ -24564,6 +24834,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmName/fileFacades") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FileFacades { @Test @@ -24577,6 +24848,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmOverloads") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmOverloads { @Test @@ -24589,6 +24861,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmPackageName") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmPackageName { @Test @@ -24601,6 +24874,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmStatic") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmStatic { @Test @@ -24612,6 +24886,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmStatic/protectedInSuperClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ProtectedInSuperClass { @Test @@ -24625,6 +24900,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/labels") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Labels { @Test @@ -24685,6 +24961,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/lazyCodegen") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LazyCodegen { @Test @@ -24750,6 +25027,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/lazyCodegen/optimizations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Optimizations { @Test @@ -24817,6 +25095,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/localClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LocalClasses { @Test @@ -25069,6 +25348,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/mangling") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Mangling { @Test @@ -25117,6 +25397,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/mixedNamedPosition") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MixedNamedPosition { @Test @@ -25153,6 +25434,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultiDecl { @Test @@ -25248,6 +25530,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forIterator") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForIterator { @Test @@ -25289,6 +25572,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forIterator/longIterator") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LongIterator { @Test @@ -25326,6 +25610,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForRange { @Test @@ -25379,6 +25664,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ExplicitRangeTo { @Test @@ -25420,6 +25706,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo/int") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Int { @Test @@ -25456,6 +25743,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo/long") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Long { @Test @@ -25493,6 +25781,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ExplicitRangeToWithDot { @Test @@ -25534,6 +25823,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot/int") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Int { @Test @@ -25570,6 +25860,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot/long") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Long { @Test @@ -25607,6 +25898,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/int") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Int { @Test @@ -25643,6 +25935,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/long") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Long { @Test @@ -25681,6 +25974,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multifileClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultifileClasses { @Test @@ -25692,6 +25986,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multifileClasses/optimized") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Optimized { @Test @@ -25705,6 +26000,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Multiplatform { @Test @@ -25734,6 +26030,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/defaultArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultArguments { @Test @@ -25890,6 +26187,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/exhaustiveness") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Exhaustiveness { @Test @@ -25902,6 +26200,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/hmpp") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Hmpp { @Test @@ -25914,6 +26213,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class K2 { @Test @@ -25925,6 +26225,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Annotations { @Test @@ -25943,6 +26244,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/basic") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Basic { @Test @@ -25961,6 +26263,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/defaultArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultArguments { @Test @@ -26112,6 +26415,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/multiModule") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultiModule { @Test @@ -26149,6 +26453,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/nonLocalReturns") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NonLocalReturns { @Test @@ -26179,6 +26484,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/notNullAssertions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NotNullAssertions { @Test @@ -26191,6 +26497,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/nothingValue") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NothingValue { @Test @@ -26215,6 +26522,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/nullCheckOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NullCheckOptimization { @Test @@ -26263,6 +26571,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objectIntrinsics") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ObjectIntrinsics { @Test @@ -26281,6 +26590,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objects") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Objects { @Test @@ -26754,6 +27064,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CompanionObjectAccess { @Test @@ -26861,6 +27172,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess/multipleCompanionsWithAccessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultipleCompanionsWithAccessors { @Test @@ -26945,6 +27257,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess/primitiveCompanion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PrimitiveCompanion { @Test @@ -27001,6 +27314,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/operatorConventions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class OperatorConventions { @Test @@ -27162,6 +27476,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/operatorConventions/compareTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CompareTo { @Test @@ -27241,6 +27556,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/optimizations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Optimizations { @Test @@ -27259,6 +27575,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/package") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Package { @Test @@ -27337,6 +27654,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/parametersMetadata") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ParametersMetadata { @Test @@ -27349,6 +27667,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/platformTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PlatformTypes { @Test @@ -27360,6 +27679,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/platformTypes/primitives") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Primitives { @Test @@ -27487,6 +27807,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/polymorphicSignature") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PolymorphicSignature { @Test @@ -27499,6 +27820,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/primitiveTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PrimitiveTypes { @Test @@ -27864,6 +28186,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/primitiveTypes/equalityWithObject") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class EqualityWithObject { @Test @@ -27929,6 +28252,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Generated { @Test @@ -28051,6 +28375,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/private") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Private { @Test @@ -28075,6 +28400,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/privateConstructors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PrivateConstructors { @Test @@ -28159,6 +28485,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Properties { @Test @@ -28638,6 +28965,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/const") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Const { @Test @@ -28674,6 +29002,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/lateinit") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Lateinit { @Test @@ -28775,6 +29104,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class IsInitializedAndDeinitialize { @Test @@ -28841,6 +29171,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/lateinit/local") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Local { @Test @@ -28895,6 +29226,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/lateinit/topLevel") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TopLevel { @Test @@ -28939,6 +29271,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/publishedApi") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class PublishedApi { @Test @@ -28963,6 +29296,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Ranges { @Test @@ -29118,6 +29452,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/contains") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Contains { @Test @@ -29429,6 +29764,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/contains/generated") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Generated { @Test @@ -29604,6 +29940,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class EvaluationOrder { @Test @@ -29669,6 +30006,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Stepped { @Test @@ -29680,6 +30018,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInDownTo { @Test @@ -29740,6 +30079,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInRangeLiteral { @Test @@ -29800,6 +30140,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInUntil { @Test @@ -29862,6 +30203,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/expression") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Expression { @Test @@ -30060,6 +30402,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInDownTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInDownTo { @Test @@ -30114,6 +30457,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInIndices") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInIndices { @Test @@ -30270,6 +30614,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInProgressionWithIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInProgressionWithIndex { @Test @@ -30372,6 +30717,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInReversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInReversed { @Test @@ -30492,6 +30838,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForInUntil { @Test @@ -30594,6 +30941,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forWithPossibleOverflow") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ForWithPossibleOverflow { @Test @@ -30684,6 +31032,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/javaInterop") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaInterop { @Test @@ -30695,6 +31044,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/javaInterop/withIndex") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class WithIndex { @Test @@ -30708,6 +31058,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/literal") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Literal { @Test @@ -30906,6 +31257,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/nullableLoopParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NullableLoopParameter { @Test @@ -30936,6 +31288,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Stepped { @Test @@ -30947,6 +31300,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Expression { @Test @@ -30958,6 +31312,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DownTo { @Test @@ -31065,6 +31420,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -31125,6 +31481,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -31174,6 +31531,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RangeTo { @Test @@ -31281,6 +31639,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -31341,6 +31700,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -31390,6 +31750,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RangeUntil { @Test @@ -31461,6 +31822,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -31521,6 +31883,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -31570,6 +31933,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Until { @Test @@ -31683,6 +32047,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -31743,6 +32108,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -31793,6 +32159,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Literal { @Test @@ -31804,6 +32171,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DownTo { @Test @@ -31911,6 +32279,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -31971,6 +32340,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -32020,6 +32390,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RangeTo { @Test @@ -32127,6 +32498,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -32187,6 +32559,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -32236,6 +32609,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RangeUntil { @Test @@ -32307,6 +32681,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -32367,6 +32742,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -32416,6 +32792,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Until { @Test @@ -32529,6 +32906,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -32589,6 +32967,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -32639,6 +33018,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Unsigned { @Test @@ -32650,6 +33030,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Expression { @Test @@ -32661,6 +33042,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DownTo { @Test @@ -32768,6 +33150,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -32828,6 +33211,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -32877,6 +33261,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RangeTo { @Test @@ -32984,6 +33369,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -33044,6 +33430,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -33093,6 +33480,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RangeUntil { @Test @@ -33164,6 +33552,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -33224,6 +33613,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -33273,6 +33663,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Until { @Test @@ -33386,6 +33777,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -33446,6 +33838,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -33496,6 +33889,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Literal { @Test @@ -33507,6 +33901,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DownTo { @Test @@ -33614,6 +34009,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -33674,6 +34070,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -33723,6 +34120,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RangeTo { @Test @@ -33830,6 +34228,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -33890,6 +34289,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -33939,6 +34339,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RangeUntil { @Test @@ -34010,6 +34411,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -34070,6 +34472,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -34119,6 +34522,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Until { @Test @@ -34232,6 +34636,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NestedStep { @Test @@ -34292,6 +34697,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reversed { @Test @@ -34344,6 +34750,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/unsigned") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Unsigned { @Test @@ -34391,6 +34798,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/expression") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Expression { @Test @@ -34589,6 +34997,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/literal") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Literal { @Test @@ -34787,6 +35196,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NullableLoopParameter { @Test @@ -34819,6 +35229,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/recursiveRawTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class RecursiveRawTypes { @Test @@ -34831,6 +35242,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reflection { @Test @@ -34842,6 +35254,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/annotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Annotations { @Test @@ -34925,6 +35338,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/annotations/onTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class OnTypes { @Test @@ -34937,6 +35351,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/annotations/repeatable") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Repeatable { @Test @@ -34950,6 +35365,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/builtins") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Builtins { @Test @@ -34974,6 +35390,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Call { @Test @@ -35057,6 +35474,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Bound { @Test @@ -35117,6 +35535,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClasses { @Test @@ -35146,6 +35565,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/nonNullObject") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NonNullObject { @Test @@ -35158,6 +35578,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/nullableObject") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NullableObject { @Test @@ -35170,6 +35591,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/primitive") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Primitive { @Test @@ -35183,6 +35605,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/valueClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ValueClasses { @Test @@ -35196,6 +35619,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/callBy") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CallBy { @Test @@ -35340,6 +35764,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/classLiterals") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ClassLiterals { @Test @@ -35382,6 +35807,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/classes") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Classes { @Test @@ -35424,6 +35850,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/constructors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Constructors { @Test @@ -35466,6 +35893,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/createAnnotation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CreateAnnotation { @Test @@ -35526,6 +35954,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/enclosing") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Enclosing { @Test @@ -35538,6 +35967,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/functions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Functions { @Test @@ -35574,6 +36004,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/genericSignature") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class GenericSignature { @Test @@ -35592,6 +36023,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/isInstance") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class IsInstance { @Test @@ -35604,6 +36036,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/kClassInAnnotation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class KClassInAnnotation { @Test @@ -35628,6 +36061,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/lambdaClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LambdaClasses { @Test @@ -35640,6 +36074,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Mapping { @Test @@ -35651,6 +36086,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/fakeOverrides") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FakeOverrides { @Test @@ -35663,6 +36099,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClasses { @Test @@ -35675,6 +36112,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/jvmStatic") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmStatic { @Test @@ -35687,6 +36125,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/types") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Types { @Test @@ -35699,6 +36138,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/valueClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ValueClasses { @Test @@ -35712,6 +36152,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/methodsFromAny") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MethodsFromAny { @Test @@ -35838,6 +36279,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/modifiers") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Modifiers { @Test @@ -35892,6 +36334,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/multifileClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultifileClasses { @Test @@ -35904,6 +36347,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/noReflectAtRuntime") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NoReflectAtRuntime { @Test @@ -35933,6 +36377,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MethodsFromAny { @Test @@ -35958,6 +36403,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/parameters") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Parameters { @Test @@ -36024,6 +36470,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Properties { @Test @@ -36107,6 +36554,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Accessors { @Test @@ -36149,6 +36597,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/getDelegate") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class GetDelegate { @Test @@ -36160,6 +36609,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/getDelegate/method") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Method { @Test @@ -36173,6 +36623,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/jvmField") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmField { @Test @@ -36185,6 +36636,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/localDelegated") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LocalDelegated { @Test @@ -36198,6 +36650,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/supertypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Supertypes { @Test @@ -36228,6 +36681,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TypeOf { @Test @@ -36287,6 +36741,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/js") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Js { @Test @@ -36299,6 +36754,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/noReflect") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NoReflect { @Test @@ -36316,6 +36772,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NonReifiedTypeParameters { @Test @@ -36329,6 +36786,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/nonReifiedTypeParameters") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NonReifiedTypeParameters { @Test @@ -36408,6 +36866,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeParameters") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TypeParameters { @Test @@ -36438,6 +36897,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/types") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Types { @Test @@ -36479,6 +36939,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/types/createType") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CreateType { @Test @@ -36521,6 +36982,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/types/subtyping") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Subtyping { @Test @@ -36553,6 +37015,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/regressions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Regressions { @Test @@ -36979,6 +37442,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reified") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reified { @Test @@ -37116,6 +37580,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reified/arraysReification") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ArraysReification { @Test @@ -37153,6 +37618,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/safeCall") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SafeCall { @Test @@ -37267,6 +37733,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Sam { @Test @@ -37296,6 +37763,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/adapters") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Adapters { @Test @@ -37307,6 +37775,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/adapters/operators") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Operators { @Test @@ -37320,6 +37789,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/approximation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Approximation { @Test @@ -37356,6 +37826,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/constructors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Constructors { @Test @@ -37386,6 +37857,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/equality") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Equality { @Test @@ -37398,6 +37870,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/javaSamWithEqualsHashCode") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JavaSamWithEqualsHashCode { @Test @@ -37411,6 +37884,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sameFileInSourceAndDependencies") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SameFileInSourceAndDependencies { @Test @@ -37477,6 +37951,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/script") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Script { @Test @@ -37489,6 +37964,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sealed") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Sealed { @Test @@ -37537,6 +38013,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/secondaryConstructors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SecondaryConstructors { @Test @@ -37735,6 +38212,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/smap") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Smap { @Test @@ -37747,6 +38225,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/smartCasts") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SmartCasts { @Test @@ -37909,6 +38388,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/specialBuiltins") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SpecialBuiltins { @Test @@ -38065,6 +38545,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/statics") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Statics { @Test @@ -38137,6 +38618,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/storeStackBeforeInline") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class StoreStackBeforeInline { @Test @@ -38179,6 +38661,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/strings") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Strings { @Test @@ -38407,6 +38890,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/super") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Super { @Test @@ -38598,6 +39082,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/super/superConstructor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SuperConstructor { @Test @@ -38653,6 +39138,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/suspendConversion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SuspendConversion { @Test @@ -38737,6 +39223,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/synchronized") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Synchronized { @Test @@ -38749,6 +39236,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/syntheticAccessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SyntheticAccessors { @Test @@ -38874,6 +39362,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ProtectedJavaFieldAccessor { @Test @@ -38886,6 +39375,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ProtectedMemberReferenceAccessor { @Test @@ -38923,6 +39413,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/syntheticExtensions") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SyntheticExtensions { @Test @@ -38935,6 +39426,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/throws") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Throws { @Test @@ -38947,6 +39439,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/toArray") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ToArray { @Test @@ -38977,6 +39470,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/topLevelInitializtion") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TopLevelInitializtion { @Test @@ -39019,6 +39513,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/topLevelPrivate") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TopLevelPrivate { @Test @@ -39043,6 +39538,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/trailingComma") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TrailingComma { @Test @@ -39061,6 +39557,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/traits") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Traits { @Test @@ -39277,6 +39774,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/typeInfo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TypeInfo { @Test @@ -39325,6 +39823,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/typeMapping") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TypeMapping { @Test @@ -39379,6 +39878,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/typealias") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Typealias { @Test @@ -39535,6 +40035,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/unaryOp") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class UnaryOp { @Test @@ -39583,6 +40084,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/underscoredTypeArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class UnderscoredTypeArguments { @Test @@ -39619,6 +40121,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/unit") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Unit { @Test @@ -39715,6 +40218,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/unsignedTypes") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class UnsignedTypes { @Test @@ -39984,6 +40488,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Jvm8Intrinsics { @Test @@ -39997,6 +40502,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/valueClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ValueClasses { @Test @@ -40009,6 +40515,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/vararg") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Vararg { @Test @@ -40117,6 +40624,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/volatile") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Volatile { @Test @@ -40207,6 +40715,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/when") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class When { @Test @@ -40482,6 +40991,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/when/enumOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class EnumOptimization { @Test @@ -40620,6 +41130,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/when/stringOptimization") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class StringOptimization { @Test @@ -40686,6 +41197,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/when/whenSubjectVariable") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class WhenSubjectVariable { @Test @@ -40808,6 +41320,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BoxInline { @Test @@ -40819,6 +41332,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/annotations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Annotations { @Test @@ -40843,6 +41357,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class AnonymousObject { @Test @@ -41244,6 +41759,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/enumEntries") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class EnumEntries { @Test @@ -41256,6 +41772,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/enumWhen") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class EnumWhen { @Test @@ -41292,6 +41809,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/properRecapturing") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ProperRecapturing { @Test @@ -41340,6 +41858,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/properRecapturingInClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ProperRecapturingInClass { @Test @@ -41424,6 +41943,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/sam") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Sam { @Test @@ -41436,6 +41956,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/twoCapturedReceivers") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TwoCapturedReceivers { @Test @@ -41491,6 +42012,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/argumentOrder") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ArgumentOrder { @Test @@ -41587,6 +42109,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/arrayConvention") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ArrayConvention { @Test @@ -41635,6 +42158,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/assert") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Assert { @Test @@ -41647,6 +42171,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/builders") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Builders { @Test @@ -41659,6 +42184,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/bytecodePreprocessing") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class BytecodePreprocessing { @Test @@ -41671,6 +42197,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/callableReference") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CallableReference { @Test @@ -41778,6 +42305,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/callableReference/adaptedReferences") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class AdaptedReferences { @Test @@ -41826,6 +42354,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Bound { @Test @@ -41995,6 +42524,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/capture") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Capture { @Test @@ -42073,6 +42603,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/complex") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Complex { @Test @@ -42121,6 +42652,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/complexStack") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ComplexStack { @Test @@ -42187,6 +42719,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/contracts") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Contracts { @Test @@ -42289,6 +42822,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/defaultValues") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultValues { @Test @@ -42420,6 +42954,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LambdaInlining { @Test @@ -42629,6 +43164,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CallableReferences { @Test @@ -42810,6 +43346,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/maskElimination") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MaskElimination { @Test @@ -42865,6 +43402,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/delegatedProperty") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DelegatedProperty { @Test @@ -42913,6 +43451,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/enclosingInfo") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class EnclosingInfo { @Test @@ -42925,6 +43464,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/enum") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Enum { @Test @@ -43015,6 +43555,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/functionExpression") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunctionExpression { @Test @@ -43033,6 +43574,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineArgsInplace") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineArgsInplace { @Test @@ -43051,6 +43593,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClasses { @Test @@ -43104,6 +43647,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class UnboxGenericParameter { @Test @@ -43115,6 +43659,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/funInterface") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class FunInterface { @Test @@ -43163,6 +43708,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/lambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Lambda { @Test @@ -43211,6 +43757,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/objectLiteral") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ObjectLiteral { @Test @@ -43261,6 +43808,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/innerClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InnerClasses { @Test @@ -43321,6 +43869,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Invokedynamic { @Test @@ -43332,6 +43881,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic/lambdas") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Lambdas { @Test @@ -43344,6 +43894,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic/sam") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Sam { @Test @@ -43357,6 +43908,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/jvmName") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmName { @Test @@ -43369,6 +43921,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/jvmPackageName") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class JvmPackageName { @Test @@ -43381,6 +43934,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/lambdaClassClash") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LambdaClassClash { @Test @@ -43405,6 +43959,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/lambdaTransformation") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LambdaTransformation { @Test @@ -43447,6 +44002,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/localFunInLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class LocalFunInLambda { @Test @@ -43483,6 +44039,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/multiModule") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultiModule { @Test @@ -43501,6 +44058,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/multifileClasses") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class MultifileClasses { @Test @@ -43513,6 +44071,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/multiplatform") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Multiplatform { @Test @@ -43524,6 +44083,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/multiplatform/defaultArguments") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultArguments { @Test @@ -43543,6 +44103,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/noInline") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NoInline { @Test @@ -43597,6 +44158,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class NonLocalReturns { @Test @@ -43746,6 +44308,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/deparenthesize") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Deparenthesize { @Test @@ -43770,6 +44333,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TryFinally { @Test @@ -43859,6 +44423,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CallSite { @Test @@ -43907,6 +44472,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/chained") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Chained { @Test @@ -43967,6 +44533,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/declSite") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DeclSite { @Test @@ -44051,6 +44618,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class ExceptionTable { @Test @@ -44183,6 +44751,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/variables") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Variables { @Test @@ -44203,6 +44772,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/optimizations") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Optimizations { @Test @@ -44221,6 +44791,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/private") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Private { @Test @@ -44305,6 +44876,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/property") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Property { @Test @@ -44401,6 +44973,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/reified") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Reified { @Test @@ -44538,6 +45111,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/reified/checkCast") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CheckCast { @Test @@ -44604,6 +45178,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/reified/defaultLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultLambda { @Test @@ -44616,6 +45191,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/reified/isCheck") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class IsCheck { @Test @@ -44647,6 +45223,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/signature") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Signature { @Test @@ -44659,6 +45236,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/signatureMangling") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SignatureMangling { @Test @@ -44671,6 +45249,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/simple") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Simple { @Test @@ -44821,6 +45400,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Smap { @Test @@ -44958,6 +45538,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Anonymous { @Test @@ -45030,6 +45611,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/defaultLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultLambda { @Test @@ -45096,6 +45678,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/inlineOnly") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineOnly { @Test @@ -45132,6 +45715,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/newsmap") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Newsmap { @Test @@ -45168,6 +45752,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/resolve") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Resolve { @Test @@ -45193,6 +45778,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/special") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Special { @Test @@ -45259,6 +45845,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/stackOnReturn") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class StackOnReturn { @Test @@ -45367,6 +45954,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Suspend { @Test @@ -45522,6 +46110,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/callableReference") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class CallableReference { @Test @@ -45564,6 +46153,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/defaultParameter") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class DefaultParameter { @Test @@ -45612,6 +46202,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/inlineClass") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineClass { @Test @@ -45648,6 +46239,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class InlineUsedAsNoinline { @Test @@ -45672,6 +46264,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/receiver") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Receiver { @Test @@ -45732,6 +46325,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/stateMachine") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class StateMachine { @Test @@ -45883,6 +46477,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/syntheticAccessors") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class SyntheticAccessors { @Test @@ -45942,6 +46537,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class WithinInlineLambda { @Test @@ -46009,6 +46605,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/trait") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Trait { @Test @@ -46027,6 +46624,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/tryCatchFinally") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class TryCatchFinally { @Test @@ -46063,6 +46661,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/varargs") @TestDataPath("$PROJECT_ROOT") @Tag("codegen") + @Tag("k1Codegen") @UseExtTestCaseGroupProvider() public class Varargs { @Test diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeK1LibContentsTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1NativeKLibContentsTestGenerated.java similarity index 98% rename from native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeK1LibContentsTestGenerated.java rename to native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1NativeKLibContentsTestGenerated.java index cdf587bf87e..4a81f070f7d 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeK1LibContentsTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K1NativeKLibContentsTestGenerated.java @@ -20,7 +20,7 @@ import java.util.regex.Pattern; @TestMetadata("native/native.tests/testData/klibContents") @TestDataPath("$PROJECT_ROOT") @Tag("k1libContents") -public class NativeK1LibContentsTestGenerated extends AbstractNativeKlibContentsTest { +public class K1NativeKLibContentsTestGenerated extends AbstractNativeKlibContentsTest { @Test public void testAllFilesPresentInKlibContents() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("native/native.tests/testData/klibContents"), Pattern.compile("^([^_](.+)).kt$"), null, true); diff --git a/native/native.tests/tests/org/jetbrains/kotlin/generators/tests/GenerateNativeTests.kt b/native/native.tests/tests/org/jetbrains/kotlin/generators/tests/GenerateNativeTests.kt index 19f2c4f26a4..7337e9325ba 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/generators/tests/GenerateNativeTests.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/generators/tests/GenerateNativeTests.kt @@ -11,7 +11,7 @@ import org.jetbrains.kotlin.konan.blackboxtest.* import org.jetbrains.kotlin.konan.blackboxtest.support.ClassLevelProperty import org.jetbrains.kotlin.konan.blackboxtest.support.EnforcedHostTarget import org.jetbrains.kotlin.konan.blackboxtest.support.EnforcedProperty -import org.jetbrains.kotlin.konan.blackboxtest.support.group.K2Pipeline +import org.jetbrains.kotlin.konan.blackboxtest.support.group.FirPipeline import org.jetbrains.kotlin.konan.blackboxtest.support.group.UseExtTestCaseGroupProvider import org.jetbrains.kotlin.konan.blackboxtest.support.group.UseStandardTestCaseGroupProvider import org.jetbrains.kotlin.test.TargetBackend @@ -24,8 +24,8 @@ fun main() { // Codegen box tests. testGroup("native/native.tests/tests-gen", "compiler/testData") { testClass( - suiteTestClassName = "NativeCodegenBoxTestGenerated", - annotations = listOf(codegen(), provider()) + suiteTestClassName = "K1NativeCodegenBoxTestGenerated", + annotations = listOf(codegen(), k1Codegen(), provider()) ) { model("codegen/box", targetBackend = TargetBackend.NATIVE) model("codegen/boxInline", targetBackend = TargetBackend.NATIVE) @@ -34,8 +34,8 @@ fun main() { testGroup("native/native.tests/tests-gen", "compiler/testData") { testClass( - suiteTestClassName = "K2NativeCodegenBoxTestGenerated", - annotations = listOf(codegenK2(), provider(), provider()) + suiteTestClassName = "FirNativeCodegenBoxTestGenerated", + annotations = listOf(codegenK2(), firCodegen(), provider(), provider()) ) { model("codegen/box", targetBackend = TargetBackend.NATIVE) model("codegen/boxInline", targetBackend = TargetBackend.NATIVE) @@ -45,8 +45,8 @@ fun main() { // Samples (how to utilize the abilities of new test infrastructure). testGroup("native/native.tests/tests-gen", "native/native.tests/testData") { testClass( - suiteTestClassName = "InfrastructureTestGenerated", - annotations = listOf(infrastructure(), provider()) + suiteTestClassName = "K1InfrastructureTestGenerated", + annotations = listOf(infrastructure(), k1Infrastructure(), provider()) ) { model("samples") model("samples2") @@ -65,7 +65,8 @@ fun main() { // KLIB binary compatibility tests. testGroup("native/native.tests/tests-gen", "compiler/testData") { testClass( - suiteTestClassName = "KlibBinaryCompatibilityTestGenerated" + suiteTestClassName = "K1KlibBinaryCompatibilityTestGenerated", + annotations = listOf(k1KLibCompatibility()) ) { model("binaryCompatibility/klibEvolution", recursive = false) } @@ -104,7 +105,7 @@ fun main() { // Klib contents tests testGroup("native/native.tests/tests-gen", "native/native.tests/testData") { testClass( - suiteTestClassName = "NativeK1LibContentsTestGenerated", + suiteTestClassName = "K1NativeKLibContentsTestGenerated", annotations = listOf(k1libContents()) ) { model("klibContents", pattern = "^([^_](.+)).kt$", recursive = true) @@ -112,8 +113,8 @@ fun main() { } testGroup("native/native.tests/tests-gen", "native/native.tests/testData") { testClass( - suiteTestClassName = "NativeK2LibContentsTestGenerated", - annotations = listOf(k2libContents(), provider()) + suiteTestClassName = "FirNativeKLibContentsTestGenerated", + annotations = listOf(k2libContents(), firKLibContents(), provider()) ) { model("klibContents", pattern = "^([^_](.+)).kt$", recursive = true) } @@ -147,8 +148,13 @@ private fun debugOnly() = annotation( private fun hostOnly() = provider() private fun codegen() = annotation(Tag::class.java, "codegen") +private fun k1Codegen() = annotation(Tag::class.java, "k1Codegen") private fun codegenK2() = annotation(Tag::class.java, "codegenK2") +private fun firCodegen() = annotation(Tag::class.java, "firCodegen") private fun debugger() = annotation(Tag::class.java, "debugger") private fun infrastructure() = annotation(Tag::class.java, "infrastructure") +private fun k1Infrastructure() = annotation(Tag::class.java, "k1Infrastructure") private fun k1libContents() = annotation(Tag::class.java, "k1libContents") private fun k2libContents() = annotation(Tag::class.java, "k2libContents") +private fun firKLibContents() = annotation(Tag::class.java, "firKlibContents") +private fun k1KLibCompatibility() = annotation(Tag::class.java, "k1KlibCompatibility") diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/KotlinTestLibraryTest.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/K1KotlinTestLibraryTest.kt similarity index 88% rename from native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/KotlinTestLibraryTest.kt rename to native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/K1KotlinTestLibraryTest.kt index f8ca92250ea..bc924fce150 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/KotlinTestLibraryTest.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/K1KotlinTestLibraryTest.kt @@ -7,13 +7,14 @@ package org.jetbrains.kotlin.konan.blackboxtest import org.jetbrains.kotlin.konan.blackboxtest.support.TestCaseId import org.jetbrains.kotlin.konan.blackboxtest.support.TestRunnerType -import org.jetbrains.kotlin.konan.blackboxtest.support.group.K2Pipeline +import org.jetbrains.kotlin.konan.blackboxtest.support.group.FirPipeline import org.jetbrains.kotlin.konan.blackboxtest.support.group.PredefinedTestCases import org.jetbrains.kotlin.konan.blackboxtest.support.group.PredefinedTestCase as TC import org.junit.jupiter.api.Tag import org.junit.jupiter.api.TestFactory @Tag("kotlin-test") +@Tag("k1Kotlin-test") @PredefinedTestCases( TC( name = "default", @@ -28,7 +29,7 @@ import org.junit.jupiter.api.TestFactory sourceLocations = ["libraries/kotlin.test/common/src/test/kotlin/**.kt"] ) ) -class KotlinTestLibraryTest : AbstractNativeBlackBoxTest() { +class K1KotlinTestLibraryTest : AbstractNativeBlackBoxTest() { @TestFactory fun default() = dynamicTestCase(TestCaseId.Named("default")) @@ -37,6 +38,7 @@ class KotlinTestLibraryTest : AbstractNativeBlackBoxTest() { } @Tag("kotlin-testK2") +@Tag("firKotlin-test") @PredefinedTestCases( TC( name = "default", @@ -51,8 +53,8 @@ class KotlinTestLibraryTest : AbstractNativeBlackBoxTest() { sourceLocations = ["libraries/kotlin.test/common/src/test/kotlin/**.kt"] ) ) -@K2Pipeline -class KotlinTestK2LibraryTest : AbstractNativeBlackBoxTest() { +@FirPipeline +class FirKotlinTestLibraryTest : AbstractNativeBlackBoxTest() { @TestFactory fun default() = dynamicTestCase(TestCaseId.Named("default")) diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/StdlibTest.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/StdlibTest.kt index 70b39993cd3..5d44f03e09f 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/StdlibTest.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/StdlibTest.kt @@ -9,7 +9,7 @@ package org.jetbrains.kotlin.konan.blackboxtest import org.jetbrains.kotlin.konan.blackboxtest.support.TestCaseId import org.jetbrains.kotlin.konan.blackboxtest.support.TestRunnerType -import org.jetbrains.kotlin.konan.blackboxtest.support.group.K2Pipeline +import org.jetbrains.kotlin.konan.blackboxtest.support.group.FirPipeline import org.jetbrains.kotlin.konan.blackboxtest.support.group.PredefinedPaths.KOTLIN_NATIVE_DISTRIBUTION import org.jetbrains.kotlin.konan.blackboxtest.support.group.PredefinedTestCase as TC import org.jetbrains.kotlin.konan.blackboxtest.support.group.PredefinedTestCases @@ -54,6 +54,7 @@ class StdlibTest : AbstractNativeBlackBoxTest() { } @Tag("stdlibK2") +@Tag("firStdlib") @PredefinedTestCases( TC( name = "default", @@ -110,8 +111,8 @@ class StdlibTest : AbstractNativeBlackBoxTest() { ignoredTests = [DISABLED_STDLIB_TEST] ) ) -@K2Pipeline -class StdlibK2Test : AbstractNativeBlackBoxTest() { +@FirPipeline +class FirStdlibTest : AbstractNativeBlackBoxTest() { @TestFactory fun default() = dynamicTestCase(TestCaseId.Named("default")) diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/NativeTestSupport.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/NativeTestSupport.kt index f9b761df3d6..bd018e64afd 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/NativeTestSupport.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/NativeTestSupport.kt @@ -11,7 +11,7 @@ import org.jetbrains.kotlin.konan.blackboxtest.support.NativeTestSupport.getOrCr import org.jetbrains.kotlin.konan.blackboxtest.support.NativeTestSupport.getOrCreateTestRunProvider import org.jetbrains.kotlin.konan.blackboxtest.support.group.DisabledTests import org.jetbrains.kotlin.konan.blackboxtest.support.group.DisabledTestsIfProperty -import org.jetbrains.kotlin.konan.blackboxtest.support.group.K2Pipeline +import org.jetbrains.kotlin.konan.blackboxtest.support.group.FirPipeline import org.jetbrains.kotlin.konan.blackboxtest.support.group.TestCaseGroupProvider import org.jetbrains.kotlin.konan.blackboxtest.support.runner.SimpleTestRunProvider import org.jetbrains.kotlin.konan.blackboxtest.support.runner.TestRunProvider @@ -441,7 +441,7 @@ private object NativeTestSupport { } private fun computePipelineType(testClass: Class<*>): PipelineType { - return if (testClass.annotations.any { it is K2Pipeline }) + return if (testClass.annotations.any { it is FirPipeline }) PipelineType.K2 else PipelineType.K1 } diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/group/K2Pipeline.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/group/FirPipeline.kt similarity index 88% rename from native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/group/K2Pipeline.kt rename to native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/group/FirPipeline.kt index 3d328e7902d..33786d08bf1 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/group/K2Pipeline.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/group/FirPipeline.kt @@ -5,4 +5,4 @@ package org.jetbrains.kotlin.konan.blackboxtest.support.group @Target(AnnotationTarget.CLASS) -internal annotation class K2Pipeline +internal annotation class FirPipeline