diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt index 06fbe7a80ef..e1ccbf09b46 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt @@ -1,6 +1,7 @@ // Fails on native when run with `-Pkotlin.internal.native.test.cacheMode=STATIC_EVERYWHERE`. // Looks like the call to `k` fails as `k` is not exported from the lib module. -// IGNORE_BACKEND: NATIVE +// IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE +// IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE // MODULE: lib // FILE: Z.kt package z diff --git a/compiler/testData/codegen/box/ir/kt55318.kt b/compiler/testData/codegen/box/ir/kt55318.kt index 470aaac6504..557787e9dd0 100644 --- a/compiler/testData/codegen/box/ir/kt55318.kt +++ b/compiler/testData/codegen/box/ir/kt55318.kt @@ -1,7 +1,5 @@ // IGNORE_BACKEND_K1: JS_IR, JS_IR_ES6, NATIVE, WASM // ISSUE: KT-55318 -// KT-55486: native linker error with `-Pkotlin.internal.native.test.cacheMode=STATIC_EVERYWHERE` -// IGNORE_BACKEND_K2: NATIVE // MODULE: lib // FILE: lib.kt diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias2.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias2.kt index 1b4bc38228f..68b91ee740e 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias2.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias2.kt @@ -1,6 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects // WITH_STDLIB -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/actualInnerClassesFirMemberMapping.kt b/compiler/testData/codegen/box/multiplatform/k2/actualInnerClassesFirMemberMapping.kt index f36acd5819e..2ad761b68ac 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/actualInnerClassesFirMemberMapping.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/actualInnerClassesFirMemberMapping.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt expect class A { diff --git a/compiler/testData/codegen/box/multiplatform/k2/annotations/expectAnnotationCallInLibrary.kt b/compiler/testData/codegen/box/multiplatform/k2/annotations/expectAnnotationCallInLibrary.kt index 31ff2fa231b..47550f21ecb 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/annotations/expectAnnotationCallInLibrary.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/annotations/expectAnnotationCallInLibrary.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM // ISSUE: KT-57963 // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/anonymousObjectAndSpecificImplementationInDeserializedIr.kt b/compiler/testData/codegen/box/multiplatform/k2/anonymousObjectAndSpecificImplementationInDeserializedIr.kt index 95230f406b9..57d3aa3a74f 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/anonymousObjectAndSpecificImplementationInDeserializedIr.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/anonymousObjectAndSpecificImplementationInDeserializedIr.kt @@ -1,7 +1,8 @@ // LANGUAGE: +MultiPlatformProjects // WITH_STDLIB -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM // JS tests don't support MPP modules compilation +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // ISSUE: KT-58252 // MODULE: lib-common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/accessToLocalClassFromBackend.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/accessToLocalClassFromBackend.kt index e6e7e28ea44..04dc720e977 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/accessToLocalClassFromBackend.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/accessToLocalClassFromBackend.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/anyMethodInExpect.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/anyMethodInExpect.kt index 90cad03066b..57abab66598 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/anyMethodInExpect.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/anyMethodInExpect.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/correctParentForTypeParameter.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/correctParentForTypeParameter.kt index 914c05f5f15..0b4398ac922 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/correctParentForTypeParameter.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/correctParentForTypeParameter.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: lib diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/enumEntryNameCall.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/enumEntryNameCall.kt index 00c69ad16c2..4091a37b9bf 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/enumEntryNameCall.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/enumEntryNameCall.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualCallableReference.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualCallableReference.kt index bc81d578865..28482d7a2c6 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualCallableReference.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualCallableReference.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualDifferentExtensionReceiversOnOverloads.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualDifferentExtensionReceiversOnOverloads.kt index 1bb8c7df247..d0e426e5260 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualDifferentExtensionReceiversOnOverloads.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualDifferentExtensionReceiversOnOverloads.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualDifferentPackages.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualDifferentPackages.kt index b735ab32fc7..61577856329 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualDifferentPackages.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualDifferentPackages.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides.kt index 978c7f5281b..7710dcad1fc 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides2.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides2.kt index 14561384ae8..401d13ee985 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides2.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides2.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // ISSUE: KT-58003 diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverridesWithTypeParameters.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverridesWithTypeParameters.kt index b2d845f2aea..04148b5bf0a 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverridesWithTypeParameters.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverridesWithTypeParameters.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // ISSUE: KT-58004 diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverridesWithTypeParameters2.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverridesWithTypeParameters2.kt index 9625d8352f8..dfbe9dc2eb9 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverridesWithTypeParameters2.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverridesWithTypeParameters2.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualIntersectionOverride.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualIntersectionOverride.kt index 84fa38a7914..2735e29dfa6 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualIntersectionOverride.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualIntersectionOverride.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // ISSUE: KT-58124 diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualIntersectionOverride2.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualIntersectionOverride2.kt index bc647d42a3e..d44bcd06173 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualIntersectionOverride2.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualIntersectionOverride2.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualMultiCommon.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualMultiCommon.kt index d30a82068d4..87d3b218edd 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualMultiCommon.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualMultiCommon.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common0 diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualNullabilityBasedOverloads.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualNullabilityBasedOverloads.kt index e7009a90df3..38136476d8f 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualNullabilityBasedOverloads.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualNullabilityBasedOverloads.kt @@ -1,5 +1,6 @@ // IGNORE_BACKEND: JVM, JVM_IR -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualOverloads.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualOverloads.kt index 71c00526562..901352b7249 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualOverloads.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualOverloads.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // Ignore until KT-62926 is fixed diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualSimple.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualSimple.kt index 4ef23f6de14..0931f946e57 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualSimple.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualSimple.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypeParameters.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypeParameters.kt index ddf85a49709..52a18a95fb0 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypeParameters.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypeParameters.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealias.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealias.kt index 256805a4435..c1bad159234 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealias.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealias.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealiasCoercion.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealiasCoercion.kt index a37adf1cc7c..7ad294a2d33 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealiasCoercion.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealiasCoercion.kt @@ -1,7 +1,7 @@ // TARGET_BACKEND: JVM_IR // TARGET_BACKEND: NATIVE -// IGNORE_BACKEND_K1: NATIVE +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects +ImplicitSignedToUnsignedIntegerConversion // WITH_STDLIB diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectAndCommonFunctionOverloads.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectAndCommonFunctionOverloads.kt index 7ce380aeeb7..0e26aa539a5 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectAndCommonFunctionOverloads.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectAndCommonFunctionOverloads.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // ISSUE: KT-58896 diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt index bfe24bdaef0..b5e7e36ae24 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // !LANGUAGE: +MultiPlatformProjects // IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-62535 diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt index 8f0dae08305..6507a795058 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectInterfaceInSupertypes2.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-62535 // !LANGUAGE: +MultiPlatformProjects diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectProperty.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectProperty.kt index 4ea8af989be..dd2258c19f2 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectProperty.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectProperty.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/fakeOverridesInPlatformModule.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/fakeOverridesInPlatformModule.kt index 59105ce7e30..468637a9f81 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/fakeOverridesInPlatformModule.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/fakeOverridesInPlatformModule.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/independentCommonSourceModules.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/independentCommonSourceModules.kt index f20362911d6..544f0b3c377 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/independentCommonSourceModules.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/independentCommonSourceModules.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common1 diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/interfaceMethodFromSuperTypeIsImplementedInOtherExpectSuperClass.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/interfaceMethodFromSuperTypeIsImplementedInOtherExpectSuperClass.kt index d534f9c5e29..f0f7cdbbae1 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/interfaceMethodFromSuperTypeIsImplementedInOtherExpectSuperClass.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/interfaceMethodFromSuperTypeIsImplementedInOtherExpectSuperClass.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideInCommonModule.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideInCommonModule.kt index 8d9ca9c7124..6de44b7bee8 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideInCommonModule.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideInCommonModule.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // ISSUE: KT-58229 // WITH_STDLIB diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideWithDefaultParameterInCommonModule.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideWithDefaultParameterInCommonModule.kt index 6e04a72d29c..a426c1b867f 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideWithDefaultParameterInCommonModule.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideWithDefaultParameterInCommonModule.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // ISSUE: KT-60850 // WITH_STDLIB diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/kt-56329.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/kt-56329.kt index 6602202edeb..708800b0229 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/kt-56329.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/kt-56329.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // ISSUE: KT-56329 diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideInCommonModule.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideInCommonModule.kt index 30f3f22ab58..fbbf4d8d125 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideInCommonModule.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideInCommonModule.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // ISSUE: KT-58229 // WITH_STDLIB diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideWithDefaultParameterInCommonModule.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideWithDefaultParameterInCommonModule.kt index 3b80af470c1..fdd75c6f884 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideWithDefaultParameterInCommonModule.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideWithDefaultParameterInCommonModule.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // ISSUE: KT-60850 // WITH_STDLIB diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/localSubstitutionOverrideInCommonModule.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/localSubstitutionOverrideInCommonModule.kt index a07daddc014..5b4a8f5163b 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/localSubstitutionOverrideInCommonModule.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/localSubstitutionOverrideInCommonModule.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // ISSUE: KT-58229 // WITH_STDLIB diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/nonExternalEquals.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/nonExternalEquals.kt index 50dcca01a0e..a92268added 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/nonExternalEquals.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/nonExternalEquals.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/overridesOfExpectMembers.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/overridesOfExpectMembers.kt index 082cf7ba354..89ebef4081f 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/overridesOfExpectMembers.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/overridesOfExpectMembers.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/substitutionOverrideInCommonModule.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/substitutionOverrideInCommonModule.kt index 1854d61ba95..e9ab364ab8b 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/substitutionOverrideInCommonModule.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/substitutionOverrideInCommonModule.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // ISSUE: KT-58229 // WITH_STDLIB diff --git a/compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualObject.kt b/compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualObject.kt index 3a6b5b346c1..5b4d63de046 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualObject.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualObject.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualUnit.kt b/compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualUnit.kt index 5d889022454..976627904e7 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualUnit.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualUnit.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/dataClassInCommonAndPlatform.kt b/compiler/testData/codegen/box/multiplatform/k2/dataClassInCommonAndPlatform.kt index 4bc6a01be5a..198df0054c9 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/dataClassInCommonAndPlatform.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/dataClassInCommonAndPlatform.kt @@ -1,6 +1,7 @@ // LANGUAGE: +MultiPlatformProjects // ISSUE: KT-61972 -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM, NATIVE +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt data class CommonData(val value: String) diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/constructor.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/constructor.kt index 21185065093..6ab2a24c864 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/constructor.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/constructor.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/defaultArgumentInDelegatedFunction.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/defaultArgumentInDelegatedFunction.kt index bc2305416a3..509ec06691f 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/defaultArgumentInDelegatedFunction.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/defaultArgumentInDelegatedFunction.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // LANGUAGE: +MultiPlatformProjects // ISSUE: KT-62671 diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/delegatedExpectedInterface.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/delegatedExpectedInterface.kt index 3fbfe49ab1f..348577876fe 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/delegatedExpectedInterface.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/delegatedExpectedInterface.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/dispatchReceiverValue.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/dispatchReceiverValue.kt index 9a4ffb50a2f..970b41f2ee8 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/dispatchReceiverValue.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/dispatchReceiverValue.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // ISSUE: KT-57181 // WASM_MUTE_REASON: EXPECT_DEFAULT_PARAMETERS // !LANGUAGE: +MultiPlatformProjects diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt index 3333731591b..9f6f300cde0 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt @@ -1,4 +1,5 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects // ISSUE: KT-57263 diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/extensionReceiverValue.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/extensionReceiverValue.kt index 5756d3b6af9..3e5dce5a2f3 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/extensionReceiverValue.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/extensionReceiverValue.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/function.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/function.kt index da7d54c653f..1a270ec671e 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/function.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/function.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromCommonClass.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromCommonClass.kt index 97ed5daa423..e6929dc7711 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromCommonClass.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromCommonClass.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedClass.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedClass.kt index a4251d17a48..9733aba8426 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedClass.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedClass.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedInterface.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedInterface.kt index 58963b4b6c0..c1573a70aaf 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedInterface.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedInterface.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedMethod.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedMethod.kt index c5833662238..04ad5d5b79c 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedMethod.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedFromExpectedMethod.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedInExpectedDeclarations.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedInExpectedDeclarations.kt index ba8d0f86475..79bc2888a1a 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedInExpectedDeclarations.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedInExpectedDeclarations.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedViaAnotherInterfaceIndirectly.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedViaAnotherInterfaceIndirectly.kt index e5670cea98f..f5771c58afd 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedViaAnotherInterfaceIndirectly.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inheritedViaAnotherInterfaceIndirectly.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inlineFunctionWithDefaultLambda.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inlineFunctionWithDefaultLambda.kt index 1d83932a3f5..69cdaa05b11 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inlineFunctionWithDefaultLambda.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/inlineFunctionWithDefaultLambda.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/kt23239.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/kt23239.kt index 337838582c8..5a879266758 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/kt23239.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/kt23239.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/kt23739.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/kt23739.kt index be6588fb127..f170866d8f5 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/kt23739.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/kt23739.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/parametersInArgumentValues.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/parametersInArgumentValues.kt index 8749d12a0e1..064d1bbb339 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/parametersInArgumentValues.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/parametersInArgumentValues.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/suspend.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/suspend.kt index aeb0cfa4bc1..71f7ddc27b4 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/suspend.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/suspend.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // WITH_COROUTINES diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/typeAlias.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/typeAlias.kt index b5ee50f8317..95ab77271fd 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/typeAlias.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/typeAlias.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, NATIVE, WASM +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // WITH_STDLIB // MODULE: common diff --git a/compiler/testData/codegen/box/multiplatform/k2/internalOverride.kt b/compiler/testData/codegen/box/multiplatform/k2/internalOverride.kt index 91b41eae61c..32ab13899d6 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/internalOverride.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/internalOverride.kt @@ -1,6 +1,7 @@ // LANGUAGE: +MultiPlatformProjects // It accidentially passes K1 JVM while not intended to do so. -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM, NATIVE +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp1.kt b/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp1.kt index 55f1ad58459..210716f569f 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp1.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp1.kt @@ -4,7 +4,8 @@ // TARGET_BACKEND: WASM // TARGET_BACKEND: JVM_IR -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp2.kt b/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp2.kt index 371dc5196b8..b9124b4de58 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp2.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp2.kt @@ -4,7 +4,8 @@ // TARGET_BACKEND: WASM // TARGET_BACKEND: JVM_IR -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp_default_args.kt b/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp_default_args.kt index 8ce097b0831..19380047593 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp_default_args.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp_default_args.kt @@ -4,7 +4,8 @@ // TARGET_BACKEND: WASM // TARGET_BACKEND: JVM_IR -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // IllegalArgumentException: arg wrongly != this@Test5: arg=null, this@Test5=[object Object] // IGNORE_BACKEND_K2: JS_IR, JS_IR_ES6 diff --git a/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/remap_expect_property_ref.kt b/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/remap_expect_property_ref.kt index 7304e3e4eef..789f3e4231d 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/remap_expect_property_ref.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/remap_expect_property_ref.kt @@ -5,7 +5,8 @@ // TARGET_BACKEND: WASM // TARGET_BACKEND: JVM_IR -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // MODULE: common // FILE: common.kt diff --git a/compiler/testData/codegen/box/multiplatform/kt59613.kt b/compiler/testData/codegen/box/multiplatform/kt59613.kt index 2b9dc4ac3e3..330413152b5 100644 --- a/compiler/testData/codegen/box/multiplatform/kt59613.kt +++ b/compiler/testData/codegen/box/multiplatform/kt59613.kt @@ -1,5 +1,6 @@ // LANGUAGE: +MultiPlatformProjects -// IGNORE_BACKEND_K1: ANY +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // IGNORE_REASON: multimodule MPP tests are not supported in K1 // ISSUE: KT-59613 diff --git a/compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt b/compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt index 7f86e3aad51..74e551d711d 100644 --- a/compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt +++ b/compiler/testData/codegen/box/nullCheckOptimization/kt49136a.kt @@ -1,5 +1,6 @@ // https://youtrack.jetbrains.com/issue/KT-50289/EXCBADACCESS-getting-non-null-property-in-safe-call-chain -// IGNORE_BACKEND: NATIVE +// IGNORE_NATIVE: optimizationMode=DEBUG +// IGNORE_NATIVE: optimizationMode=NO abstract class Z { init { diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/propertyDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/propertyDeclaration.kt index 0d8f3451120..e7f67962782 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/propertyDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/propertyDeclaration.kt @@ -1,4 +1,7 @@ -// IGNORE_BACKEND: NATIVE +// IGNORE_NATIVE: cacheMode=NO +// IGNORE_NATIVE: cacheMode=STATIC_ONLY_DIST +// IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE && target=linux_x64 +// IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE && target=linux_x64 // IGNORE_BACKEND: JS_IR, JS_IR_ES6 // IGNORE_BACKEND: WASM // MODULE: lib diff --git a/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt b/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt index 29d9607b614..94a6a87227f 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt @@ -1,6 +1,6 @@ // The test isn't passing when using K/N per-file caches and in order to fix it, // some hacks are required, which isn't worth it considering that test contains invalid code (reassign of val property). -// IGNORE_BACKEND: NATIVE +// DISABLE_NATIVE // IGNORE_BACKEND_K2: ANY // FIR_STATUS: KT-35565 // java.lang.AssertionError diff --git a/compiler/testData/codegen/box/volatile/crossModuleIntrinsic.kt b/compiler/testData/codegen/box/volatile/crossModuleIntrinsic.kt index c436b585637..e9cd0695b10 100644 --- a/compiler/testData/codegen/box/volatile/crossModuleIntrinsic.kt +++ b/compiler/testData/codegen/box/volatile/crossModuleIntrinsic.kt @@ -1,6 +1,7 @@ // TARGET_BACKEND: NATIVE // test is disabled now because of https://youtrack.jetbrains.com/issue/KT-55426 -// IGNORE_BACKEND: NATIVE +// IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE +// IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE // MODULE: lib // FILE: lib.kt @@ -14,7 +15,7 @@ class Box(@Volatile var value: String) // MODULE: main(lib) // FILE: main.kt -@file:Suppress("INVISIBLE_MEMBER") +@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") import kotlin.native.concurrent.* import kotlin.concurrent.* diff --git a/compiler/testData/codegen/boxInline/complex/kt44429.kt b/compiler/testData/codegen/boxInline/complex/kt44429.kt index 0799e888fc8..a932d5077ab 100644 --- a/compiler/testData/codegen/boxInline/complex/kt44429.kt +++ b/compiler/testData/codegen/boxInline/complex/kt44429.kt @@ -1,6 +1,7 @@ // IGNORE_BACKEND: WASM // https://youtrack.jetbrains.com/issue/KT-44571/Segfault-on-unnecessary-int-unboxing -// IGNORE_BACKEND: NATIVE +// IGNORE_NATIVE: optimizationMode=DEBUG +// IGNORE_NATIVE: optimizationMode=NO // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt package test diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java index dc99e97f217..7cfe38ffcd5 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java @@ -81,7 +81,7 @@ public class KotlinTestUtils { private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false; private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false; - private static final Pattern DIRECTIVE_PATTERN = Pattern.compile("^//\\s*[!]?([A-Z_]+)(:[ \\t]*(.*))?$", Pattern.MULTILINE); + private static final Pattern DIRECTIVE_PATTERN = Pattern.compile("^//\\s*[!]?([A-Z_0-9]+)(:[ \\t]*(.*))?$", Pattern.MULTILINE); private KotlinTestUtils() { } diff --git a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java index c113775ca7e..9273a87173d 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -28886,6 +28886,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/callToJavaSuper.kt"); } + @TestMetadata("kt59613.kt") + public void ignoreKt59613() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/kt59613.kt"); + } + private void runTest(String testDataFilePath) throws Exception { KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath); } @@ -28919,11 +28924,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/expectProperty.kt"); } - @TestMetadata("kt59613.kt") - public void testKt59613() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/kt59613.kt"); - } - @TestMetadata("kt60854.kt") public void testKt60854() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/kt60854.kt"); @@ -28986,6 +28986,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/superCall.kt"); } + @TestMetadata("typeAlias2.kt") + public void ignoreTypeAlias2() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias2.kt"); + } + private void runTest(String testDataFilePath) throws Exception { KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath); } @@ -29109,11 +29114,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt"); } - @TestMetadata("typeAlias2.kt") - public void testTypeAlias2() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias2.kt"); - } - @TestMetadata("withTypeParameter.kt") public void testWithTypeParameter() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt"); @@ -29170,13 +29170,13 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) public static class K2 extends AbstractLightAnalysisModeTest { - private void runTest(String testDataFilePath) throws Exception { - KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath); + @TestMetadata("actualInnerClassesFirMemberMapping.kt") + public void ignoreActualInnerClassesFirMemberMapping() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/actualInnerClassesFirMemberMapping.kt"); } - @TestMetadata("actualInnerClassesFirMemberMapping.kt") - public void testActualInnerClassesFirMemberMapping() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/actualInnerClassesFirMemberMapping.kt"); + private void runTest(String testDataFilePath) throws Exception { + KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath); } public void testAllFilesPresentInK2() throws Exception { @@ -29260,6 +29260,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) public static class Basic extends AbstractLightAnalysisModeTest { + @TestMetadata("anyMethodInExpect.kt") + public void ignoreAnyMethodInExpect() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/basic/anyMethodInExpect.kt"); + } + @TestMetadata("expectActualFakeOverrides2.kt") public void ignoreExpectActualFakeOverrides2() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/k2/basic/expectActualFakeOverrides2.kt"); @@ -29300,11 +29305,41 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/k2/basic/expectProperty.kt"); } + @TestMetadata("intersectionOverrideInCommonModule.kt") + public void ignoreIntersectionOverrideInCommonModule() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideInCommonModule.kt"); + } + + @TestMetadata("intersectionOverrideWithDefaultParameterInCommonModule.kt") + public void ignoreIntersectionOverrideWithDefaultParameterInCommonModule() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideWithDefaultParameterInCommonModule.kt"); + } + + @TestMetadata("localIntersectionOverrideInCommonModule.kt") + public void ignoreLocalIntersectionOverrideInCommonModule() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideInCommonModule.kt"); + } + + @TestMetadata("localIntersectionOverrideWithDefaultParameterInCommonModule.kt") + public void ignoreLocalIntersectionOverrideWithDefaultParameterInCommonModule() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideWithDefaultParameterInCommonModule.kt"); + } + + @TestMetadata("localSubstitutionOverrideInCommonModule.kt") + public void ignoreLocalSubstitutionOverrideInCommonModule() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/basic/localSubstitutionOverrideInCommonModule.kt"); + } + @TestMetadata("noArgActualConstructor.kt") public void ignoreNoArgActualConstructor() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/k2/basic/noArgActualConstructor.kt"); } + @TestMetadata("nonExternalEquals.kt") + public void ignoreNonExternalEquals() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/basic/nonExternalEquals.kt"); + } + @TestMetadata("overridesOfExpectMembers.kt") public void ignoreOverridesOfExpectMembers() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/k2/basic/overridesOfExpectMembers.kt"); @@ -29315,6 +29350,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/k2/basic/removeExpectDeclarationsFromMetadata.kt"); } + @TestMetadata("substitutionOverrideInCommonModule.kt") + public void ignoreSubstitutionOverrideInCommonModule() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/basic/substitutionOverrideInCommonModule.kt"); + } + private void runTest(String testDataFilePath) throws Exception { KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath); } @@ -29333,11 +29373,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/multiplatform/k2/basic"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true); } - @TestMetadata("anyMethodInExpect.kt") - public void testAnyMethodInExpect() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/basic/anyMethodInExpect.kt"); - } - @TestMetadata("correctParentForTypeParameter.kt") public void testCorrectParentForTypeParameter() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/k2/basic/correctParentForTypeParameter.kt"); @@ -29433,16 +29468,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/k2/basic/interfaceMethodFromSuperTypeIsImplementedInOtherExpectSuperClass.kt"); } - @TestMetadata("intersectionOverrideInCommonModule.kt") - public void testIntersectionOverrideInCommonModule() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideInCommonModule.kt"); - } - - @TestMetadata("intersectionOverrideWithDefaultParameterInCommonModule.kt") - public void testIntersectionOverrideWithDefaultParameterInCommonModule() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/basic/intersectionOverrideWithDefaultParameterInCommonModule.kt"); - } - @TestMetadata("kt-51753-1.kt") public void testKt_51753_1() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/k2/basic/kt-51753-1.kt"); @@ -29458,31 +29483,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/k2/basic/kt-56329.kt"); } - @TestMetadata("localIntersectionOverrideInCommonModule.kt") - public void testLocalIntersectionOverrideInCommonModule() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideInCommonModule.kt"); - } - - @TestMetadata("localIntersectionOverrideWithDefaultParameterInCommonModule.kt") - public void testLocalIntersectionOverrideWithDefaultParameterInCommonModule() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/basic/localIntersectionOverrideWithDefaultParameterInCommonModule.kt"); - } - - @TestMetadata("localSubstitutionOverrideInCommonModule.kt") - public void testLocalSubstitutionOverrideInCommonModule() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/basic/localSubstitutionOverrideInCommonModule.kt"); - } - - @TestMetadata("nonExternalEquals.kt") - public void testNonExternalEquals() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/basic/nonExternalEquals.kt"); - } - - @TestMetadata("substitutionOverrideInCommonModule.kt") - public void testSubstitutionOverrideInCommonModule() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/basic/substitutionOverrideInCommonModule.kt"); - } - @TestMetadata("transitiveSuperclassActualization.kt") public void testTransitiveSuperclassActualization() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/k2/basic/transitiveSuperclassActualization.kt"); @@ -29508,6 +29508,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) public static class ComplexMatchings extends AbstractLightAnalysisModeTest { + @TestMetadata("expectCtorlessFinalToActualObject.kt") + public void ignoreExpectCtorlessFinalToActualObject() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualObject.kt"); + } + + @TestMetadata("expectCtorlessFinalToActualUnit.kt") + public void ignoreExpectCtorlessFinalToActualUnit() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualUnit.kt"); + } + private void runTest(String testDataFilePath) throws Exception { KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath); } @@ -29515,16 +29525,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes public void testAllFilesPresentInComplexMatchings() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/multiplatform/k2/complexMatchings"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true); } - - @TestMetadata("expectCtorlessFinalToActualObject.kt") - public void testExpectCtorlessFinalToActualObject() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualObject.kt"); - } - - @TestMetadata("expectCtorlessFinalToActualUnit.kt") - public void testExpectCtorlessFinalToActualUnit() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/complexMatchings/expectCtorlessFinalToActualUnit.kt"); - } } @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/defaultArguments") @@ -29679,6 +29679,26 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) public static class MigratedOldTests extends AbstractLightAnalysisModeTest { + @TestMetadata("mpp1.kt") + public void ignoreMpp1() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp1.kt"); + } + + @TestMetadata("mpp2.kt") + public void ignoreMpp2() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp2.kt"); + } + + @TestMetadata("mpp_default_args.kt") + public void ignoreMpp_default_args() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp_default_args.kt"); + } + + @TestMetadata("remap_expect_property_ref.kt") + public void ignoreRemap_expect_property_ref() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/remap_expect_property_ref.kt"); + } + private void runTest(String testDataFilePath) throws Exception { KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath); } @@ -29687,30 +29707,10 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true); } - @TestMetadata("mpp1.kt") - public void testMpp1() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp1.kt"); - } - - @TestMetadata("mpp2.kt") - public void testMpp2() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp2.kt"); - } - - @TestMetadata("mpp_default_args.kt") - public void testMpp_default_args() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp_default_args.kt"); - } - @TestMetadata("mpp_optional_expectation.kt") public void testMpp_optional_expectation() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/mpp_optional_expectation.kt"); } - - @TestMetadata("remap_expect_property_ref.kt") - public void testRemap_expect_property_ref() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests/remap_expect_property_ref.kt"); - } } } diff --git a/kotlin-native/HACKING.md b/kotlin-native/HACKING.md index c1a47e19d3d..84e23b4f606 100644 --- a/kotlin-native/HACKING.md +++ b/kotlin-native/HACKING.md @@ -98,6 +98,19 @@ To run blackbox compiler tests use: | `executionTimeout` | Max permitted duration of each individual test execution in milliseconds | | `sanitizer` | Run tests with sanitizer: `NONE` (default), `THREAD`. | +A test can be ignored for certain property values with the help of test directives within test source files: +- `// IGNORE_NATIVE: =` to ignore test for both K1 and K2 frontends +- `// IGNORE_NATIVE_K1: =` to ignore test for K1 frontend only +- `// IGNORE_NATIVE_K2: =` to ignore test for K2 frontend only + +Good examples are: +- `// IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE` +- `// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE` +- `// IGNORE_NATIVE_K2: optimizationMode=OPT` +- `// IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE && target=linux_x64` + +Test will be ignored in case value of any `// IGNORE_NATIVE*` directive would match to an actual test run setting. + ### Target-specific tests There are also tests that are very Native-backend specific: tests for Kotlin/Native-specific function, C-interop tests, linkage tests, etc. diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java index a583fcdd18e..09b42f7f6ce 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java @@ -8,8 +8,6 @@ package org.jetbrains.kotlin.konan.test.blackbox; import com.intellij.testFramework.TestDataPath; import org.jetbrains.kotlin.test.util.KtTestUtil; import org.jetbrains.kotlin.konan.test.blackbox.support.group.UseExtTestCaseGroupProvider; -import org.jetbrains.kotlin.konan.test.blackbox.support.group.DisabledTestsIfProperty; -import org.jetbrains.kotlin.konan.test.blackbox.support.ClassLevelProperty; import org.jetbrains.kotlin.test.TargetBackend; import org.jetbrains.kotlin.test.utils.TransformersFunctions; import org.jetbrains.kotlin.test.TestMetadata; @@ -26,7 +24,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37,7 +34,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -90,7 +86,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/annotatedLambda") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -102,7 +97,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/instances") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -198,7 +192,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/kClassMapping") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -210,7 +203,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/repeatable") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -222,7 +214,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/annotations/typeAnnotations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -241,7 +232,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/argumentOrder") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -349,7 +339,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -726,7 +715,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/arraysOfInlineClass") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -756,7 +744,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/forInReversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -792,7 +779,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/forInUnsignedArray") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -852,7 +838,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -911,7 +896,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl/int") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -947,7 +931,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/arrays/multiDecl/long") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -985,7 +968,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/assert") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -1008,7 +990,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/assert/jvm") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -1021,7 +1002,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/binaryOp") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -1189,7 +1169,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/boxingOptimization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -1435,7 +1414,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/bridges") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -1812,7 +1790,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/bridges/substitutionInSuperClass") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -1891,7 +1868,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builderInference") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -1902,7 +1878,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OneParameter { @Test public void testAllFilesPresentInOneParameter() throws Exception { @@ -1913,7 +1888,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter/oneTypeVariable") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OneTypeVariable { @Test public void testAllFilesPresentInOneTypeVariable() throws Exception { @@ -1924,7 +1898,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter/oneTypeVariable/oneTypeInfoOrigin") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class OneTypeInfoOrigin { @Test public void testAllFilesPresentInOneTypeInfoOrigin() throws Exception { @@ -1959,7 +1932,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter/oneTypeVariable/oneTypeInfoOrigin/sourceSinkFeedContexts") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SourceSinkFeedContexts { @Test public void testAllFilesPresentInSourceSinkFeedContexts() throws Exception { @@ -2001,7 +1973,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter/oneTypeVariable/oneTypeInfoOrigin/targetTypes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class TargetTypes { @Test public void testAllFilesPresentInTargetTypes() throws Exception { @@ -2233,7 +2204,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -2250,7 +2220,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/bridgesForStubs") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -2262,7 +2231,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/extendJavaClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ExtendJavaClasses { @Test public void testAllFilesPresentInExtendJavaClasses() throws Exception { @@ -2280,7 +2248,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/mapGetOrDefault") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -2292,7 +2259,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/builtinStubMethods/mapRemove") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -2305,7 +2271,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -2478,7 +2443,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/adaptedReferences") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -2651,7 +2615,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -2760,7 +2723,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -2939,7 +2901,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/bound/equals") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -2964,7 +2925,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/equality") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -3054,7 +3014,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/funInterfaceConstructor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -3096,7 +3055,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/function") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -3437,7 +3395,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/function/local") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -3570,7 +3527,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/property") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -3762,7 +3718,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/callableReference/serializability") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -3781,7 +3736,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -3972,7 +3926,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/functions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4062,7 +4015,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/javaInterop") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4074,7 +4026,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/literalExpressionAsGenericArgument") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4122,7 +4073,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/mutableCollections") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4176,7 +4126,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/casts/nativeCCEMessage") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4213,7 +4162,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/checkcastOptimization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4249,7 +4197,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classLiteral") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4278,7 +4225,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classLiteral/bound") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4314,7 +4260,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classLiteral/java") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4327,7 +4272,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -4992,7 +4936,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/classes/inner") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5047,7 +4990,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5334,7 +5276,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures/captureInSuperConstructorCall") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5538,7 +5479,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures/captureOuterProperty") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5598,7 +5538,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures/capturedVarsOptimization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5688,7 +5627,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/closures/closureInsideClosure") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5737,7 +5675,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/collectionLiterals") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5749,7 +5686,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/collections") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -5791,7 +5727,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/companion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5821,7 +5756,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compatibility") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -5839,7 +5773,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -6072,7 +6005,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/fir") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6084,7 +6016,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6179,7 +6110,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/inlineClasses/oldMangling") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6198,7 +6128,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6209,7 +6138,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6250,7 +6178,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6303,7 +6230,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/allCompatibility/delegationBy") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6316,7 +6242,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/defaults/interop") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -6377,7 +6302,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6424,7 +6348,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/jvm8/jvm8against6/delegation") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6456,7 +6379,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/compileKotlinAgainstKotlin/typeAnnotations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6469,7 +6391,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/constants") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6559,7 +6480,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/constructor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6571,7 +6491,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/constructorCall") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6583,7 +6502,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/contracts") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -6691,7 +6609,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7188,7 +7105,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7319,7 +7235,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions/inlinedBreakContinue") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7374,7 +7289,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInArray") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7446,7 +7360,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInArrayWithIndex") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7578,7 +7491,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInCharSequenceWithIndex") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7674,7 +7586,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInIterableWithIndex") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7758,7 +7669,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInIterator") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7770,7 +7680,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/forInSequenceWithIndex") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7842,7 +7751,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/returnsNothing") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7884,7 +7792,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/slowDsl") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -7896,7 +7803,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/controlStructures/tryCatchInExpressions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -8089,7 +7995,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -8886,7 +8791,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/bridges") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -8934,7 +8838,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/controlFlow") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9084,7 +8987,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/debug") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9096,7 +8998,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9221,7 +9122,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9250,7 +9150,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9268,7 +9167,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -9291,7 +9189,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9311,7 +9208,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/funInterface") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9347,7 +9243,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9358,7 +9253,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/jvmDefault/kt46007") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9371,7 +9265,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/tailrec") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9468,7 +9361,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9497,7 +9389,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/direct") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -9791,7 +9682,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/resume") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10085,7 +9975,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/inlineClasses/resumeWithException") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10350,7 +10239,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/intLikeVarSpilling") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10422,7 +10310,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/intrinsicSemantics") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10494,7 +10381,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/javaInterop") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10506,7 +10392,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/localFunctions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10517,7 +10402,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/localFunctions/named") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10602,7 +10486,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/multiModule") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10668,7 +10551,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/redundantLocalsElimination") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10686,7 +10568,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/reflect") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10698,7 +10579,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/stackUnwinding") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10746,7 +10626,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/suspendConversion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10782,7 +10661,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10896,7 +10774,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionTypeCall") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10938,7 +10815,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/tailCallOptimizations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10973,7 +10849,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/tailCallOptimizations/unit") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -10986,7 +10861,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/tailOperations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11022,7 +10896,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/unitTypeReturn") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11076,7 +10949,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11135,7 +11007,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling/cleanup") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11147,7 +11018,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/coroutines/varSpilling/debugMode") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11161,7 +11031,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/correctFrontendCode") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11179,7 +11048,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11304,7 +11172,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/components") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11328,7 +11195,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/copy") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11388,7 +11254,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/equals") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11436,7 +11301,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/hashCode") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11514,7 +11378,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataClasses/toString") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11569,7 +11432,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/dataObjects") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11599,7 +11461,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/deadCodeElimination") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11635,7 +11496,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11790,7 +11650,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/constructor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11892,7 +11751,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/convention") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -11940,7 +11798,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/function") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -12120,7 +11977,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/private") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12156,7 +12012,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/defaultArguments/signature") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12187,7 +12042,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -12492,7 +12346,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToAnother") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12564,7 +12417,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToConst") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12594,7 +12446,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToFinalProperty") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12654,7 +12505,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToSingleton") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12708,7 +12558,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/delegateToThis") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12738,7 +12587,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/local") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12846,7 +12694,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/optimizedDelegatedProperties") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -12924,7 +12771,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegatedProperty/provideDelegate") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13063,7 +12909,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/delegation") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13153,7 +12998,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/deprecated") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13165,7 +13009,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/destructuringDeclInLambdaParam") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13225,7 +13068,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13236,7 +13078,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13247,7 +13088,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/inference") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13265,7 +13105,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/invoke") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13276,7 +13115,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/invoke/onObjects") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13349,7 +13187,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/functions/tailRecursion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13632,7 +13469,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/diagnostics/vararg") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13651,7 +13487,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/differentDependencyVersion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13663,7 +13498,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/directInvokeOptimization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13759,7 +13593,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/elvis") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -13825,7 +13658,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/enum") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -14292,7 +14124,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/enum/defaultCtor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14347,7 +14178,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/equivalentCalls") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class EquivalentCalls { @Test public void testAllFilesPresentInEquivalentCalls() throws Exception { @@ -14365,7 +14195,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/evaluate") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14383,7 +14212,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/exclExcl") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14419,7 +14247,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14431,7 +14258,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionFunctions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14604,7 +14430,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionFunctions/contextReceivers") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14615,7 +14440,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionFunctions/contextReceivers/fromKEEP") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14629,7 +14453,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/extensionProperties") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -14737,7 +14560,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/external") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14749,7 +14571,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fakeOverride") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14833,7 +14654,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fieldRename") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -14863,7 +14683,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fileCheck") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class FileCheck { @Test @TestMetadata("adopted_function_reference.kt") @@ -15048,7 +14867,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fileCheck/kt53261") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Kt53261 { @Test public void testAllFilesPresentInKt53261() throws Exception { @@ -15120,7 +14938,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fileCheck/stringConcatenationTypeNarrowing") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class StringConcatenationTypeNarrowing { @Test public void testAllFilesPresentInStringConcatenationTypeNarrowing() throws Exception { @@ -15169,7 +14986,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/finally") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -15319,7 +15135,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fir") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -15409,7 +15224,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fullJdk") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -15420,7 +15234,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fullJdk/native") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -15432,7 +15245,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/fullJdk/regressions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -15445,7 +15257,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/funInterface") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -15636,7 +15447,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/funInterface/equality") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -15679,7 +15489,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -15972,7 +15781,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions/bigArity") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -16026,7 +15834,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions/functionExpression") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -16068,7 +15875,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions/invoke") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -16164,7 +15970,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/functions/localFunctions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -16351,7 +16156,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ieee754") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -16663,7 +16467,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/increment") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -16831,7 +16634,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inference") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -17040,7 +16842,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inference/builderInference") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -17251,7 +17052,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineArgsInPlace") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -17329,7 +17129,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -20099,7 +19898,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/boxReturnValueInLambda") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -20334,7 +20132,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -20837,7 +20634,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/callableReferences") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -21171,7 +20967,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/callableReferences/let") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -21329,7 +21124,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/contextsAndAccessors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -21680,7 +21474,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -21878,7 +21671,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues/defaultWithDefaultParameter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -21890,7 +21682,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/defaultParameterValues/overrideFunctionWithDefaultParameter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -21903,7 +21694,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/delegationByUnderlyingType") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -21951,7 +21741,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/funInterface") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -22058,7 +21847,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/functionNameMangling") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -22329,7 +22117,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/genericUnderlyingValue") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -22383,7 +22170,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/hiddenConstructor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -22596,7 +22382,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/inlineClassCollection") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -22667,7 +22452,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/interfaceDelegation") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -22802,7 +22586,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/interfaceMethodCalls") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -22993,7 +22776,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/javaInterop") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -23005,7 +22787,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/jvm8DefaultInterfaceMethods") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -23017,7 +22798,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/propertyDelegation") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -23208,7 +22988,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/result") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -23268,7 +23047,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/returnResult") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -23316,7 +23094,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -23327,7 +23104,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/funInterface") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -23474,7 +23250,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/lambda") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -23621,7 +23396,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/inlineClasses/unboxGenericParameter/objectLiteral") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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()); @@ -23770,7 +23544,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/innerNested") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -23949,7 +23722,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/innerNested/superConstructorCall") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24088,7 +23860,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/instructions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24099,7 +23870,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/instructions/swap") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24124,7 +23894,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/intrinsics") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24262,7 +24031,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24273,7 +24041,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/lambdas") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24290,7 +24057,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/lambdas/inlineClassInSignature") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24303,7 +24069,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24314,7 +24079,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionExprToJavaInterface") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24326,7 +24090,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24337,7 +24100,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/specialFunctions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24349,7 +24111,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/functionRefToJavaInterface/withAccessor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24362,7 +24123,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/inlineClassInSignature") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24374,7 +24134,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24387,7 +24146,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/invokedynamic/serializable") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24400,7 +24158,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24543,7 +24300,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter/constEvaluationFromJavaWorld") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ConstEvaluationFromJavaWorld { @Test public void testAllFilesPresentInConstEvaluationFromJavaWorld() throws Exception { @@ -24555,7 +24311,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter/intrinsicConst") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24633,7 +24388,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter/serialization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24682,7 +24436,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24819,7 +24572,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir/closureConversion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24879,7 +24631,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir/primitiveNumberComparisons") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24915,7 +24666,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir/privateSignatures") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -24939,7 +24689,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ir/serializationRegressions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25000,7 +24749,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaFieldAndKotlinProperty") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25012,7 +24760,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25023,7 +24770,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25034,7 +24780,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25047,7 +24792,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/generics") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25059,7 +24803,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25076,7 +24819,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions/enhancedNullability") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25088,7 +24830,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions/expressionAssertionMessages") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25100,7 +24841,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/notNullAssertions/nullCheckOnLambdaReturnValue") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25113,7 +24853,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaInterop/objectMethods") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25126,7 +24865,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaVisibility") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25137,7 +24875,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaVisibility/package") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25149,7 +24886,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaVisibility/protectedAndPackage") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25161,7 +24897,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/javaVisibility/protectedStatic") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25174,7 +24909,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jdk") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25210,7 +24944,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/js") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25222,7 +24955,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25233,7 +24965,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25244,7 +24975,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/allCompatibility") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25255,7 +24985,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/allCompatibility/delegationBy") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25268,7 +24997,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/delegationBy") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25280,7 +25008,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25291,7 +25018,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/delegationBy") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25303,7 +25029,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/specialization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25315,7 +25040,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/withCompatibility") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25328,7 +25052,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25340,7 +25063,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/defaults/reflection") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25353,7 +25075,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/interfaceFlag") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25365,7 +25086,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvm8/javaDefaults") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25378,7 +25098,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmField") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25390,7 +25109,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmName") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25401,7 +25119,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmName/fileFacades") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25414,7 +25131,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmOverloads") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25426,7 +25142,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmPackageName") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25438,7 +25153,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmStatic") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25449,7 +25163,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/jvmStatic/protectedInSuperClass") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25462,7 +25175,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/labels") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25522,7 +25234,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/lazyCodegen") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25587,7 +25298,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/lazyCodegen/optimizations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25654,7 +25364,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/localClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25906,7 +25615,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/mangling") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25954,7 +25662,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/mixedNamedPosition") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -25990,7 +25697,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26085,7 +25791,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forIterator") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26126,7 +25831,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forIterator/longIterator") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26163,7 +25867,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26216,7 +25919,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26257,7 +25959,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo/int") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26293,7 +25994,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeTo/long") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26330,7 +26030,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26371,7 +26070,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot/int") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26407,7 +26105,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/explicitRangeToWithDot/long") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26444,7 +26141,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/int") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26480,7 +26176,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiDecl/forRange/long") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26518,7 +26213,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multifileClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26529,7 +26223,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multifileClasses/optimized") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26542,7 +26235,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26577,7 +26269,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/complexMatchings") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ComplexMatchings { @Test public void testAllFilesPresentInComplexMatchings() throws Exception { @@ -26601,7 +26292,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/defaultArguments") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26757,7 +26447,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/exhaustiveness") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26769,7 +26458,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/hmpp") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26781,7 +26469,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class K2 { @Test @TestMetadata("actualInnerClassesFirMemberMapping.kt") @@ -26822,7 +26509,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -26852,7 +26538,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/basic") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -27104,7 +26789,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/complexMatchings") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class ComplexMatchings { @Test public void testAllFilesPresentInComplexMatchings() throws Exception { @@ -27128,7 +26812,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/defaultArguments") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -27290,7 +26973,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/k2/migratedOldTests") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MigratedOldTests { @Test public void testAllFilesPresentInMigratedOldTests() throws Exception { @@ -27333,7 +27015,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/migratedOldTests") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class MigratedOldTests { @Test public void testAllFilesPresentInMigratedOldTests() throws Exception { @@ -27369,7 +27050,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/multiplatform/multiModule") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -27382,7 +27062,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/nonLocalReturns") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -27412,7 +27091,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/notNullAssertions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -27424,7 +27102,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/nothingValue") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -27448,7 +27125,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/nullCheckOptimization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -27496,7 +27172,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objectIntrinsics") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -27514,7 +27189,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objects") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -27975,7 +27649,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28082,7 +27755,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess/multipleCompanionsWithAccessors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -28166,7 +27838,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/objects/companionObjectAccess/primitiveCompanion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28222,7 +27893,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/operatorConventions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28401,7 +28071,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/operatorConventions/compareTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28480,7 +28149,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/optimizations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28498,7 +28166,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/package") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28582,7 +28249,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/parametersMetadata") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28594,7 +28260,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/platformTypes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28605,7 +28270,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/platformTypes/primitives") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28732,7 +28396,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/polymorphicSignature") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -28744,7 +28407,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/primitiveTypes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -29103,7 +28765,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/primitiveTypes/equalityWithObject") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -29168,7 +28829,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -29289,7 +28949,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/primitiveTypes/numberToChar") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -29338,7 +28997,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/private") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -29362,7 +29020,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/privateConstructors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -29446,7 +29103,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -29913,7 +29569,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/backingField") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -29925,7 +29580,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/const") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -29961,7 +29615,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/lateinit") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -30062,7 +29715,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -30128,7 +29780,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/lateinit/local") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -30182,7 +29833,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/properties/lateinit/topLevel") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -30226,7 +29876,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/publishedApi") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -30256,7 +29905,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -30411,7 +30059,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/contains") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -30722,7 +30369,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/contains/generated") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -30897,7 +30543,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -30962,7 +30607,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -30973,7 +30617,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInDownTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31033,7 +30676,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInRangeLiteral") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31093,7 +30735,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/evaluationOrder/stepped/forInUntil") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31155,7 +30796,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/expression") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31353,7 +30993,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInDownTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31407,7 +31046,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInIndices") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31563,7 +31201,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInProgressionWithIndex") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31665,7 +31302,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInReversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31785,7 +31421,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forInUntil") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31887,7 +31522,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/forWithPossibleOverflow") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31977,7 +31611,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/javaInterop") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -31988,7 +31621,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/javaInterop/withIndex") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32001,7 +31633,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/literal") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32199,7 +31830,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/nullableLoopParameter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32229,7 +31859,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32240,7 +31869,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32251,7 +31879,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32358,7 +31985,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32418,7 +32044,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32467,7 +32092,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32574,7 +32198,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32634,7 +32257,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32683,7 +32305,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32754,7 +32375,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32814,7 +32434,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32863,7 +32482,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -32976,7 +32594,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33036,7 +32653,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/expression/until/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33086,7 +32702,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33097,7 +32712,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33204,7 +32818,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33264,7 +32877,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33313,7 +32925,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33420,7 +33031,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33480,7 +33090,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33529,7 +33138,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33600,7 +33208,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33660,7 +33267,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33709,7 +33315,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33822,7 +33427,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33882,7 +33486,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/literal/until/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33932,7 +33535,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33943,7 +33545,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -33954,7 +33555,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34061,7 +33661,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34121,7 +33720,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34170,7 +33768,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34277,7 +33874,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34337,7 +33933,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34386,7 +33981,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34457,7 +34051,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34517,7 +34110,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34566,7 +34158,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34679,7 +34270,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34739,7 +34329,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/expression/until/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34789,7 +34378,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34800,7 +34388,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34907,7 +34494,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -34967,7 +34553,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/downTo/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35016,7 +34601,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35123,7 +34707,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35183,7 +34766,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeTo/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35232,7 +34814,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35303,7 +34884,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35363,7 +34943,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/rangeUntil/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35412,7 +34991,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35525,7 +35103,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/nestedStep") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35585,7 +35162,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/stepped/unsigned/literal/until/reversed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35637,7 +35213,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/unsigned") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35684,7 +35259,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/expression") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -35882,7 +35456,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/literal") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36080,7 +35653,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/ranges/unsigned/nullableLoopParameter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36112,7 +35684,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/recursiveRawTypes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36124,7 +35695,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36135,7 +35705,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/annotations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36146,7 +35715,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/annotations/onTypes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36158,7 +35726,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/annotations/repeatable") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36171,7 +35738,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/builtins") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36183,7 +35749,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36194,7 +35759,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/bound") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36206,7 +35770,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36217,7 +35780,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/nonNullObject") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36229,7 +35791,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/nullableObject") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36241,7 +35802,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/primitive") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36254,7 +35814,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/call/valueClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36267,7 +35826,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/callBy") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36279,7 +35837,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/classLiterals") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36321,7 +35878,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/classes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36339,7 +35895,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/constructors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36357,7 +35912,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/createAnnotation") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36369,7 +35923,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/enclosing") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36381,7 +35934,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/functions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36405,7 +35957,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/genericSignature") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36423,7 +35974,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/isInstance") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36435,7 +35985,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/kClassInAnnotation") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36447,7 +35996,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/lambdaClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36459,7 +36007,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/localClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36471,7 +36018,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36482,7 +36028,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/fakeOverrides") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36494,7 +36039,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/inlineClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36506,7 +36050,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/jvmStatic") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36518,7 +36061,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/types") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36530,7 +36072,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/mapping/valueClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36543,7 +36084,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/methodsFromAny") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36567,7 +36107,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/modifiers") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36579,7 +36118,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/multifileClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36591,7 +36129,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/noReflectAtRuntime") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36620,7 +36157,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36639,7 +36175,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/parameters") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36651,7 +36186,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36668,7 +36202,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class Accessors { @Test public void testAllFilesPresentInAccessors() throws Exception { @@ -36680,7 +36213,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/getDelegate") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36691,7 +36223,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/getDelegate/method") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36704,7 +36235,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/jvmField") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36716,7 +36246,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/properties/localDelegated") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36729,7 +36258,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/supertypes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36741,7 +36269,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/syntheticClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.kt", "compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" }, property = ClassLevelProperty.TEST_MODE, propertyValue = "ONE_STAGE_MULTI_MODULE") public class SyntheticClasses { @Test public void testAllFilesPresentInSyntheticClasses() throws Exception { @@ -36753,7 +36280,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36812,7 +36338,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/js") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36824,7 +36349,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/noReflect") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36841,7 +36365,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/noReflect/nonReifiedTypeParameters") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36854,7 +36377,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeOf/nonReifiedTypeParameters") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36933,7 +36455,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/typeParameters") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36945,7 +36466,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/types") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36974,7 +36494,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/types/createType") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -36986,7 +36505,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reflection/types/subtyping") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37000,7 +36518,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/regressions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37426,7 +36943,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reified") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37563,7 +37079,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/reified/arraysReification") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37588,7 +37103,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/safeCall") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37702,7 +37216,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37731,7 +37244,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/adapters") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37742,7 +37254,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/adapters/operators") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37755,7 +37266,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/approximation") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37791,7 +37301,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/constructors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37821,7 +37330,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/equality") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37833,7 +37341,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sam/javaSamWithEqualsHashCode") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37846,7 +37353,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sameFileInSourceAndDependencies") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37870,7 +37376,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/script") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37882,7 +37387,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/sealed") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -37936,7 +37440,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/secondaryConstructors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -38128,7 +37631,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/size") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -38140,7 +37642,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/smap") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -38152,7 +37653,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/smartCasts") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -38332,7 +37832,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/specialBuiltins") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -38464,7 +37963,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/statics") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -38524,7 +38022,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/storeStackBeforeInline") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -38566,7 +38063,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/strings") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -38794,7 +38290,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/super") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -38979,7 +38474,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/super/superConstructor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39034,7 +38528,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/suppressions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39052,7 +38545,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/suspendConversion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39136,7 +38628,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/synchronized") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39148,7 +38639,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/syntheticAccessors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -39273,7 +38763,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/syntheticAccessors/protectedJavaFieldAccessor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39285,7 +38774,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/syntheticAccessors/protectedMemberReferenceAccessor") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39322,7 +38810,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/syntheticExtensions") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39334,7 +38821,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/throws") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39346,7 +38832,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/toArray") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39370,7 +38855,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/topLevelInitializtion") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39412,7 +38896,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/topLevelPrivate") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39436,7 +38919,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/trailingComma") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39454,7 +38936,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/traits") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -39664,7 +39145,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/typeInfo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39712,7 +39192,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/typeMapping") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39766,7 +39245,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/typealias") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39934,7 +39412,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/unaryOp") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -39982,7 +39459,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/underscoredTypeArguments") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40018,7 +39494,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/unit") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40114,7 +39589,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/unsignedTypes") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40401,7 +39875,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/unsignedTypes/jvm8Intrinsics") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40414,7 +39887,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/valueClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40425,7 +39897,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/valueClasses/javaInterop") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40438,7 +39909,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/vararg") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40546,7 +40016,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/volatile") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40648,7 +40117,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/when") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -40947,7 +40415,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/when/enumOptimization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41085,7 +40552,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/when/stringOptimization") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41151,7 +40617,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/box/when/whenSubjectVariable") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41273,7 +40738,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41284,7 +40748,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/annotations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41308,7 +40771,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41709,7 +41171,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/enumEntries") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41721,7 +41182,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/enumWhen") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41757,7 +41217,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/properRecapturing") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41805,7 +41264,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/properRecapturingInClass") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41889,7 +41347,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/sam") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41901,7 +41358,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/anonymousObject/twoCapturedReceivers") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -41956,7 +41412,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/argumentOrder") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42052,7 +41507,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/arrayConvention") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42100,7 +41554,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/assert") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42112,7 +41565,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/builders") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42124,7 +41576,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/bytecodePreprocessing") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42136,7 +41587,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/callableReference") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -42243,7 +41693,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/callableReference/adaptedReferences") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42291,7 +41740,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/callableReference/bound") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42460,7 +41908,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/capture") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42538,7 +41985,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/complex") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42598,7 +42044,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/complexStack") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42664,7 +42109,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/contracts") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -42766,7 +42210,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/defaultValues") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -42897,7 +42340,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43106,7 +42548,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43287,7 +42728,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/defaultValues/maskElimination") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -43342,7 +42782,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/delegatedProperty") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43390,7 +42829,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/enclosingInfo") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43402,7 +42840,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/enum") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43504,7 +42941,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/functionExpression") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43522,7 +42958,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineArgsInplace") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43540,7 +42975,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43599,7 +43033,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43610,7 +43043,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/funInterface") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43658,7 +43090,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/lambda") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43706,7 +43137,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/inlineClasses/unboxGenericParameter/objectLiteral") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43756,7 +43186,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/innerClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43816,7 +43245,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43827,7 +43255,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic/lambdas") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43839,7 +43266,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/invokedynamic/sam") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43852,7 +43278,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/jvmName") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43864,7 +43289,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/jvmPackageName") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43876,7 +43300,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/lambdaClassClash") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43900,7 +43323,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/lambdaTransformation") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43942,7 +43364,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/localFunInLambda") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43978,7 +43399,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/multiModule") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -43996,7 +43416,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/multifileClasses") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44008,7 +43427,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/multiplatform") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44019,7 +43437,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/multiplatform/defaultArguments") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44038,7 +43455,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/noInline") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44092,7 +43508,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44241,7 +43656,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/deparenthesize") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44265,7 +43679,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44354,7 +43767,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/callSite") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44402,7 +43814,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/chained") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44462,7 +43873,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/declSite") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44546,7 +43956,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44678,7 +44087,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/variables") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44698,7 +44106,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/optimizations") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44716,7 +44123,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/private") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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") @@ -44800,7 +44206,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/property") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -44896,7 +44301,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/reified") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45027,7 +44431,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/reified/checkCast") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45093,7 +44496,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/reified/defaultLambda") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45105,7 +44507,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/reified/isCheck") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45136,7 +44537,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/signature") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45148,7 +44548,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/signatureMangling") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45160,7 +44559,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/simple") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45310,7 +44708,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45447,7 +44844,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/anonymous") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45519,7 +44915,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/defaultLambda") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45585,7 +44980,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/inlineOnly") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45621,7 +45015,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/newsmap") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45657,7 +45050,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/smap/resolve") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45682,7 +45074,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/special") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45748,7 +45139,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/stackOnReturn") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -45856,7 +45246,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46011,7 +45400,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/callableReference") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46053,7 +45441,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/defaultParameter") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46101,7 +45488,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/inlineClass") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46137,7 +45523,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/inlineUsedAsNoinline") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46161,7 +45546,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/receiver") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46221,7 +45605,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/suspend/stateMachine") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46372,7 +45755,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/syntheticAccessors") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46431,7 +45813,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46498,7 +45879,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/trait") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46516,7 +45896,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/tryCatchFinally") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46552,7 +45931,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/typeParameters") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 { @@ -46600,7 +45978,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest @TestMetadata("compiler/testData/codegen/boxInline/varargs") @TestDataPath("$PROJECT_ROOT") @UseExtTestCaseGroupProvider() - @DisabledTestsIfProperty(sourceLocations = { "compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt", "compiler/testData/codegen/box/multiplatform/defaultArguments/*.kt", "compiler/testData/codegen/box/multiplatform/migratedOldTests/*.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 fbe75753a60..e12c9d41f2e 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 @@ -34,12 +34,6 @@ fun main() { suiteTestClassName = "NativeCodegenBoxTestGenerated", annotations = listOf( provider(), - disabledInOneStageMode( - "codegen/box/coroutines/featureIntersection/defaultExpect.kt", - "codegen/box/multiplatform/defaultArguments/*.kt", - "codegen/box/multiplatform/migratedOldTests/*.kt", - "codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt" - ) ) ) { model("codegen/box", targetBackend = TargetBackend.NATIVE) diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeBlackBoxTest.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeBlackBoxTest.kt index 887c8b1eeac..632aee561ee 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeBlackBoxTest.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeBlackBoxTest.kt @@ -9,6 +9,8 @@ import com.intellij.testFramework.TestDataFile import org.jetbrains.kotlin.konan.test.blackbox.support.NativeBlackBoxTestSupport import org.jetbrains.kotlin.konan.test.blackbox.support.PackageName import org.jetbrains.kotlin.konan.test.blackbox.support.TestCaseId +import org.jetbrains.kotlin.konan.test.blackbox.support.compilation.CompilationToolException +import org.jetbrains.kotlin.konan.test.blackbox.support.group.isIgnoredTarget import org.jetbrains.kotlin.konan.test.blackbox.support.runner.TestRun import org.jetbrains.kotlin.konan.test.blackbox.support.runner.TestRunProvider import org.jetbrains.kotlin.konan.test.blackbox.support.runner.TestRunners.createProperTestRunner @@ -17,6 +19,7 @@ import org.jetbrains.kotlin.konan.test.blackbox.support.util.TreeNode import org.jetbrains.kotlin.konan.test.blackbox.support.util.getAbsoluteFile import org.jetbrains.kotlin.konan.test.blackbox.support.util.joinPackageNames import org.jetbrains.kotlin.konan.test.blackbox.support.util.prependPackageName +import org.jetbrains.kotlin.test.services.JUnit5Assertions.fail import org.junit.jupiter.api.DynamicNode import org.junit.jupiter.api.DynamicTest.dynamicTest import org.junit.jupiter.api.extension.ExtendWith @@ -32,8 +35,17 @@ abstract class AbstractNativeBlackBoxTest { * This function should be called from a method annotated with [org.junit.jupiter.api.Test]. */ fun runTest(@TestDataFile testDataFilePath: String) { - val testCaseId = TestCaseId.TestDataFile(getAbsoluteFile(testDataFilePath)) - runTestCase(testCaseId) + val absoluteTestFile = getAbsoluteFile(testDataFilePath) + val testCaseId = TestCaseId.TestDataFile(absoluteTestFile) + try { + runTestCase(testCaseId) + } catch (e: CompilationToolException) { + // TODO find out the way not to re-read test source file, but to re-use already extracted test directives. + if (testRunSettings.isIgnoredTarget(absoluteTestFile)) + println("There was an expected failure: CompilationToolException: ${e.reason}") + else + fail { e.reason } + } } /** diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeCodegenBoxTest.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeCodegenBoxTest.kt index e2f84852d34..d4d0627d281 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeCodegenBoxTest.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/AbstractNativeCodegenBoxTest.kt @@ -6,8 +6,6 @@ package org.jetbrains.kotlin.konan.test.blackbox import com.intellij.testFramework.TestDataFile -import org.jetbrains.kotlin.konan.test.blackbox.support.ClassLevelProperty -import org.jetbrains.kotlin.konan.test.blackbox.support.group.DisabledTestsIfProperty import org.jetbrains.kotlin.konan.test.blackbox.support.settings.ExternalSourceTransformersProvider import org.jetbrains.kotlin.konan.test.blackbox.support.util.ExternalSourceTransformer import org.jetbrains.kotlin.konan.test.blackbox.support.util.ExternalSourceTransformers @@ -16,13 +14,6 @@ import org.jetbrains.kotlin.konan.test.blackbox.support.util.getAbsoluteFile import org.junit.jupiter.api.Tag import java.io.File -// Disable codegen/box/properties/lateinit/isInitializedAndDeinitialize tests with ONE_STAGE_MULTI_MODULE -// They should be disabled only for K2 but this is not possible right now. -@DisabledTestsIfProperty( - sourceLocations = ["compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/*.kt"], - property = ClassLevelProperty.TEST_MODE, - propertyValue = "ONE_STAGE_MULTI_MODULE" -) @Tag("codegen") abstract class AbstractNativeCodegenBoxTest : ExternalSourceTransformersProvider, AbstractNativeBlackBoxTest() { private val registeredSourceTransformers: ThreadSafeCache> = ThreadSafeCache() diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/ConfigurationProperties.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/ConfigurationProperties.kt index 65bf91759c0..c1d55da8d97 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/ConfigurationProperties.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/ConfigurationProperties.kt @@ -54,7 +54,7 @@ internal class EnforcedProperties(testClass: Class<*>) { acceptableAnnotations[propertyType]?.contains(value) ?: true } -internal enum class ClassLevelProperty(shortName: String) { +internal enum class ClassLevelProperty(val shortName: String) { TEST_TARGET("target"), TEST_MODE("mode"), COMPILER_PLUGINS("compilerPlugins"), diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/NativeTestSupport.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/NativeTestSupport.kt index 71b4272f93e..a57d6c3ffb0 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/NativeTestSupport.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/NativeTestSupport.kt @@ -283,7 +283,8 @@ private object NativeTestSupport { kotlinNativeTargets, optimizationMode, useStaticCacheForUserLibraries, - makePerFileCaches + makePerFileCaches, + cacheMode ) } diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/TestDirectives.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/TestDirectives.kt index 7f85b949f13..2e915ab2d25 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/TestDirectives.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/TestDirectives.kt @@ -148,6 +148,39 @@ internal object TestDirectives : SimpleDirectivesContainer() { val FILECHECK_STAGE by stringDirective( description = "Specify a LLVM stage to dump LLVM IR after, and check it with LLVM FileCheck using its directives in test file" ) + + val DISABLE_NATIVE by stringDirective( + description = "Test is not compiled/run with neither K1 nor K2 frontend and marked as disabled(GRAY)." + ) + + val DISABLE_NATIVE_K1 by stringDirective( + description = "Test is not compiled/run with K1 frontend and marked as disabled(GRAY)." + ) + + val DISABLE_NATIVE_K2 by stringDirective( + description = "Test is not compiled/run with K2 frontend and marked as disabled(GRAY)." + ) + + val IGNORE_NATIVE by stringDirective( + """ + Usage: // IGNORE_NATIVE: property1=value1[ && property2=value2][ && property3=value3] + Declares this test is expected to fail in described run configuration on both K1 and K2 frontends. + """.trimIndent() + ) + + val IGNORE_NATIVE_K1 by stringDirective( + """ + Usage: // IGNORE_NATIVE_K1: property1=value1[ && property2=value2][ && property3=value3] + Declares this test is expected to fail in described run configuration on K1 frontend. + """.trimIndent() + ) + + val IGNORE_NATIVE_K2 by stringDirective( + """ + Usage: // IGNORE_NATIVE_K2: property1=value1[ && property2=value2][ && property3=value3] + Declares this test is expected to fail in described run configuration on K2 frontend. + """.trimIndent() + ) } internal enum class TestKind { diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/compilation/TestCompilationResult.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/compilation/TestCompilationResult.kt index 0e86c6fef97..d83d5dfb5b2 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/compilation/TestCompilationResult.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/compilation/TestCompilationResult.kt @@ -8,6 +8,8 @@ package org.jetbrains.kotlin.konan.test.blackbox.support.compilation import org.jetbrains.kotlin.konan.test.blackbox.support.LoggedData import org.jetbrains.kotlin.test.services.JUnit5Assertions.fail +class CompilationToolException(val reason: String) : Exception() + internal sealed interface TestCompilationResult { sealed interface ImmediateResult : TestCompilationResult { val loggedData: LoggedData @@ -25,7 +27,8 @@ internal sealed interface TestCompilationResult { companion object { fun TestCompilationResult.assertSuccess(): Success = when (this) { is Success -> this - is Failure -> fail { describeFailure() } + is UnexpectedFailure -> fail { describeFailure() } + is CompilationToolFailure -> throw CompilationToolException(describeFailure()) is DependencyFailures -> fail { describeDependencyFailures() } } diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/ConditionallyDisabledTests.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/ConditionallyDisabledTests.kt index a3ef19bc0a3..3ce3e891680 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/ConditionallyDisabledTests.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/ConditionallyDisabledTests.kt @@ -6,11 +6,19 @@ package org.jetbrains.kotlin.konan.test.blackbox.support.group import org.jetbrains.kotlin.konan.test.blackbox.support.ClassLevelProperty +// Deprecated: Use test directives instead: +// `IGNORE_BACKEND: NATIVE`, `IGNORE_BACKEND_K1: NATIVE`, `IGNORE_BACKEND_K2: NATIVE` if test fails in any tets config +// `IGNORE_NATIVE`, `IGNORE_NATIVE_K1`, `IGNORE_NATIVE_K2` with a property matcher, for usual easy fails +// `DISABLE_NATIVE`, `DISABLE_NATIVE_K1`, `DISABLE_NATIVE_K2` in case compiler crashes within JVM @Target(AnnotationTarget.CLASS) internal annotation class DisabledTests( val sourceLocations: Array ) +// @DisabledTestsIfProperty(...) is intended primarily to turn off tests in bulk to reduce pressure on CI infrastructure for certain targets +// To mark failed tests, please use the following test directives instead: +// `IGNORE_NATIVE`, `IGNORE_NATIVE_K1`, `IGNORE_NATIVE_K2` with a property matcher, for usual easy fails +// `DISABLE_NATIVE`, `DISABLE_NATIVE_K1`, `DISABLE_NATIVE_K2` for overcomplicated property combinations, or in case compiler crashes within JVM @Target(AnnotationTarget.CLASS) internal annotation class DisabledTestsIfProperty( val sourceLocations: Array, diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/ExtTestCaseGroupProvider.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/ExtTestCaseGroupProvider.kt index b1eb83f6609..7057922f724 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/ExtTestCaseGroupProvider.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/ExtTestCaseGroupProvider.kt @@ -21,7 +21,13 @@ import org.jetbrains.kotlin.config.CompilerConfiguration import org.jetbrains.kotlin.config.LanguageFeature import org.jetbrains.kotlin.konan.test.blackbox.support.* import org.jetbrains.kotlin.konan.test.blackbox.support.TestCase.WithTestRunnerExtras +import org.jetbrains.kotlin.konan.test.blackbox.support.TestDirectives.DISABLE_NATIVE +import org.jetbrains.kotlin.konan.test.blackbox.support.TestDirectives.DISABLE_NATIVE_K1 +import org.jetbrains.kotlin.konan.test.blackbox.support.TestDirectives.DISABLE_NATIVE_K2 import org.jetbrains.kotlin.konan.test.blackbox.support.TestDirectives.FILECHECK_STAGE +import org.jetbrains.kotlin.konan.test.blackbox.support.TestDirectives.IGNORE_NATIVE +import org.jetbrains.kotlin.konan.test.blackbox.support.TestDirectives.IGNORE_NATIVE_K1 +import org.jetbrains.kotlin.konan.test.blackbox.support.TestDirectives.IGNORE_NATIVE_K2 import org.jetbrains.kotlin.konan.test.blackbox.support.runner.TestRunCheck import org.jetbrains.kotlin.konan.test.blackbox.support.runner.TestRunChecks import org.jetbrains.kotlin.konan.test.blackbox.support.settings.* @@ -35,6 +41,9 @@ import org.jetbrains.kotlin.resolve.ImportPath import org.jetbrains.kotlin.resolve.checkers.OptInNames import org.jetbrains.kotlin.test.* import org.jetbrains.kotlin.test.InTextDirectivesUtils.* +import org.jetbrains.kotlin.test.directives.CodegenTestDirectives.IGNORE_BACKEND +import org.jetbrains.kotlin.test.directives.CodegenTestDirectives.IGNORE_BACKEND_K1 +import org.jetbrains.kotlin.test.directives.CodegenTestDirectives.IGNORE_BACKEND_K2 import org.jetbrains.kotlin.test.services.JUnit5Assertions.assertTrue import org.jetbrains.kotlin.test.services.JUnit5Assertions.fail import org.jetbrains.kotlin.utils.addIfNotNull @@ -72,14 +81,7 @@ internal class ExtTestCaseGroupProvider : TestCaseGroupProvider, TestDisposable( testDataFile = testDataFile, structureFactory = structureFactory, customSourceTransformers = settings.get().getSourceTransformers(testDataFile), - testRoots = settings.get(), - generatedSources = settings.get(), - customKlibs = settings.get(), - pipelineType = settings.get(), - testMode = settings.get(), - cacheMode = settings.get(), - optimizationMode = settings.get(), - timeouts = settings.get(), + settings = settings, ) if (extTestDataFile.isRelevant) @@ -100,15 +102,17 @@ private class ExtTestDataFile( private val testDataFile: File, structureFactory: ExtTestDataFileStructureFactory, customSourceTransformers: ExternalSourceTransformers?, - testRoots: TestRoots, - private val generatedSources: GeneratedSources, - private val customKlibs: CustomKlibs, - pipelineType: PipelineType, - testMode: TestMode, - cacheMode: CacheMode, - optimizationMode: OptimizationMode, - private val timeouts: Timeouts, + settings: Settings, ) { + private val testRoots = settings.get() + private val generatedSources = settings.get() + private val customKlibs = settings.get() + private val timeouts = settings.get() + private val pipelineType = settings.get() + private val testMode = settings.get() + private val cacheMode = settings.get() + private val optimizationMode = settings.get() + private val structure by lazy { val allSourceTransformers: ExternalSourceTransformers = if (customSourceTransformers.isNullOrEmpty()) MANDATORY_SOURCE_TRANSFORMERS @@ -118,6 +122,8 @@ private class ExtTestDataFile( structureFactory.ExtTestDataFileStructure(testDataFile, allSourceTransformers) } + private val isIgnoredTarget: Boolean = settings.isIgnoredTarget(structure.directives) + private val testDataFileSettings by lazy { val optIns = structure.directives.multiValues(OPT_IN_DIRECTIVE) val optInsForSourceCode = optIns subtract OPT_INS_PURELY_FOR_COMPILER @@ -145,7 +151,7 @@ private class ExtTestDataFile( val isRelevant: Boolean = isCompatibleTarget(TargetBackend.NATIVE, testDataFile) // Checks TARGET_BACKEND/DONT_TARGET_EXACT_BACKEND directives. - && !isIgnoredTarget(pipelineType, testDataFile, TargetBackend.NATIVE) // Checks IGNORE_BACKEND directives. + && !isDisabledNative(pipelineType, structure.directives) && testDataFileSettings.languageSettings.none { it in INCOMPATIBLE_LANGUAGE_SETTINGS } && INCOMPATIBLE_DIRECTIVES.none { it in structure.directives } && structure.directives[API_VERSION_DIRECTIVE] !in INCOMPATIBLE_API_VERSIONS @@ -157,34 +163,6 @@ private class ExtTestDataFile( && pipelineType == PipelineType.K2 && testMode == TestMode.ONE_STAGE_MULTI_MODULE) - private fun isIgnoredTarget(pipelineType: PipelineType, testDataFile: File, backend: TargetBackend): Boolean { - return when (pipelineType) { - PipelineType.K1 -> - isIgnoredTarget( - backend, - testDataFile, - /*includeAny = */true, - IGNORE_BACKEND_DIRECTIVE_PREFIX, - IGNORE_BACKEND_K1_DIRECTIVE_PREFIX - ) - PipelineType.K2 -> - isIgnoredTarget( - backend, - testDataFile, - /*includeAny = */true, - IGNORE_BACKEND_DIRECTIVE_PREFIX, - IGNORE_BACKEND_K2_DIRECTIVE_PREFIX - ) - PipelineType.DEFAULT -> - isIgnoredTarget( - backend, - testDataFile, - /*includeAny = */true, - IGNORE_BACKEND_DIRECTIVE_PREFIX, - ) - } - } - private fun assembleFreeCompilerArgs(): TestCompilerArgs { val args = mutableListOf() testDataFileSettings.languageSettings.sorted().mapTo(args) { "-XXLanguage:$it" } @@ -214,6 +192,12 @@ private class ExtTestDataFile( private fun determineIfStandaloneTest(): Boolean = with(structure) { if (directives.contains(NATIVE_STANDALONE_DIRECTIVE)) return true if (directives.contains(FILECHECK_STAGE.name)) return true + if (isIgnoredTarget) return true + // To make the debug of possible failed testruns easier, it makes sense to run dodgy tests alone + if (directives.contains(IGNORE_NATIVE.name) || + directives.contains(IGNORE_NATIVE_K1.name) || + directives.contains(IGNORE_NATIVE_K2.name) + ) return true var isStandaloneTest = false @@ -531,8 +515,11 @@ private class ExtTestDataFile( modules = modules, freeCompilerArgs = assembleFreeCompilerArgs(), nominalPackageName = testDataFileSettings.nominalPackageName, - checks = TestRunChecks.Default(timeouts.executionTimeout) - .copy(fileCheckMatcher = fileCheckStage?.let { TestRunCheck.FileCheckMatcher(settings, testDataFile) }), + checks = TestRunChecks.Default(timeouts.executionTimeout).copy( + fileCheckMatcher = fileCheckStage?.let { TestRunCheck.FileCheckMatcher(settings, testDataFile) }, + exitCodeCheck = TestRunCheck.ExitCode.Expected(0).takeUnless { isIgnoredTarget }, + expectedFailureCheck = TestRunCheck.ExpectedFailure.takeIf { isIgnoredTarget }, + ), fileCheckStage = fileCheckStage, extras = WithTestRunnerExtras(runnerType = TestRunnerType.DEFAULT) ) @@ -612,7 +599,7 @@ private class ExtTestDataFileSettings( private typealias SharedModuleGenerator = (sharedModulesDir: File) -> TestModule.Shared? private typealias SharedModuleCache = (moduleName: String, generator: SharedModuleGenerator) -> TestModule.Shared? -private class ExtTestDataFileStructureFactory(parentDisposable: Disposable) : TestDisposable(parentDisposable) { +private class ExtTestDataFileStructureFactory(parentDisposable: Disposable?) : TestDisposable(parentDisposable) { private val psiFactory = createPsiFactory(parentDisposable = this) inner class ExtTestDataFileStructure(originalTestDataFile: File, sourceTransformers: ExternalSourceTransformers) { @@ -882,3 +869,85 @@ private class ExtTestDataFileStructureFactory(parentDisposable: Disposable) : Te } } } + +internal fun isDisabledNative(pipelineType: PipelineType, directives: Directives): Boolean { + return when (pipelineType) { + PipelineType.K1 -> directives.contains(DISABLE_NATIVE.name) || directives.contains(DISABLE_NATIVE_K1.name) + PipelineType.K2 -> directives.contains(DISABLE_NATIVE.name) || directives.contains(DISABLE_NATIVE_K2.name) + PipelineType.DEFAULT -> directives.contains(DISABLE_NATIVE.name) + } +} + +internal fun Settings.isIgnoredTarget(testDataFile: File): Boolean { + val extTestDataFileStructure = + ExtTestDataFileStructureFactory(parentDisposable = null).ExtTestDataFileStructure(testDataFile, emptyList()) + return isIgnoredTarget(extTestDataFileStructure.directives) +} + +internal fun Settings.isIgnoredTarget(directives: Directives): Boolean { + return isIgnoredWithIGNORE_BACKEND(directives) || + isIgnoredWithIGNORE_NATIVE(directives) +} + +// Mimics `InTextDirectivesUtils.isIgnoredTarget(NATIVE, file)` but does not require file contents, but only already parsed directives. +private fun Settings.isIgnoredWithIGNORE_BACKEND(directives: Directives): Boolean { + val containsNativeOrAny: (List) -> Boolean = { TargetBackend.NATIVE.name in it || TargetBackend.ANY.name in it } + + if (directives.listValues(IGNORE_BACKEND.name)?.let(containsNativeOrAny) == true) + return true + when (get()) { + PipelineType.K1 -> + if (directives.listValues(IGNORE_BACKEND_K1.name)?.let(containsNativeOrAny) == true) + return true + PipelineType.K2 -> + if (directives.listValues(IGNORE_BACKEND_K2.name)?.let(containsNativeOrAny) == true) + return true + else -> {} + } + return false +} + +private val CACHE_MODE_NAMES = CacheMode.Alias.entries.map { it.name } +private val TEST_MODE_NAMES = TestMode.entries.map { it.name } +private val OPTIMIZATION_MODE_NAMES = OptimizationMode.entries.map { it.name } + +private fun Settings.isIgnoredWithIGNORE_NATIVE( + directives: Directives, +): Boolean { + val directiveValues = buildList { + directives.listValues(IGNORE_NATIVE.name)?.let { addAll(it) } + when (get()) { + PipelineType.K1 -> directives.listValues(IGNORE_NATIVE_K1.name)?.let { addAll(it) } + PipelineType.K2 -> directives.listValues(IGNORE_NATIVE_K2.name)?.let { addAll(it) } + else -> {} + } + } + // Boolean evaluation of expressions like `property1=value1 && property2=value2` + directiveValues.forEach { + val split = it.split("&&") + val booleanList = split.map { + val matchResult = "(.+)=(.+)".toRegex().find(it.trim()) + ?: throw AssertionError("Invalid format for IGNORE_NATIVE* directive ($it). Must be =") + val propName = matchResult.groups[1]?.value + val (actualValue, supportedValues) = when (propName) { + ClassLevelProperty.CACHE_MODE.shortName -> get().alias.name to CACHE_MODE_NAMES + ClassLevelProperty.TEST_MODE.shortName -> get().name to TEST_MODE_NAMES + ClassLevelProperty.OPTIMIZATION_MODE.shortName -> get().name to OPTIMIZATION_MODE_NAMES + ClassLevelProperty.TEST_TARGET.shortName -> get().testTarget.name to null + else -> throw AssertionError("ClassLevelProperty name: $propName is not yet supported in IGNORE_NATIVE* test directives.") + } + val valueFromTestDirective = matchResult.groups[2]?.value!! + supportedValues?.let { + if (actualValue !in it) + throw AssertionError("Internal error: Test run value $propName=$actualValue is not in expected supported values: $it") + if (valueFromTestDirective !in it) + throw AssertionError("Test directive `IGNORE_NATIVE*: $propName=$valueFromTestDirective` has unsupported value. Supported are: $it") + } + actualValue == valueFromTestDirective + } + val matches = booleanList.reduce { a, b -> a && b } + if (matches) + return true + } + return false +} diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/StandardTestCaseGroupProvider.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/StandardTestCaseGroupProvider.kt index 3fb9ac2f0d4..5f5059fb8ce 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/StandardTestCaseGroupProvider.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/group/StandardTestCaseGroupProvider.kt @@ -226,6 +226,7 @@ internal class StandardTestCaseGroupProvider : TestCaseGroupProvider { checks = TestRunChecks( computeExecutionTimeoutCheck(settings, expectedTimeoutFailure), computeExitCodeCheck(testKind, registeredDirectives, location), + expectedFailureCheck = null, computeOutputDataFileCheck(testDataFile, registeredDirectives, location), lldbSpec?.let { OutputMatcher { output -> lldbSpec.checkLLDBOutput(output, settings.get()) } }, fileCheckMatcher = null, diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/AbstractLocalProcessRunner.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/AbstractLocalProcessRunner.kt index 0ccd7db7f4b..080ce935dac 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/AbstractLocalProcessRunner.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/AbstractLocalProcessRunner.kt @@ -96,7 +96,7 @@ internal abstract class AbstractLocalProcessRunner(protected val checks: Test internal abstract class LocalResultHandler( runResult: RunResult, private val visibleProcessName: String, - private val checks: TestRunChecks + protected val checks: TestRunChecks ) : AbstractResultHandler(runResult) { override fun handle(): R { checks.forEach { check -> @@ -107,6 +107,21 @@ internal abstract class LocalResultHandler( is ExecutionTimeout.ShouldExceed -> verifyExpectation(!runResult.hasFinishedOnTime) { "Test is expected to fail with exceeded timeout, which hasn't happened." } + is TestRunCheck.ExpectedFailure -> { + val testReport = runResult.processOutput.stdOut.testReport + verifyExpectation(testReport != null) { + "testReport is expected to be non-null" + } + verifyExpectation(!testReport!!.isEmpty()) { + "testReport is expected to be non-empty" + } + verifyExpectation(testReport.failedTests.isNotEmpty()) { + "Test did not fail as expected" + } + verifyExpectation(testReport.passedTests.isEmpty()) { + "Test unexpectedly passed" + } + } is ExitCode -> { // Don't check exit code if it is unknown. val knownExitCode: Int = runResult.exitCode ?: return@forEach diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/LocalTestRunner.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/LocalTestRunner.kt index 8c657f57e35..2ccdc078ef1 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/LocalTestRunner.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/LocalTestRunner.kt @@ -83,8 +83,17 @@ internal class ResultHandler( ) } - verifyNoSuchTests(testReport.failedTests, "There are failed tests") - + if (checks.expectedFailureCheck !is TestRunCheck.ExpectedFailure) + verifyNoSuchTests(testReport.failedTests, "There are failed tests") + else { + runResult.processOutput.stdOut.filteredOutput.let { + if (it.isNotEmpty()) + println("Failure is expected. Exit code=${runResult.exitCode}, filtered test output is below:\n$it") + else + println("Failure is expected. Exit code=${runResult.exitCode}, filtered test output is empty.") + } + verifyNoSuchTests(testReport.passedTests, "There are unexpectedly passed tests") + } assumeFalse(testReport.ignoredTests.isNotEmpty() && testReport.passedTests.isEmpty(), "Test case is disabled") } diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/TestRunChecks.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/TestRunChecks.kt index fac2cd09a3c..a84e5e5e6e7 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/TestRunChecks.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/runner/TestRunChecks.kt @@ -22,6 +22,8 @@ internal sealed interface TestRunCheck { class Expected(val expectedExitCode: Int) : ExitCode() } + object ExpectedFailure : TestRunCheck + class OutputDataFile(val file: File) : TestRunCheck class OutputMatcher(val match: (String) -> Boolean): TestRunCheck @@ -31,7 +33,8 @@ internal sealed interface TestRunCheck { internal data class TestRunChecks( val executionTimeoutCheck: ExecutionTimeout, - private val exitCodeCheck: ExitCode, + private val exitCodeCheck: ExitCode?, + val expectedFailureCheck: ExpectedFailure?, val outputDataFile: OutputDataFile?, val outputMatcher: OutputMatcher?, val fileCheckMatcher: FileCheckMatcher?, @@ -39,7 +42,8 @@ internal data class TestRunChecks( override fun iterator() = iterator { yield(executionTimeoutCheck) - yield(exitCodeCheck) + yieldIfNotNull(exitCodeCheck) + yieldIfNotNull(expectedFailureCheck) yieldIfNotNull(outputDataFile) yieldIfNotNull(outputMatcher) yieldIfNotNull(fileCheckMatcher) @@ -51,6 +55,7 @@ internal data class TestRunChecks( fun Default(timeout: Duration) = TestRunChecks( executionTimeoutCheck = ExecutionTimeout.ShouldNotExceed(timeout), exitCodeCheck = ExitCode.Expected(0), + expectedFailureCheck = null, outputDataFile = null, outputMatcher = null, fileCheckMatcher = null, diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/settings/TestProcessSettings.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/settings/TestProcessSettings.kt index ace5d7ec75f..0f207d5f5c1 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/settings/TestProcessSettings.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/test/blackbox/support/settings/TestProcessSettings.kt @@ -210,6 +210,7 @@ internal sealed class CacheMode { abstract val staticCacheForDistributionLibrariesRootDir: File? abstract val useStaticCacheForUserLibraries: Boolean abstract val makePerFileCaches: Boolean + abstract val alias: Alias val useStaticCacheForDistributionLibraries: Boolean get() = staticCacheForDistributionLibrariesRootDir != null @@ -217,6 +218,7 @@ internal sealed class CacheMode { override val staticCacheForDistributionLibrariesRootDir: File? get() = null override val useStaticCacheForUserLibraries: Boolean get() = false override val makePerFileCaches: Boolean = false + override val alias = Alias.NO } class WithStaticCache( @@ -224,7 +226,8 @@ internal sealed class CacheMode { kotlinNativeTargets: KotlinNativeTargets, optimizationMode: OptimizationMode, override val useStaticCacheForUserLibraries: Boolean, - override val makePerFileCaches: Boolean + override val makePerFileCaches: Boolean, + override val alias: Alias, ) : CacheMode() { override val staticCacheForDistributionLibrariesRootDir: File = File(distribution.klib) .resolve("cache")