From 38a777fa94052d0fa22a5dcd8d5ace133a739019 Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Mon, 1 May 2023 22:24:03 +0200 Subject: [PATCH] [PL][tests] Mute K/N codegen/box tests failing in K1/one-stage mode For details, see #KT-57747. --- .../NativeCodegenBoxTestGenerated.java | 605 ++++++++++++++++++ .../generators/tests/GenerateNativeTests.kt | 27 +- 2 files changed, 629 insertions(+), 3 deletions(-) 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/NativeCodegenBoxTestGenerated.java index e4fa437bff0..9dbbf534fb0 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/NativeCodegenBoxTestGenerated.java @@ -9,6 +9,8 @@ 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.DisabledTestsIfProperty; +import org.jetbrains.kotlin.konan.blackboxtest.support.ClassLevelProperty; import org.jetbrains.kotlin.test.TargetBackend; import org.jetbrains.kotlin.test.utils.TransformersFunctions; import org.jetbrains.kotlin.test.TestMetadata; @@ -27,6 +29,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Box { @Test public void testAllFilesPresentInBox() throws Exception { @@ -45,6 +48,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Annotations { @Test public void testAllFilesPresentInAnnotations() throws Exception { @@ -87,6 +91,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class AnnotatedLambda { @Test public void testAllFilesPresentInAnnotatedLambda() throws Exception { @@ -100,6 +105,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Instances { @Test public void testAllFilesPresentInInstances() throws Exception { @@ -179,6 +185,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class KClassMapping { @Test public void testAllFilesPresentInKClassMapping() throws Exception { @@ -192,6 +199,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Repeatable { @Test public void testAllFilesPresentInRepeatable() throws Exception { @@ -205,6 +213,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TypeAnnotations { @Test public void testAllFilesPresentInTypeAnnotations() throws Exception { @@ -225,6 +234,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ArgumentOrder { @Test public void testAllFilesPresentInArgumentOrder() throws Exception { @@ -334,6 +344,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Arrays { @Test public void testAllFilesPresentInArrays() throws Exception { @@ -736,6 +747,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ArraysOfInlineClass { @Test @TestMetadata("accessArrayOfInlineClass.kt") @@ -767,6 +779,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInReversed { @Test public void testAllFilesPresentInForInReversed() throws Exception { @@ -804,6 +817,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInUnsignedArray { @Test public void testAllFilesPresentInForInUnsignedArray() throws Exception { @@ -865,6 +879,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultiDecl { @Test public void testAllFilesPresentInMultiDecl() throws Exception { @@ -925,6 +940,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Int { @Test public void testAllFilesPresentInInt() throws Exception { @@ -962,6 +978,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Long { @Test public void testAllFilesPresentInLong() throws Exception { @@ -1001,6 +1018,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Assert { @Test public void testAllFilesPresentInAssert() throws Exception { @@ -1025,6 +1043,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Jvm { @Test public void testAllFilesPresentInJvm() throws Exception { @@ -1039,6 +1058,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BinaryOp { @Test public void testAllFilesPresentInBinaryOp() throws Exception { @@ -1208,6 +1228,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BoxingOptimization { @Test public void testAllFilesPresentInBoxingOptimization() throws Exception { @@ -1455,6 +1476,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Bridges { @Test @TestMetadata("abstractOverrideBridge.kt") @@ -1815,6 +1837,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SubstitutionInSuperClass { @Test @TestMetadata("abstractFun.kt") @@ -1895,6 +1918,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BuiltinStubMethods { @Test public void testAllFilesPresentInBuiltinStubMethods() throws Exception { @@ -1913,6 +1937,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BridgesForStubs { @Test public void testAllFilesPresentInBridgesForStubs() throws Exception { @@ -1926,6 +1951,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExtendJavaClasses { @Test @TestMetadata("abstractSet.kt") @@ -1969,6 +1995,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MapGetOrDefault { @Test public void testAllFilesPresentInMapGetOrDefault() throws Exception { @@ -1982,6 +2009,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MapRemove { @Test public void testAllFilesPresentInMapRemove() throws Exception { @@ -1996,6 +2024,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CallableReference { @Test public void testAllFilesPresentInCallableReference() throws Exception { @@ -2164,6 +2193,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class AdaptedReferences { @Test @TestMetadata("adaptedArrayOf.kt") @@ -2338,6 +2368,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SuspendConversion { @Test @TestMetadata("adaptedWithCoercionToUnit.kt") @@ -2448,6 +2479,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Bound { @Test @TestMetadata("adapted.kt") @@ -2628,6 +2660,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Equals { @Test public void testAllFilesPresentInEquals() throws Exception { @@ -2660,6 +2693,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Equality { @Test public void testAllFilesPresentInEquality() throws Exception { @@ -2751,6 +2785,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunInterfaceConstructor { @Test public void testAllFilesPresentInFunInterfaceConstructor() throws Exception { @@ -2794,6 +2829,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Function { @Test @TestMetadata("abstractClassMember.kt") @@ -3136,6 +3172,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Local { @Test public void testAllFilesPresentInLocal() throws Exception { @@ -3270,6 +3307,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Property { @Test @TestMetadata("accessViaSubclass.kt") @@ -3469,6 +3507,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Serializability { @Test public void testAllFilesPresentInSerializability() throws Exception { @@ -3489,6 +3528,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Casts { @Test public void testAllFilesPresentInCasts() throws Exception { @@ -3687,6 +3727,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Functions { @Test public void testAllFilesPresentInFunctions() throws Exception { @@ -3772,6 +3813,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -3785,6 +3827,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LiteralExpressionAsGenericArgument { @Test public void testAllFilesPresentInLiteralExpressionAsGenericArgument() throws Exception { @@ -3834,6 +3877,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MutableCollections { @Test public void testAllFilesPresentInMutableCollections() throws Exception { @@ -3889,6 +3933,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NativeCCEMessage { @Test public void testAllFilesPresentInNativeCCEMessage() throws Exception { @@ -3927,6 +3972,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CheckcastOptimization { @Test public void testAllFilesPresentInCheckcastOptimization() throws Exception { @@ -3964,6 +4010,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ClassLiteral { @Test public void testAllFilesPresentInClassLiteral() throws Exception { @@ -3994,6 +4041,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Bound { @Test public void testAllFilesPresentInBound() throws Exception { @@ -4031,6 +4079,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Java { @Test public void testAllFilesPresentInJava() throws Exception { @@ -4051,6 +4100,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Classes { @Test public void testAllFilesPresentInClasses() throws Exception { @@ -4735,6 +4785,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Inner { @Test public void testAllFilesPresentInInner() throws Exception { @@ -4791,6 +4842,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Closures { @Test public void testAllFilesPresentInClosures() throws Exception { @@ -5079,6 +5131,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CaptureInSuperConstructorCall { @Test public void testAllFilesPresentInCaptureInSuperConstructorCall() throws Exception { @@ -5284,6 +5337,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CaptureOuterProperty { @Test public void testAllFilesPresentInCaptureOuterProperty() throws Exception { @@ -5345,6 +5399,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CapturedVarsOptimization { @Test public void testAllFilesPresentInCapturedVarsOptimization() throws Exception { @@ -5436,6 +5491,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ClosureInsideClosure { @Test public void testAllFilesPresentInClosureInsideClosure() throws Exception { @@ -5486,6 +5542,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CollectionLiterals { @Test public void testAllFilesPresentInCollectionLiterals() throws Exception { @@ -5499,6 +5556,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Collections { @Test @TestMetadata("addCollectionStubWithCovariantOverride.kt") @@ -5548,6 +5606,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Companion { @Test public void testAllFilesPresentInCompanion() throws Exception { @@ -5579,6 +5638,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Compatibility { @Test public void testAllFilesPresentInCompatibility() throws Exception { @@ -5598,6 +5658,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CompileKotlinAgainstKotlin { @Test @TestMetadata("adaptedSuspendFunctionReference.kt") @@ -5856,6 +5917,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Fir { @Test public void testAllFilesPresentInFir() throws Exception { @@ -5869,6 +5931,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -5977,6 +6040,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OldMangling { @Test public void testAllFilesPresentInOldMangling() throws Exception { @@ -5997,6 +6061,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Jvm8 { @Test public void testAllFilesPresentInJvm8() throws Exception { @@ -6009,6 +6074,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Defaults { @Test public void testAllFilesPresentInDefaults() throws Exception { @@ -6051,6 +6117,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class AllCompatibility { @Test public void testAllFilesPresentInAllCompatibility() throws Exception { @@ -6105,6 +6172,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegationBy { @Test public void testAllFilesPresentInDelegationBy() throws Exception { @@ -6119,6 +6187,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Interop { @Test @TestMetadata("allAgainsAllCompatibility.kt") @@ -6181,6 +6250,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Jvm8against6 { @Test public void testAllFilesPresentInJvm8against6() throws Exception { @@ -6229,6 +6299,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Delegation { @Test public void testAllFilesPresentInDelegation() throws Exception { @@ -6262,6 +6333,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TypeAnnotations { @Test public void testAllFilesPresentInTypeAnnotations() throws Exception { @@ -6276,6 +6348,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Constants { @Test public void testAllFilesPresentInConstants() throws Exception { @@ -6373,6 +6446,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Constructor { @Test public void testAllFilesPresentInConstructor() throws Exception { @@ -6386,6 +6460,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ConstructorCall { @Test public void testAllFilesPresentInConstructorCall() throws Exception { @@ -6399,6 +6474,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Contracts { @Test public void testAllFilesPresentInContracts() throws Exception { @@ -6508,6 +6584,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ControlStructures { @Test public void testAllFilesPresentInControlStructures() throws Exception { @@ -7006,6 +7083,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BreakContinueInExpressions { @Test public void testAllFilesPresentInBreakContinueInExpressions() throws Exception { @@ -7138,6 +7216,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlinedBreakContinue { @Test public void testAllFilesPresentInInlinedBreakContinue() throws Exception { @@ -7194,6 +7273,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInArray { @Test public void testAllFilesPresentInForInArray() throws Exception { @@ -7267,6 +7347,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInArrayWithIndex { @Test public void testAllFilesPresentInForInArrayWithIndex() throws Exception { @@ -7400,6 +7481,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInCharSequenceWithIndex { @Test public void testAllFilesPresentInForInCharSequenceWithIndex() throws Exception { @@ -7497,6 +7579,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInIterableWithIndex { @Test public void testAllFilesPresentInForInIterableWithIndex() throws Exception { @@ -7582,6 +7665,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInIterator { @Test public void testAllFilesPresentInForInIterator() throws Exception { @@ -7595,6 +7679,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInSequenceWithIndex { @Test public void testAllFilesPresentInForInSequenceWithIndex() throws Exception { @@ -7668,6 +7753,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ReturnsNothing { @Test public void testAllFilesPresentInReturnsNothing() throws Exception { @@ -7711,6 +7797,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SlowDsl { @Test public void testAllFilesPresentInSlowDsl() throws Exception { @@ -7724,6 +7811,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TryCatchInExpressions { @Test public void testAllFilesPresentInTryCatchInExpressions() throws Exception { @@ -7924,6 +8012,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Coroutines { @Test @TestMetadata("32defaultParametersInSuspend.kt") @@ -8722,6 +8811,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Bridges { @Test public void testAllFilesPresentInBridges() throws Exception { @@ -8771,6 +8861,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ControlFlow { @Test public void testAllFilesPresentInControlFlow() throws Exception { @@ -8922,6 +9013,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Debug { @Test public void testAllFilesPresentInDebug() throws Exception { @@ -8935,6 +9027,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FeatureIntersection { @Test public void testAllFilesPresentInFeatureIntersection() throws Exception { @@ -9061,6 +9154,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CallableReference { @Test public void testAllFilesPresentInCallableReference() throws Exception { @@ -9091,6 +9185,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Bound { @Test public void testAllFilesPresentInBound() throws Exception { @@ -9110,6 +9205,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Function { @Test @TestMetadata("adapted.kt") @@ -9134,6 +9230,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Local { @Test public void testAllFilesPresentInLocal() throws Exception { @@ -9155,6 +9252,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunInterface { @Test public void testAllFilesPresentInFunInterface() throws Exception { @@ -9192,6 +9290,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmDefault { @Test public void testAllFilesPresentInJvmDefault() throws Exception { @@ -9204,6 +9303,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Kt46007 { @Test public void testAllFilesPresentInKt46007() throws Exception { @@ -9218,6 +9318,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Tailrec { @Test public void testAllFilesPresentInTailrec() throws Exception { @@ -9316,6 +9417,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -9346,6 +9448,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Direct { @Test public void testAllFilesPresentInDirect() throws Exception { @@ -9641,6 +9744,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Resume { @Test public void testAllFilesPresentInResume() throws Exception { @@ -9936,6 +10040,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ResumeWithException { @Test public void testAllFilesPresentInResumeWithException() throws Exception { @@ -10202,6 +10307,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class IntLikeVarSpilling { @Test public void testAllFilesPresentInIntLikeVarSpilling() throws Exception { @@ -10275,6 +10381,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class IntrinsicSemantics { @Test public void testAllFilesPresentInIntrinsicSemantics() throws Exception { @@ -10348,6 +10455,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -10361,6 +10469,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LocalFunctions { @Test public void testAllFilesPresentInLocalFunctions() throws Exception { @@ -10373,6 +10482,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Anonymous { @Test public void testAllFilesPresentInAnonymous() throws Exception { @@ -10392,6 +10502,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Named { @Test public void testAllFilesPresentInNamed() throws Exception { @@ -10478,6 +10589,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultiModule { @Test public void testAllFilesPresentInMultiModule() throws Exception { @@ -10545,6 +10657,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RedundantLocalsElimination { @Test public void testAllFilesPresentInRedundantLocalsElimination() throws Exception { @@ -10564,6 +10677,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reflect { @Test public void testAllFilesPresentInReflect() throws Exception { @@ -10577,6 +10691,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class StackUnwinding { @Test public void testAllFilesPresentInStackUnwinding() throws Exception { @@ -10626,6 +10741,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SuspendConversion { @Test public void testAllFilesPresentInSuspendConversion() throws Exception { @@ -10663,6 +10779,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SuspendFunctionAsCoroutine { @Test public void testAllFilesPresentInSuspendFunctionAsCoroutine() throws Exception { @@ -10778,6 +10895,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SuspendFunctionTypeCall { @Test public void testAllFilesPresentInSuspendFunctionTypeCall() throws Exception { @@ -10821,6 +10939,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TailCallOptimizations { @Test public void testAllFilesPresentInTailCallOptimizations() throws Exception { @@ -10857,6 +10976,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Unit { @Test public void testAllFilesPresentInUnit() throws Exception { @@ -10871,6 +10991,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TailOperations { @Test public void testAllFilesPresentInTailOperations() throws Exception { @@ -10908,6 +11029,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class UnitTypeReturn { @Test public void testAllFilesPresentInUnitTypeReturn() throws Exception { @@ -10963,6 +11085,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class VarSpilling { @Test public void testAllFilesPresentInVarSpilling() throws Exception { @@ -11023,6 +11146,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Cleanup { @Test public void testAllFilesPresentInCleanup() throws Exception { @@ -11036,6 +11160,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DebugMode { @Test public void testAllFilesPresentInDebugMode() throws Exception { @@ -11051,6 +11176,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CorrectFrontendCode { @Test public void testAllFilesPresentInCorrectFrontendCode() throws Exception { @@ -11070,6 +11196,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DataClasses { @Test public void testAllFilesPresentInDataClasses() throws Exception { @@ -11190,6 +11317,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Components { @Test public void testAllFilesPresentInComponents() throws Exception { @@ -11215,6 +11343,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Copy { @Test public void testAllFilesPresentInCopy() throws Exception { @@ -11276,6 +11405,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Equals { @Test public void testAllFilesPresentInEquals() throws Exception { @@ -11325,6 +11455,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class HashCode { @Test public void testAllFilesPresentInHashCode() throws Exception { @@ -11404,6 +11535,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ToString { @Test public void testAllFilesPresentInToString() throws Exception { @@ -11460,6 +11592,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DataObjects { @Test public void testAllFilesPresentInDataObjects() throws Exception { @@ -11491,6 +11624,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DeadCodeElimination { @Test public void testAllFilesPresentInDeadCodeElimination() throws Exception { @@ -11528,6 +11662,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultArguments { @Test public void testAllFilesPresentInDefaultArguments() throws Exception { @@ -11684,6 +11819,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Constructor { @Test public void testAllFilesPresentInConstructor() throws Exception { @@ -11787,6 +11923,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Convention { @Test public void testAllFilesPresentInConvention() throws Exception { @@ -11836,6 +11973,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Function { @Test @TestMetadata("abstractClass.kt") @@ -12017,6 +12155,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Private { @Test public void testAllFilesPresentInPrivate() throws Exception { @@ -12054,6 +12193,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Signature { @Test public void testAllFilesPresentInSignature() throws Exception { @@ -12086,6 +12226,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegatedProperty { @Test @TestMetadata("accessTopLevelDelegatedPropertyInClinit.kt") @@ -12392,6 +12533,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegateToAnother { @Test public void testAllFilesPresentInDelegateToAnother() throws Exception { @@ -12465,6 +12607,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegateToConst { @Test public void testAllFilesPresentInDelegateToConst() throws Exception { @@ -12496,6 +12639,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegateToFinalProperty { @Test public void testAllFilesPresentInDelegateToFinalProperty() throws Exception { @@ -12557,6 +12701,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegateToSingleton { @Test public void testAllFilesPresentInDelegateToSingleton() throws Exception { @@ -12612,6 +12757,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegateToThis { @Test public void testAllFilesPresentInDelegateToThis() throws Exception { @@ -12643,6 +12789,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Local { @Test public void testAllFilesPresentInLocal() throws Exception { @@ -12752,6 +12899,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OptimizedDelegatedProperties { @Test public void testAllFilesPresentInOptimizedDelegatedProperties() throws Exception { @@ -12831,6 +12979,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ProvideDelegate { @Test public void testAllFilesPresentInProvideDelegate() throws Exception { @@ -12971,6 +13120,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Delegation { @Test public void testAllFilesPresentInDelegation() throws Exception { @@ -13062,6 +13212,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Deprecated { @Test public void testAllFilesPresentInDeprecated() throws Exception { @@ -13075,6 +13226,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DestructuringDeclInLambdaParam { @Test public void testAllFilesPresentInDestructuringDeclInLambdaParam() throws Exception { @@ -13136,6 +13288,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Diagnostics { @Test public void testAllFilesPresentInDiagnostics() throws Exception { @@ -13148,6 +13301,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Functions { @Test public void testAllFilesPresentInFunctions() throws Exception { @@ -13160,6 +13314,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Inference { @Test public void testAllFilesPresentInInference() throws Exception { @@ -13179,6 +13334,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Invoke { @Test public void testAllFilesPresentInInvoke() throws Exception { @@ -13191,6 +13347,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OnObjects { @Test public void testAllFilesPresentInOnObjects() throws Exception { @@ -13265,6 +13422,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TailRecursion { @Test public void testAllFilesPresentInTailRecursion() throws Exception { @@ -13549,6 +13707,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Vararg { @Test public void testAllFilesPresentInVararg() throws Exception { @@ -13569,6 +13728,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DifferentDependencyVersion { @Test public void testAllFilesPresentInDifferentDependencyVersion() throws Exception { @@ -13582,6 +13742,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DirectInvokeOptimization { @Test public void testAllFilesPresentInDirectInvokeOptimization() throws Exception { @@ -13679,6 +13840,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Elvis { @Test public void testAllFilesPresentInElvis() throws Exception { @@ -13746,6 +13908,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Enum { @Test @TestMetadata("abstractMethodInEnum.kt") @@ -14190,6 +14353,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultCtor { @Test public void testAllFilesPresentInDefaultCtor() throws Exception { @@ -14246,6 +14410,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Evaluate { @Test public void testAllFilesPresentInEvaluate() throws Exception { @@ -14265,6 +14430,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExclExcl { @Test public void testAllFilesPresentInExclExcl() throws Exception { @@ -14302,6 +14468,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExtensionClasses { @Test public void testAllFilesPresentInExtensionClasses() throws Exception { @@ -14315,6 +14482,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExtensionFunctions { @Test public void testAllFilesPresentInExtensionFunctions() throws Exception { @@ -14495,6 +14663,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ContextReceivers { @Test public void testAllFilesPresentInContextReceivers() throws Exception { @@ -14507,6 +14676,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FromKEEP { @Test public void testAllFilesPresentInFromKEEP() throws Exception { @@ -14522,6 +14692,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExtensionProperties { @Test @TestMetadata("accessorForPrivateSetter.kt") @@ -14625,6 +14796,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class External { @Test public void testAllFilesPresentInExternal() throws Exception { @@ -14638,6 +14810,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FakeOverride { @Test public void testAllFilesPresentInFakeOverride() throws Exception { @@ -14705,6 +14878,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FieldRename { @Test public void testAllFilesPresentInFieldRename() throws Exception { @@ -14736,6 +14910,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Finally { @Test public void testAllFilesPresentInFinally() throws Exception { @@ -14887,6 +15062,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Fir { @Test public void testAllFilesPresentInFir() throws Exception { @@ -14924,6 +15100,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FullJdk { @Test public void testAllFilesPresentInFullJdk() throws Exception { @@ -14936,6 +15113,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Native { @Test public void testAllFilesPresentInNative() throws Exception { @@ -14949,6 +15127,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Regressions { @Test public void testAllFilesPresentInRegressions() throws Exception { @@ -14963,6 +15142,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunInterface { @Test public void testAllFilesPresentInFunInterface() throws Exception { @@ -15155,6 +15335,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Equality { @Test public void testAllFilesPresentInEquality() throws Exception { @@ -15199,6 +15380,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Functions { @Test public void testAllFilesPresentInFunctions() throws Exception { @@ -15511,6 +15693,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BigArity { @Test public void testAllFilesPresentInBigArity() throws Exception { @@ -15566,6 +15749,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunctionExpression { @Test public void testAllFilesPresentInFunctionExpression() throws Exception { @@ -15609,6 +15793,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Invoke { @Test public void testAllFilesPresentInInvoke() throws Exception { @@ -15706,6 +15891,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LocalFunctions { @Test public void testAllFilesPresentInLocalFunctions() throws Exception { @@ -15900,6 +16086,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Ieee754 { @Test public void testAllFilesPresentInIeee754() throws Exception { @@ -16225,6 +16412,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Increment { @Test public void testAllFilesPresentInIncrement() throws Exception { @@ -16394,6 +16582,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Inference { @Test public void testAllFilesPresentInInference() throws Exception { @@ -16592,6 +16781,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BuilderInference { @Test public void testAllFilesPresentInBuilderInference() throws Exception { @@ -16804,6 +16994,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineArgsInPlace { @Test public void testAllFilesPresentInInlineArgsInPlace() throws Exception { @@ -16883,6 +17074,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClasses { public InlineClasses() { register("compiler/testData/codegen/box/inlineClasses/annotatedMemberExtensionProperty.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -19668,6 +19860,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BoxReturnValueInLambda { public BoxReturnValueInLambda() { register("compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda/boxAny.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -19904,6 +20097,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BoxReturnValueOnOverride { public BoxReturnValueOnOverride() { register("compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/boxReturnValueInDefaultMethod.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -20408,6 +20602,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CallableReferences { public CallableReferences() { register("compiler/testData/codegen/box/inlineClasses/callableReferences/boundInlineClassExtensionFun.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -20743,6 +20938,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Let { public Let() { register("compiler/testData/codegen/box/inlineClasses/callableReferences/let/any.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -20902,6 +21098,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ContextsAndAccessors { public ContextsAndAccessors() { register("compiler/testData/codegen/box/inlineClasses/contextsAndAccessors/accessPrivateInlineClassCompanionMethod.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -21254,6 +21451,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultParameterValues { public DefaultParameterValues() { register("compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultConstructorParameterValuesOfInlineClassType.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -21453,6 +21651,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultWithDefaultParameter { @Test public void testAllFilesPresentInDefaultWithDefaultParameter() throws Exception { @@ -21466,6 +21665,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OverrideFunctionWithDefaultParameter { @Test public void testAllFilesPresentInOverrideFunctionWithDefaultParameter() throws Exception { @@ -21480,6 +21680,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegationByUnderlyingType { @Test public void testAllFilesPresentInDelegationByUnderlyingType() throws Exception { @@ -21529,6 +21730,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunInterface { public FunInterface() { register("compiler/testData/codegen/box/inlineClasses/funInterface/argumentIC.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -21637,6 +21839,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunctionNameMangling { public FunctionNameMangling() { register("compiler/testData/codegen/box/inlineClasses/functionNameMangling/anonymousObjectInFunctionWithMangledName.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -21909,6 +22112,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class GenericUnderlyingValue { @Test public void testAllFilesPresentInGenericUnderlyingValue() throws Exception { @@ -21964,6 +22168,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class HiddenConstructor { public HiddenConstructor() { register("compiler/testData/codegen/box/inlineClasses/hiddenConstructor/constructorReferencedFromOtherFile1.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22178,6 +22383,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClassCollection { public InlineClassCollection() { register("compiler/testData/codegen/box/inlineClasses/inlineClassCollection/inlineCollectionOfInlineClass.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22250,6 +22456,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InterfaceDelegation { public InterfaceDelegation() { register("compiler/testData/codegen/box/inlineClasses/interfaceDelegation/interfaceImplementationByDelegation.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22386,6 +22593,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InterfaceMethodCalls { public InterfaceMethodCalls() { register("compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls/complexGenericMethodWithInlineClassOverride.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22578,6 +22786,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -22591,6 +22800,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Jvm8DefaultInterfaceMethods { @Test public void testAllFilesPresentInJvm8DefaultInterfaceMethods() throws Exception { @@ -22604,6 +22814,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PropertyDelegation { public PropertyDelegation() { register("compiler/testData/codegen/box/inlineClasses/propertyDelegation/captureLocalVarDelegatedToInlineClass.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -22796,6 +23007,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Result { @Test public void testAllFilesPresentInResult() throws Exception { @@ -22857,6 +23069,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ReturnResult { @Test public void testAllFilesPresentInReturnResult() throws Exception { @@ -22906,6 +23119,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class UnboxGenericParameter { @Test public void testAllFilesPresentInUnboxGenericParameter() throws Exception { @@ -22918,6 +23132,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunInterface { public FunInterface() { register("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface/any.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -23066,6 +23281,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Lambda { public Lambda() { register("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda/any.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -23214,6 +23430,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ObjectLiteral { public ObjectLiteral() { register("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral/any.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation()); @@ -23364,6 +23581,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InnerNested { @Test public void testAllFilesPresentInInnerNested() throws Exception { @@ -23544,6 +23762,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SuperConstructorCall { @Test public void testAllFilesPresentInSuperConstructorCall() throws Exception { @@ -23684,6 +23903,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Instructions { @Test public void testAllFilesPresentInInstructions() throws Exception { @@ -23696,6 +23916,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Swap { @Test public void testAllFilesPresentInSwap() throws Exception { @@ -23722,6 +23943,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Intrinsics { @Test public void testAllFilesPresentInIntrinsics() throws Exception { @@ -23873,6 +24095,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Invokedynamic { @Test public void testAllFilesPresentInInvokedynamic() throws Exception { @@ -23885,6 +24108,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Lambdas { @Test public void testAllFilesPresentInLambdas() throws Exception { @@ -23903,6 +24127,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClassInSignature { @Test public void testAllFilesPresentInInlineClassInSignature() throws Exception { @@ -23917,6 +24142,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Sam { @Test public void testAllFilesPresentInSam() throws Exception { @@ -23929,6 +24155,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunctionExprToJavaInterface { @Test public void testAllFilesPresentInFunctionExprToJavaInterface() throws Exception { @@ -23942,6 +24169,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunctionRefToJavaInterface { @Test public void testAllFilesPresentInFunctionRefToJavaInterface() throws Exception { @@ -23954,6 +24182,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SpecialFunctions { @Test public void testAllFilesPresentInSpecialFunctions() throws Exception { @@ -23967,6 +24196,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class WithAccessor { @Test public void testAllFilesPresentInWithAccessor() throws Exception { @@ -23981,6 +24211,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClassInSignature { @Test public void testAllFilesPresentInInlineClassInSignature() throws Exception { @@ -23994,6 +24225,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SpecializedGenerics { @Test public void testAllFilesPresentInSpecializedGenerics() throws Exception { @@ -24008,6 +24240,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Serializable { @Test public void testAllFilesPresentInSerializable() throws Exception { @@ -24022,6 +24255,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InvolvesIrInterpreter { @Test public void testAllFilesPresentInInvolvesIrInterpreter() throws Exception { @@ -24136,6 +24370,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class IntrinsicConst { @Test public void testAllFilesPresentInIntrinsicConst() throws Exception { @@ -24155,6 +24390,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Serialization { @Test public void testAllFilesPresentInSerialization() throws Exception { @@ -24193,6 +24429,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Ir { @Test public void testAllFilesPresentInIr() throws Exception { @@ -24331,6 +24568,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ClosureConversion { @Test public void testAllFilesPresentInClosureConversion() throws Exception { @@ -24392,6 +24630,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PrimitiveNumberComparisons { @Test public void testAllFilesPresentInPrimitiveNumberComparisons() throws Exception { @@ -24429,6 +24668,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PrivateSignatures { @Test public void testAllFilesPresentInPrivateSignatures() throws Exception { @@ -24454,6 +24694,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SerializationRegressions { @Test public void testAllFilesPresentInSerializationRegressions() throws Exception { @@ -24522,6 +24763,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaFieldAndKotlinProperty { @Test public void testAllFilesPresentInJavaFieldAndKotlinProperty() throws Exception { @@ -24535,6 +24777,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -24547,6 +24790,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForeignAnnotationsTests { @Test public void testAllFilesPresentInForeignAnnotationsTests() throws Exception { @@ -24559,6 +24803,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Tests { @Test public void testAllFilesPresentInTests() throws Exception { @@ -24573,6 +24818,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Generics { @Test public void testAllFilesPresentInGenerics() throws Exception { @@ -24598,6 +24844,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NotNullAssertions { @Test public void testAllFilesPresentInNotNullAssertions() throws Exception { @@ -24616,6 +24863,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class EnhancedNullability { @Test public void testAllFilesPresentInEnhancedNullability() throws Exception { @@ -24629,6 +24877,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExpressionAssertionMessages { @Test public void testAllFilesPresentInExpressionAssertionMessages() throws Exception { @@ -24642,6 +24891,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NullCheckOnLambdaReturnValue { @Test public void testAllFilesPresentInNullCheckOnLambdaReturnValue() throws Exception { @@ -24656,6 +24906,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ObjectMethods { @Test public void testAllFilesPresentInObjectMethods() throws Exception { @@ -24694,6 +24945,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaVisibility { @Test public void testAllFilesPresentInJavaVisibility() throws Exception { @@ -24706,6 +24958,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Package { @Test public void testAllFilesPresentInPackage() throws Exception { @@ -24719,6 +24972,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ProtectedAndPackage { @Test public void testAllFilesPresentInProtectedAndPackage() throws Exception { @@ -24732,6 +24986,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ProtectedStatic { @Test public void testAllFilesPresentInProtectedStatic() throws Exception { @@ -24746,6 +25001,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Jdk { @Test public void testAllFilesPresentInJdk() throws Exception { @@ -24783,6 +25039,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Js { @Test public void testAllFilesPresentInJs() throws Exception { @@ -24796,6 +25053,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Jvm8 { @Test public void testAllFilesPresentInJvm8() throws Exception { @@ -24808,6 +25066,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Defaults { @Test public void testAllFilesPresentInDefaults() throws Exception { @@ -24820,6 +25079,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class AllCompatibility { @Test public void testAllFilesPresentInAllCompatibility() throws Exception { @@ -24832,6 +25092,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegationBy { @Test public void testAllFilesPresentInDelegationBy() throws Exception { @@ -24846,6 +25107,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegationBy { @Test public void testAllFilesPresentInDelegationBy() throws Exception { @@ -24859,6 +25121,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NoDefaultImpls { @Test public void testAllFilesPresentInNoDefaultImpls() throws Exception { @@ -24871,6 +25134,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegationBy { @Test public void testAllFilesPresentInDelegationBy() throws Exception { @@ -24884,6 +25148,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Specialization { @Test public void testAllFilesPresentInSpecialization() throws Exception { @@ -24897,6 +25162,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class WithCompatibility { @Test public void testAllFilesPresentInWithCompatibility() throws Exception { @@ -24911,6 +25177,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NonDefaultInheritance { @Test public void testAllFilesPresentInNonDefaultInheritance() throws Exception { @@ -24924,6 +25191,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reflection { @Test public void testAllFilesPresentInReflection() throws Exception { @@ -24938,6 +25206,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InterfaceFlag { @Test public void testAllFilesPresentInInterfaceFlag() throws Exception { @@ -24951,6 +25220,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaDefaults { @Test public void testAllFilesPresentInJavaDefaults() throws Exception { @@ -24965,6 +25235,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmField { @Test public void testAllFilesPresentInJvmField() throws Exception { @@ -24978,6 +25249,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmName { @Test public void testAllFilesPresentInJvmName() throws Exception { @@ -24990,6 +25262,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FileFacades { @Test public void testAllFilesPresentInFileFacades() throws Exception { @@ -25004,6 +25277,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmOverloads { @Test public void testAllFilesPresentInJvmOverloads() throws Exception { @@ -25017,6 +25291,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmPackageName { @Test public void testAllFilesPresentInJvmPackageName() throws Exception { @@ -25030,6 +25305,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmStatic { @Test public void testAllFilesPresentInJvmStatic() throws Exception { @@ -25042,6 +25318,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ProtectedInSuperClass { @Test public void testAllFilesPresentInProtectedInSuperClass() throws Exception { @@ -25056,6 +25333,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Labels { @Test public void testAllFilesPresentInLabels() throws Exception { @@ -25117,6 +25395,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LazyCodegen { @Test public void testAllFilesPresentInLazyCodegen() throws Exception { @@ -25183,6 +25462,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Optimizations { @Test public void testAllFilesPresentInOptimizations() throws Exception { @@ -25251,6 +25531,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LocalClasses { @Test public void testAllFilesPresentInLocalClasses() throws Exception { @@ -25504,6 +25785,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Mangling { @Test public void testAllFilesPresentInMangling() throws Exception { @@ -25553,6 +25835,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MixedNamedPosition { @Test public void testAllFilesPresentInMixedNamedPosition() throws Exception { @@ -25590,6 +25873,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultiDecl { @Test public void testAllFilesPresentInMultiDecl() throws Exception { @@ -25686,6 +25970,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForIterator { @Test public void testAllFilesPresentInForIterator() throws Exception { @@ -25728,6 +26013,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LongIterator { @Test public void testAllFilesPresentInLongIterator() throws Exception { @@ -25766,6 +26052,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForRange { @Test public void testAllFilesPresentInForRange() throws Exception { @@ -25820,6 +26107,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExplicitRangeTo { @Test public void testAllFilesPresentInExplicitRangeTo() throws Exception { @@ -25862,6 +26150,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Int { @Test public void testAllFilesPresentInInt() throws Exception { @@ -25899,6 +26188,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Long { @Test public void testAllFilesPresentInLong() throws Exception { @@ -25937,6 +26227,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExplicitRangeToWithDot { @Test public void testAllFilesPresentInExplicitRangeToWithDot() throws Exception { @@ -25979,6 +26270,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Int { @Test public void testAllFilesPresentInInt() throws Exception { @@ -26016,6 +26308,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Long { @Test public void testAllFilesPresentInLong() throws Exception { @@ -26054,6 +26347,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Int { @Test public void testAllFilesPresentInInt() throws Exception { @@ -26091,6 +26385,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Long { @Test public void testAllFilesPresentInLong() throws Exception { @@ -26130,6 +26425,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultifileClasses { @Test public void testAllFilesPresentInMultifileClasses() throws Exception { @@ -26142,6 +26438,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Optimized { @Test public void testAllFilesPresentInOptimized() throws Exception { @@ -26156,6 +26453,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Multiplatform { @Test public void testAllFilesPresentInMultiplatform() throws Exception { @@ -26186,6 +26484,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultArguments { @Test public void testAllFilesPresentInDefaultArguments() throws Exception { @@ -26343,6 +26642,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Exhaustiveness { @Test public void testAllFilesPresentInExhaustiveness() throws Exception { @@ -26356,6 +26656,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Hmpp { @Test public void testAllFilesPresentInHmpp() throws Exception { @@ -26369,6 +26670,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class K2 { @Test public void testAllFilesPresentInK2() throws Exception { @@ -26387,6 +26689,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Annotations { @Test public void testAllFilesPresentInAnnotations() throws Exception { @@ -26406,6 +26709,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Basic { @Test @TestMetadata("accessToLocalClassFromBackend.kt") @@ -26545,6 +26849,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultArguments { @Test public void testAllFilesPresentInDefaultArguments() throws Exception { @@ -26703,6 +27008,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultiModule { @Test public void testAllFilesPresentInMultiModule() throws Exception { @@ -26741,6 +27047,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NonLocalReturns { @Test public void testAllFilesPresentInNonLocalReturns() throws Exception { @@ -26772,6 +27079,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NotNullAssertions { @Test public void testAllFilesPresentInNotNullAssertions() throws Exception { @@ -26785,6 +27093,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NothingValue { @Test public void testAllFilesPresentInNothingValue() throws Exception { @@ -26810,6 +27119,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NullCheckOptimization { @Test public void testAllFilesPresentInNullCheckOptimization() throws Exception { @@ -26859,6 +27169,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ObjectIntrinsics { @Test public void testAllFilesPresentInObjectIntrinsics() throws Exception { @@ -26878,6 +27189,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Objects { @Test public void testAllFilesPresentInObjects() throws Exception { @@ -27358,6 +27670,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CompanionObjectAccess { @Test public void testAllFilesPresentInCompanionObjectAccess() throws Exception { @@ -27466,6 +27779,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultipleCompanionsWithAccessors { @Test @TestMetadata("accessFromInlineLambda.kt") @@ -27551,6 +27865,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PrimitiveCompanion { @Test public void testAllFilesPresentInPrimitiveCompanion() throws Exception { @@ -27608,6 +27923,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OperatorConventions { @Test public void testAllFilesPresentInOperatorConventions() throws Exception { @@ -27770,6 +28086,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CompareTo { @Test public void testAllFilesPresentInCompareTo() throws Exception { @@ -27850,6 +28167,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Optimizations { @Test public void testAllFilesPresentInOptimizations() throws Exception { @@ -27869,6 +28187,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Package { @Test public void testAllFilesPresentInPackage() throws Exception { @@ -27948,6 +28267,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ParametersMetadata { @Test public void testAllFilesPresentInParametersMetadata() throws Exception { @@ -27961,6 +28281,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PlatformTypes { @Test public void testAllFilesPresentInPlatformTypes() throws Exception { @@ -27973,6 +28294,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Primitives { @Test public void testAllFilesPresentInPrimitives() throws Exception { @@ -28101,6 +28423,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PolymorphicSignature { @Test public void testAllFilesPresentInPolymorphicSignature() throws Exception { @@ -28114,6 +28437,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PrimitiveTypes { @Test public void testAllFilesPresentInPrimitiveTypes() throws Exception { @@ -28480,6 +28804,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class EqualityWithObject { @Test public void testAllFilesPresentInEqualityWithObject() throws Exception { @@ -28546,6 +28871,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Generated { @Test public void testAllFilesPresentInGenerated() throws Exception { @@ -28668,6 +28994,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NumberToChar { @Test @TestMetadata("abstractMethodInSuperinterface.kt") @@ -28718,6 +29045,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Private { @Test public void testAllFilesPresentInPrivate() throws Exception { @@ -28743,6 +29071,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PrivateConstructors { @Test public void testAllFilesPresentInPrivateConstructors() throws Exception { @@ -28828,6 +29157,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Properties { @Test @TestMetadata("accessToPrivateProperty.kt") @@ -29308,6 +29638,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BackingField { @Test public void testAllFilesPresentInBackingField() throws Exception { @@ -29321,6 +29652,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Const { @Test public void testAllFilesPresentInConst() throws Exception { @@ -29358,6 +29690,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Lateinit { @Test @TestMetadata("accessor.kt") @@ -29460,6 +29793,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class IsInitializedAndDeinitialize { @Test public void testAllFilesPresentInIsInitializedAndDeinitialize() throws Exception { @@ -29527,6 +29861,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Local { @Test public void testAllFilesPresentInLocal() throws Exception { @@ -29582,6 +29917,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TopLevel { @Test @TestMetadata("accessorException.kt") @@ -29627,6 +29963,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class PublishedApi { @Test public void testAllFilesPresentInPublishedApi() throws Exception { @@ -29652,6 +29989,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Ranges { @Test public void testAllFilesPresentInRanges() throws Exception { @@ -29808,6 +30146,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Contains { @Test public void testAllFilesPresentInContains() throws Exception { @@ -30120,6 +30459,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Generated { @Test public void testAllFilesPresentInGenerated() throws Exception { @@ -30296,6 +30636,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class EvaluationOrder { @Test public void testAllFilesPresentInEvaluationOrder() throws Exception { @@ -30362,6 +30703,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Stepped { @Test public void testAllFilesPresentInStepped() throws Exception { @@ -30374,6 +30716,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInDownTo { @Test public void testAllFilesPresentInForInDownTo() throws Exception { @@ -30435,6 +30778,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInRangeLiteral { @Test public void testAllFilesPresentInForInRangeLiteral() throws Exception { @@ -30496,6 +30840,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInUntil { @Test public void testAllFilesPresentInForInUntil() throws Exception { @@ -30559,6 +30904,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Expression { @Test public void testAllFilesPresentInExpression() throws Exception { @@ -30758,6 +31104,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInDownTo { @Test public void testAllFilesPresentInForInDownTo() throws Exception { @@ -30813,6 +31160,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInIndices { @Test public void testAllFilesPresentInForInIndices() throws Exception { @@ -30970,6 +31318,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInProgressionWithIndex { @Test public void testAllFilesPresentInForInProgressionWithIndex() throws Exception { @@ -31073,6 +31422,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInReversed { @Test public void testAllFilesPresentInForInReversed() throws Exception { @@ -31194,6 +31544,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForInUntil { @Test public void testAllFilesPresentInForInUntil() throws Exception { @@ -31297,6 +31648,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ForWithPossibleOverflow { @Test public void testAllFilesPresentInForWithPossibleOverflow() throws Exception { @@ -31388,6 +31740,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaInterop { @Test public void testAllFilesPresentInJavaInterop() throws Exception { @@ -31400,6 +31753,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class WithIndex { @Test public void testAllFilesPresentInWithIndex() throws Exception { @@ -31414,6 +31768,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Literal { @Test public void testAllFilesPresentInLiteral() throws Exception { @@ -31613,6 +31968,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NullableLoopParameter { @Test public void testAllFilesPresentInNullableLoopParameter() throws Exception { @@ -31644,6 +32000,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Stepped { @Test public void testAllFilesPresentInStepped() throws Exception { @@ -31656,6 +32013,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Expression { @Test public void testAllFilesPresentInExpression() throws Exception { @@ -31668,6 +32026,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DownTo { @Test public void testAllFilesPresentInDownTo() throws Exception { @@ -31776,6 +32135,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -31837,6 +32197,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -31887,6 +32248,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RangeTo { @Test public void testAllFilesPresentInRangeTo() throws Exception { @@ -31995,6 +32357,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32056,6 +32419,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32106,6 +32470,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RangeUntil { @Test public void testAllFilesPresentInRangeUntil() throws Exception { @@ -32178,6 +32543,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32239,6 +32605,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32289,6 +32656,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Until { @Test public void testAllFilesPresentInUntil() throws Exception { @@ -32403,6 +32771,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32464,6 +32833,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32515,6 +32885,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Literal { @Test public void testAllFilesPresentInLiteral() throws Exception { @@ -32527,6 +32898,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DownTo { @Test public void testAllFilesPresentInDownTo() throws Exception { @@ -32635,6 +33007,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32696,6 +33069,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32746,6 +33120,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RangeTo { @Test public void testAllFilesPresentInRangeTo() throws Exception { @@ -32854,6 +33229,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -32915,6 +33291,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -32965,6 +33342,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RangeUntil { @Test public void testAllFilesPresentInRangeUntil() throws Exception { @@ -33037,6 +33415,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33098,6 +33477,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33148,6 +33528,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Until { @Test public void testAllFilesPresentInUntil() throws Exception { @@ -33262,6 +33643,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33323,6 +33705,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33374,6 +33757,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Unsigned { @Test public void testAllFilesPresentInUnsigned() throws Exception { @@ -33386,6 +33770,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Expression { @Test public void testAllFilesPresentInExpression() throws Exception { @@ -33398,6 +33783,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DownTo { @Test public void testAllFilesPresentInDownTo() throws Exception { @@ -33506,6 +33892,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33567,6 +33954,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33617,6 +34005,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RangeTo { @Test public void testAllFilesPresentInRangeTo() throws Exception { @@ -33725,6 +34114,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33786,6 +34176,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -33836,6 +34227,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RangeUntil { @Test public void testAllFilesPresentInRangeUntil() throws Exception { @@ -33908,6 +34300,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -33969,6 +34362,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34019,6 +34413,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Until { @Test public void testAllFilesPresentInUntil() throws Exception { @@ -34133,6 +34528,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -34194,6 +34590,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34245,6 +34642,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Literal { @Test public void testAllFilesPresentInLiteral() throws Exception { @@ -34257,6 +34655,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DownTo { @Test public void testAllFilesPresentInDownTo() throws Exception { @@ -34365,6 +34764,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -34426,6 +34826,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34476,6 +34877,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RangeTo { @Test public void testAllFilesPresentInRangeTo() throws Exception { @@ -34584,6 +34986,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -34645,6 +35048,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34695,6 +35099,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RangeUntil { @Test public void testAllFilesPresentInRangeUntil() throws Exception { @@ -34767,6 +35172,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -34828,6 +35234,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -34878,6 +35285,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Until { @Test public void testAllFilesPresentInUntil() throws Exception { @@ -34992,6 +35400,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NestedStep { @Test public void testAllFilesPresentInNestedStep() throws Exception { @@ -35053,6 +35462,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reversed { @Test public void testAllFilesPresentInReversed() throws Exception { @@ -35106,6 +35516,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Unsigned { @Test public void testAllFilesPresentInUnsigned() throws Exception { @@ -35154,6 +35565,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Expression { @Test public void testAllFilesPresentInExpression() throws Exception { @@ -35353,6 +35765,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Literal { @Test public void testAllFilesPresentInLiteral() throws Exception { @@ -35552,6 +35965,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NullableLoopParameter { @Test public void testAllFilesPresentInNullableLoopParameter() throws Exception { @@ -35585,6 +35999,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class RecursiveRawTypes { @Test public void testAllFilesPresentInRecursiveRawTypes() throws Exception { @@ -35598,6 +36013,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reflection { @Test public void testAllFilesPresentInReflection() throws Exception { @@ -35610,6 +36026,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Annotations { @Test public void testAllFilesPresentInAnnotations() throws Exception { @@ -35694,6 +36111,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OnTypes { @Test public void testAllFilesPresentInOnTypes() throws Exception { @@ -35707,6 +36125,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Repeatable { @Test public void testAllFilesPresentInRepeatable() throws Exception { @@ -35721,6 +36140,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Builtins { @Test public void testAllFilesPresentInBuiltins() throws Exception { @@ -35746,6 +36166,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Call { @Test public void testAllFilesPresentInCall() throws Exception { @@ -35830,6 +36251,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Bound { @Test public void testAllFilesPresentInBound() throws Exception { @@ -35891,6 +36313,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -35921,6 +36344,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NonNullObject { @Test public void testAllFilesPresentInNonNullObject() throws Exception { @@ -35934,6 +36358,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NullableObject { @Test public void testAllFilesPresentInNullableObject() throws Exception { @@ -35947,6 +36372,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Primitive { @Test public void testAllFilesPresentInPrimitive() throws Exception { @@ -35961,6 +36387,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ValueClasses { @Test public void testAllFilesPresentInValueClasses() throws Exception { @@ -35975,6 +36402,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CallBy { @Test public void testAllFilesPresentInCallBy() throws Exception { @@ -36120,6 +36548,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ClassLiterals { @Test public void testAllFilesPresentInClassLiterals() throws Exception { @@ -36163,6 +36592,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Classes { @Test public void testAllFilesPresentInClasses() throws Exception { @@ -36206,6 +36636,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Constructors { @Test public void testAllFilesPresentInConstructors() throws Exception { @@ -36249,6 +36680,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CreateAnnotation { @Test public void testAllFilesPresentInCreateAnnotation() throws Exception { @@ -36310,6 +36742,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Enclosing { @Test public void testAllFilesPresentInEnclosing() throws Exception { @@ -36323,6 +36756,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Functions { @Test public void testAllFilesPresentInFunctions() throws Exception { @@ -36360,6 +36794,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class GenericSignature { @Test public void testAllFilesPresentInGenericSignature() throws Exception { @@ -36379,6 +36814,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class IsInstance { @Test public void testAllFilesPresentInIsInstance() throws Exception { @@ -36392,6 +36828,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class KClassInAnnotation { @Test public void testAllFilesPresentInKClassInAnnotation() throws Exception { @@ -36417,6 +36854,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LambdaClasses { @Test public void testAllFilesPresentInLambdaClasses() throws Exception { @@ -36430,6 +36868,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Mapping { @Test public void testAllFilesPresentInMapping() throws Exception { @@ -36442,6 +36881,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FakeOverrides { @Test public void testAllFilesPresentInFakeOverrides() throws Exception { @@ -36455,6 +36895,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -36468,6 +36909,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmStatic { @Test public void testAllFilesPresentInJvmStatic() throws Exception { @@ -36481,6 +36923,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Types { @Test public void testAllFilesPresentInTypes() throws Exception { @@ -36494,6 +36937,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ValueClasses { @Test public void testAllFilesPresentInValueClasses() throws Exception { @@ -36508,6 +36952,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MethodsFromAny { @Test public void testAllFilesPresentInMethodsFromAny() throws Exception { @@ -36635,6 +37080,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Modifiers { @Test public void testAllFilesPresentInModifiers() throws Exception { @@ -36690,6 +37136,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultifileClasses { @Test public void testAllFilesPresentInMultifileClasses() throws Exception { @@ -36703,6 +37150,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NoReflectAtRuntime { @Test public void testAllFilesPresentInNoReflectAtRuntime() throws Exception { @@ -36733,6 +37181,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MethodsFromAny { @Test public void testAllFilesPresentInMethodsFromAny() throws Exception { @@ -36759,6 +37208,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Parameters { @Test public void testAllFilesPresentInParameters() throws Exception { @@ -36826,6 +37276,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Properties { @Test public void testAllFilesPresentInProperties() throws Exception { @@ -36910,6 +37361,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Accessors { @Test @TestMetadata("accessorNames.kt") @@ -36953,6 +37405,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class GetDelegate { @Test public void testAllFilesPresentInGetDelegate() throws Exception { @@ -36965,6 +37418,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Method { @Test public void testAllFilesPresentInMethod() throws Exception { @@ -36979,6 +37433,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmField { @Test public void testAllFilesPresentInJvmField() throws Exception { @@ -36992,6 +37447,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LocalDelegated { @Test public void testAllFilesPresentInLocalDelegated() throws Exception { @@ -37006,6 +37462,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Supertypes { @Test public void testAllFilesPresentInSupertypes() throws Exception { @@ -37037,6 +37494,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TypeOf { @Test public void testAllFilesPresentInTypeOf() throws Exception { @@ -37097,6 +37555,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Js { @Test public void testAllFilesPresentInJs() throws Exception { @@ -37110,6 +37569,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NoReflect { @Test public void testAllFilesPresentInNoReflect() throws Exception { @@ -37128,6 +37588,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NonReifiedTypeParameters { @Test public void testAllFilesPresentInNonReifiedTypeParameters() throws Exception { @@ -37142,6 +37603,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NonReifiedTypeParameters { @Test public void testAllFilesPresentInNonReifiedTypeParameters() throws Exception { @@ -37222,6 +37684,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TypeParameters { @Test public void testAllFilesPresentInTypeParameters() throws Exception { @@ -37253,6 +37716,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Types { @Test public void testAllFilesPresentInTypes() throws Exception { @@ -37295,6 +37759,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CreateType { @Test public void testAllFilesPresentInCreateType() throws Exception { @@ -37338,6 +37803,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Subtyping { @Test public void testAllFilesPresentInSubtyping() throws Exception { @@ -37371,6 +37837,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Regressions { @Test public void testAllFilesPresentInRegressions() throws Exception { @@ -37804,6 +38271,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reified { @Test public void testAllFilesPresentInReified() throws Exception { @@ -37942,6 +38410,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ArraysReification { @Test public void testAllFilesPresentInArraysReification() throws Exception { @@ -37980,6 +38449,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SafeCall { @Test public void testAllFilesPresentInSafeCall() throws Exception { @@ -38095,6 +38565,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Sam { @Test public void testAllFilesPresentInSam() throws Exception { @@ -38125,6 +38596,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Adapters { @Test public void testAllFilesPresentInAdapters() throws Exception { @@ -38137,6 +38609,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Operators { @Test public void testAllFilesPresentInOperators() throws Exception { @@ -38151,6 +38624,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Approximation { @Test public void testAllFilesPresentInApproximation() throws Exception { @@ -38188,6 +38662,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Constructors { @Test public void testAllFilesPresentInConstructors() throws Exception { @@ -38219,6 +38694,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Equality { @Test public void testAllFilesPresentInEquality() throws Exception { @@ -38232,6 +38708,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JavaSamWithEqualsHashCode { @Test public void testAllFilesPresentInJavaSamWithEqualsHashCode() throws Exception { @@ -38246,6 +38723,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SameFileInSourceAndDependencies { @Test public void testAllFilesPresentInSameFileInSourceAndDependencies() throws Exception { @@ -38313,6 +38791,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Script { @Test public void testAllFilesPresentInScript() throws Exception { @@ -38326,6 +38805,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Sealed { @Test public void testAllFilesPresentInSealed() throws Exception { @@ -38387,6 +38867,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SecondaryConstructors { @Test @TestMetadata("accessToCompanion.kt") @@ -38586,6 +39067,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Size { @Test public void testAllFilesPresentInSize() throws Exception { @@ -38599,6 +39081,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Smap { @Test public void testAllFilesPresentInSmap() throws Exception { @@ -38612,6 +39095,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SmartCasts { @Test public void testAllFilesPresentInSmartCasts() throws Exception { @@ -38775,6 +39259,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SpecialBuiltins { @Test public void testAllFilesPresentInSpecialBuiltins() throws Exception { @@ -38932,6 +39417,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Statics { @Test public void testAllFilesPresentInStatics() throws Exception { @@ -38993,6 +39479,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class StoreStackBeforeInline { @Test public void testAllFilesPresentInStoreStackBeforeInline() throws Exception { @@ -39036,6 +39523,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Strings { @Test public void testAllFilesPresentInStrings() throws Exception { @@ -39265,6 +39753,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Super { @Test public void testAllFilesPresentInSuper() throws Exception { @@ -39457,6 +39946,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SuperConstructor { @Test public void testAllFilesPresentInSuperConstructor() throws Exception { @@ -39513,6 +40003,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Suppressions { @Test public void testAllFilesPresentInSuppressions() throws Exception { @@ -39532,6 +40023,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SuspendConversion { @Test public void testAllFilesPresentInSuspendConversion() throws Exception { @@ -39617,6 +40109,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Synchronized { @Test public void testAllFilesPresentInSynchronized() throws Exception { @@ -39630,6 +40123,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SyntheticAccessors { @Test @TestMetadata("accessorForAbstractProtected.kt") @@ -39756,6 +40250,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ProtectedJavaFieldAccessor { @Test public void testAllFilesPresentInProtectedJavaFieldAccessor() throws Exception { @@ -39769,6 +40264,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ProtectedMemberReferenceAccessor { @Test public void testAllFilesPresentInProtectedMemberReferenceAccessor() throws Exception { @@ -39807,6 +40303,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SyntheticExtensions { @Test public void testAllFilesPresentInSyntheticExtensions() throws Exception { @@ -39820,6 +40317,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Throws { @Test public void testAllFilesPresentInThrows() throws Exception { @@ -39833,6 +40331,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ToArray { @Test public void testAllFilesPresentInToArray() throws Exception { @@ -39864,6 +40363,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TopLevelInitializtion { @Test public void testAllFilesPresentInTopLevelInitializtion() throws Exception { @@ -39907,6 +40407,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TopLevelPrivate { @Test public void testAllFilesPresentInTopLevelPrivate() throws Exception { @@ -39932,6 +40433,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TrailingComma { @Test public void testAllFilesPresentInTrailingComma() throws Exception { @@ -39951,6 +40453,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Traits { @Test @TestMetadata("abstractClassWithFakeOverride.kt") @@ -40168,6 +40671,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TypeInfo { @Test public void testAllFilesPresentInTypeInfo() throws Exception { @@ -40217,6 +40721,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TypeMapping { @Test public void testAllFilesPresentInTypeMapping() throws Exception { @@ -40272,6 +40777,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Typealias { @Test public void testAllFilesPresentInTypealias() throws Exception { @@ -40429,6 +40935,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class UnaryOp { @Test public void testAllFilesPresentInUnaryOp() throws Exception { @@ -40478,6 +40985,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class UnderscoredTypeArguments { @Test public void testAllFilesPresentInUnderscoredTypeArguments() throws Exception { @@ -40515,6 +41023,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Unit { @Test public void testAllFilesPresentInUnit() throws Exception { @@ -40612,6 +41121,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class UnsignedTypes { @Test public void testAllFilesPresentInUnsignedTypes() throws Exception { @@ -40888,6 +41398,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Jvm8Intrinsics { @Test public void testAllFilesPresentInJvm8Intrinsics() throws Exception { @@ -40902,6 +41413,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ValueClasses { @Test public void testAllFilesPresentInValueClasses() throws Exception { @@ -40915,6 +41427,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Vararg { @Test public void testAllFilesPresentInVararg() throws Exception { @@ -41024,6 +41537,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Volatile { @Test public void testAllFilesPresentInVolatile() throws Exception { @@ -41115,6 +41629,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class When { @Test public void testAllFilesPresentInWhen() throws Exception { @@ -41391,6 +41906,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class EnumOptimization { @Test public void testAllFilesPresentInEnumOptimization() throws Exception { @@ -41530,6 +42046,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class StringOptimization { @Test public void testAllFilesPresentInStringOptimization() throws Exception { @@ -41597,6 +42114,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class WhenSubjectVariable { @Test public void testAllFilesPresentInWhenSubjectVariable() throws Exception { @@ -41720,6 +42238,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BoxInline { @Test public void testAllFilesPresentInBoxInline() throws Exception { @@ -41732,6 +42251,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Annotations { @Test public void testAllFilesPresentInAnnotations() throws Exception { @@ -41757,6 +42277,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class AnonymousObject { @Test public void testAllFilesPresentInAnonymousObject() throws Exception { @@ -42159,6 +42680,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class EnumEntries { @Test public void testAllFilesPresentInEnumEntries() throws Exception { @@ -42172,6 +42694,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class EnumWhen { @Test public void testAllFilesPresentInEnumWhen() throws Exception { @@ -42209,6 +42732,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ProperRecapturing { @Test public void testAllFilesPresentInProperRecapturing() throws Exception { @@ -42258,6 +42782,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ProperRecapturingInClass { @Test public void testAllFilesPresentInProperRecapturingInClass() throws Exception { @@ -42343,6 +42868,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Sam { @Test public void testAllFilesPresentInSam() throws Exception { @@ -42356,6 +42882,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TwoCapturedReceivers { @Test public void testAllFilesPresentInTwoCapturedReceivers() throws Exception { @@ -42412,6 +42939,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ArgumentOrder { @Test public void testAllFilesPresentInArgumentOrder() throws Exception { @@ -42509,6 +43037,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ArrayConvention { @Test public void testAllFilesPresentInArrayConvention() throws Exception { @@ -42558,6 +43087,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Assert { @Test public void testAllFilesPresentInAssert() throws Exception { @@ -42571,6 +43101,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Builders { @Test public void testAllFilesPresentInBuilders() throws Exception { @@ -42584,6 +43115,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class BytecodePreprocessing { @Test public void testAllFilesPresentInBytecodePreprocessing() throws Exception { @@ -42597,6 +43129,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CallableReference { @Test @TestMetadata("adapted.kt") @@ -42705,6 +43238,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class AdaptedReferences { @Test public void testAllFilesPresentInAdaptedReferences() throws Exception { @@ -42754,6 +43288,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Bound { @Test public void testAllFilesPresentInBound() throws Exception { @@ -42924,6 +43459,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Capture { @Test public void testAllFilesPresentInCapture() throws Exception { @@ -43003,6 +43539,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Complex { @Test public void testAllFilesPresentInComplex() throws Exception { @@ -43052,6 +43589,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ComplexStack { @Test public void testAllFilesPresentInComplexStack() throws Exception { @@ -43119,6 +43657,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Contracts { @Test public void testAllFilesPresentInContracts() throws Exception { @@ -43222,6 +43761,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultValues { @Test @TestMetadata("33Parameters.kt") @@ -43354,6 +43894,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LambdaInlining { @Test public void testAllFilesPresentInLambdaInlining() throws Exception { @@ -43564,6 +44105,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CallableReferences { @Test public void testAllFilesPresentInCallableReferences() throws Exception { @@ -43746,6 +44288,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MaskElimination { @Test @TestMetadata("32Parameters.kt") @@ -43802,6 +44345,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DelegatedProperty { @Test public void testAllFilesPresentInDelegatedProperty() throws Exception { @@ -43851,6 +44395,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class EnclosingInfo { @Test public void testAllFilesPresentInEnclosingInfo() throws Exception { @@ -43864,6 +44409,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Enum { @Test public void testAllFilesPresentInEnum() throws Exception { @@ -43955,6 +44501,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunctionExpression { @Test public void testAllFilesPresentInFunctionExpression() throws Exception { @@ -43974,6 +44521,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineArgsInplace { @Test public void testAllFilesPresentInInlineArgsInplace() throws Exception { @@ -43993,6 +44541,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClasses { @Test public void testAllFilesPresentInInlineClasses() throws Exception { @@ -44047,6 +44596,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class UnboxGenericParameter { @Test public void testAllFilesPresentInUnboxGenericParameter() throws Exception { @@ -44059,6 +44609,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FunInterface { @Test public void testAllFilesPresentInFunInterface() throws Exception { @@ -44108,6 +44659,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Lambda { @Test public void testAllFilesPresentInLambda() throws Exception { @@ -44157,6 +44709,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ObjectLiteral { @Test public void testAllFilesPresentInObjectLiteral() throws Exception { @@ -44208,6 +44761,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InnerClasses { @Test public void testAllFilesPresentInInnerClasses() throws Exception { @@ -44269,6 +44823,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Invokedynamic { @Test public void testAllFilesPresentInInvokedynamic() throws Exception { @@ -44281,6 +44836,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Lambdas { @Test public void testAllFilesPresentInLambdas() throws Exception { @@ -44294,6 +44850,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Sam { @Test public void testAllFilesPresentInSam() throws Exception { @@ -44308,6 +44865,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmName { @Test public void testAllFilesPresentInJvmName() throws Exception { @@ -44321,6 +44879,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class JvmPackageName { @Test public void testAllFilesPresentInJvmPackageName() throws Exception { @@ -44334,6 +44893,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LambdaClassClash { @Test public void testAllFilesPresentInLambdaClassClash() throws Exception { @@ -44359,6 +44919,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LambdaTransformation { @Test public void testAllFilesPresentInLambdaTransformation() throws Exception { @@ -44402,6 +44963,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class LocalFunInLambda { @Test public void testAllFilesPresentInLocalFunInLambda() throws Exception { @@ -44439,6 +45001,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultiModule { @Test public void testAllFilesPresentInMultiModule() throws Exception { @@ -44458,6 +45021,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MultifileClasses { @Test public void testAllFilesPresentInMultifileClasses() throws Exception { @@ -44471,6 +45035,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Multiplatform { @Test public void testAllFilesPresentInMultiplatform() throws Exception { @@ -44483,6 +45048,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultArguments { @Test public void testAllFilesPresentInDefaultArguments() throws Exception { @@ -44503,6 +45069,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NoInline { @Test public void testAllFilesPresentInNoInline() throws Exception { @@ -44558,6 +45125,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class NonLocalReturns { @Test public void testAllFilesPresentInNonLocalReturns() throws Exception { @@ -44708,6 +45276,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Deparenthesize { @Test public void testAllFilesPresentInDeparenthesize() throws Exception { @@ -44733,6 +45302,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TryFinally { @Test public void testAllFilesPresentInTryFinally() throws Exception { @@ -44823,6 +45393,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CallSite { @Test public void testAllFilesPresentInCallSite() throws Exception { @@ -44872,6 +45443,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Chained { @Test public void testAllFilesPresentInChained() throws Exception { @@ -44933,6 +45505,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DeclSite { @Test public void testAllFilesPresentInDeclSite() throws Exception { @@ -45018,6 +45591,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExceptionTable { @Test public void testAllFilesPresentInExceptionTable() throws Exception { @@ -45151,6 +45725,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Variables { @Test public void testAllFilesPresentInVariables() throws Exception { @@ -45172,6 +45747,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Optimizations { @Test public void testAllFilesPresentInOptimizations() throws Exception { @@ -45191,6 +45767,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Private { @Test @TestMetadata("accessorForConst.kt") @@ -45276,6 +45853,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Property { @Test public void testAllFilesPresentInProperty() throws Exception { @@ -45373,6 +45951,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Reified { @Test public void testAllFilesPresentInReified() throws Exception { @@ -45511,6 +46090,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CheckCast { @Test public void testAllFilesPresentInCheckCast() throws Exception { @@ -45578,6 +46158,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultLambda { @Test public void testAllFilesPresentInDefaultLambda() throws Exception { @@ -45591,6 +46172,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class IsCheck { @Test public void testAllFilesPresentInIsCheck() throws Exception { @@ -45623,6 +46205,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Signature { @Test public void testAllFilesPresentInSignature() throws Exception { @@ -45636,6 +46219,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SignatureMangling { @Test public void testAllFilesPresentInSignatureMangling() throws Exception { @@ -45649,6 +46233,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Simple { @Test public void testAllFilesPresentInSimple() throws Exception { @@ -45800,6 +46385,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Smap { @Test public void testAllFilesPresentInSmap() throws Exception { @@ -45938,6 +46524,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Anonymous { @Test public void testAllFilesPresentInAnonymous() throws Exception { @@ -46011,6 +46598,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultLambda { @Test public void testAllFilesPresentInDefaultLambda() throws Exception { @@ -46078,6 +46666,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineOnly { @Test public void testAllFilesPresentInInlineOnly() throws Exception { @@ -46115,6 +46704,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Newsmap { @Test public void testAllFilesPresentInNewsmap() throws Exception { @@ -46152,6 +46742,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Resolve { @Test public void testAllFilesPresentInResolve() throws Exception { @@ -46178,6 +46769,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Special { @Test public void testAllFilesPresentInSpecial() throws Exception { @@ -46245,6 +46837,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class StackOnReturn { @Test public void testAllFilesPresentInStackOnReturn() throws Exception { @@ -46354,6 +46947,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Suspend { @Test public void testAllFilesPresentInSuspend() throws Exception { @@ -46510,6 +47104,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class CallableReference { @Test public void testAllFilesPresentInCallableReference() throws Exception { @@ -46553,6 +47148,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class DefaultParameter { @Test public void testAllFilesPresentInDefaultParameter() throws Exception { @@ -46602,6 +47198,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineClass { @Test public void testAllFilesPresentInInlineClass() throws Exception { @@ -46639,6 +47236,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class InlineUsedAsNoinline { @Test public void testAllFilesPresentInInlineUsedAsNoinline() throws Exception { @@ -46664,6 +47262,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Receiver { @Test public void testAllFilesPresentInReceiver() throws Exception { @@ -46725,6 +47324,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class StateMachine { @Test public void testAllFilesPresentInStateMachine() throws Exception { @@ -46877,6 +47477,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SyntheticAccessors { @Test public void testAllFilesPresentInSyntheticAccessors() throws Exception { @@ -46937,6 +47538,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class WithinInlineLambda { @Test public void testAllFilesPresentInWithinInlineLambda() throws Exception { @@ -47005,6 +47607,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Trait { @Test public void testAllFilesPresentInTrait() throws Exception { @@ -47024,6 +47627,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TryCatchFinally { @Test public void testAllFilesPresentInTryCatchFinally() throws Exception { @@ -47061,6 +47665,7 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @Tag("codegen") @Tag("k1Codegen") @UseExtTestCaseGroupProvider() + @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Varargs { @Test public void testAllFilesPresentInVarargs() throws Exception { 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 59c30cc8877..c87f5da0ed7 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 @@ -5,16 +5,18 @@ package org.jetbrains.kotlin.generators.tests +import org.jetbrains.kotlin.generators.TestGroup import org.jetbrains.kotlin.generators.generateTestGroupSuiteWithJUnit5 +import org.jetbrains.kotlin.generators.model.AnnotationModel import org.jetbrains.kotlin.generators.model.annotation 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.* +import org.jetbrains.kotlin.konan.blackboxtest.support.group.DisabledTestsIfProperty 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.UsePartialLinkage -import org.jetbrains.kotlin.konan.blackboxtest.support.group.UseStandardTestCaseGroupProvider import org.jetbrains.kotlin.test.TargetBackend import org.junit.jupiter.api.Tag @@ -29,7 +31,12 @@ fun main() { annotations = listOf( codegen(), k1Codegen(), - provider() + provider(), + disabledInOneStageMode( + "codegen/box/coroutines/featureIntersection/defaultExpect.kt", + "codegen/box/multiplatform/defaultArguments/*.kt", + "codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" + ) ) ) { model("codegen/box", targetBackend = TargetBackend.NATIVE) @@ -210,6 +217,20 @@ private fun noPartialLinkage() = annotation( // This is a special tag to mark codegen box tests with disabled partial linkage that may be skipped in slow TC configurations. private fun noPartialLinkageMayBeSkipped() = annotation(Tag::class.java, "no-partial-linkage-may-be-skipped") +// The concrete tests disabled in one-stage mode. +@Suppress("SameParameterValue") +private fun TestGroup.disabledInOneStageMode(vararg unexpandedPaths: String): AnnotationModel { + require(unexpandedPaths.isNotEmpty()) { "No unexpanded paths specified" } + + return annotation( + DisabledTestsIfProperty::class.java, + "sourceLocations" to unexpandedPaths.map { unexpandedPath -> "$testDataRoot/$unexpandedPath" }.toTypedArray(), + "property" to ClassLevelProperty.TEST_MODE, + "propertyValue" to "ONE_STAGE_MULTI_MODULE" + ) +} + +// Marker tags. TODO: Reconsider and reduce amount of marker tags. private fun codegen() = annotation(Tag::class.java, "codegen") private fun k1Codegen() = annotation(Tag::class.java, "k1Codegen") private fun codegenK2() = annotation(Tag::class.java, "codegenK2")