diff --git a/compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt b/compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt index 8a35a196697..dbe87907e29 100644 --- a/compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt +++ b/compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt @@ -1,3 +1,4 @@ +// NATIVE error: name contains illegal characters: "$" // IGNORE_BACKEND: NATIVE // WITH_STDLIB diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt index f19165ef36d..65850394d19 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt index a6cf6b73f46..c75223e623f 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt index b981b9172cc..aa5aee60ffb 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt @@ -1,5 +1,5 @@ -// IGNORE_BACKEND: JS_IR, JS, NATIVE, WASM -// IGNORE_BACKEND: JS_IR_ES6 +// TARGET_BACKEND: JVM + // WITH_REFLECT import kotlin.test.assertNotEquals diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt index 154ec07bee2..604f266397c 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt @@ -1,5 +1,5 @@ -// IGNORE_BACKEND: JS_IR, JS, NATIVE, WASM -// IGNORE_BACKEND: JS_IR_ES6 +// TARGET_BACKEND: JVM + // WITH_REFLECT package test diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt index 8f721a160e1..ce6a6a3ff81 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt @@ -1,5 +1,5 @@ -// IGNORE_BACKEND: JS_IR, JS, NATIVE, WASM -// IGNORE_BACKEND: JS_IR_ES6 +// TARGET_BACKEND: JVM + // WITH_REFLECT package test diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt index 7684e84d6e0..3c82adb5330 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt @@ -1,8 +1,6 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 +// TARGET_BACKEND: JVM // KT-12630 KotlinReflectionInternalError on referencing some functions from stdlib -// IGNORE_BACKEND: JS, NATIVE, WASM // WITH_REFLECT import kotlin.test.* diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt index 8a9e4ec41f4..120ea82bdad 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt @@ -1,8 +1,6 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 +// TARGET_BACKEND: JVM // KT-12630 KotlinReflectionInternalError on referencing some functions from stdlib -// IGNORE_BACKEND: JS, NATIVE, WASM // WITH_REFLECT import kotlin.test.* diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt index f68d95c42f1..ae0ccf86b32 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt index 884c6f21e73..8a17adda5fe 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt index 4012fa89eb4..707a307a6da 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt index 7930fced5e7..f3472ed7bdb 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt index 011bd82ff32..0ebd5e10a56 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt index 743e9867142..0fe9bb00c17 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt index a4085dc77d1..c82ca29ad3c 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt index c9b2209bf12..e86296b311f 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt index 3ba032ea859..fb54d08c2ef 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt b/compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt index e04182b501c..e0b22ee6985 100644 --- a/compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt +++ b/compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/modifiers/callableModality.kt b/compiler/testData/codegen/box/reflection/modifiers/callableModality.kt index 4386e57eebc..c8da77e0dfe 100644 --- a/compiler/testData/codegen/box/reflection/modifiers/callableModality.kt +++ b/compiler/testData/codegen/box/reflection/modifiers/callableModality.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt b/compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt index 1250d4ac5f3..4f03f94251b 100644 --- a/compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt +++ b/compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/modifiers/classModality.kt b/compiler/testData/codegen/box/reflection/modifiers/classModality.kt index d1403ffb11d..4b31c0eccd2 100644 --- a/compiler/testData/codegen/box/reflection/modifiers/classModality.kt +++ b/compiler/testData/codegen/box/reflection/modifiers/classModality.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt b/compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt index 11b3b653f47..2700dd72a57 100644 --- a/compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt +++ b/compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt @@ -1,8 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM - +// TARGET_BACKEND: JVM // WITH_REFLECT import kotlin.reflect.KClass diff --git a/compiler/testData/codegen/box/reflection/modifiers/functions.kt b/compiler/testData/codegen/box/reflection/modifiers/functions.kt index 09f0948d0f3..c39d148b79a 100644 --- a/compiler/testData/codegen/box/reflection/modifiers/functions.kt +++ b/compiler/testData/codegen/box/reflection/modifiers/functions.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/modifiers/properties.kt b/compiler/testData/codegen/box/reflection/modifiers/properties.kt index 84cb9df3dfe..c4e736bf8a4 100644 --- a/compiler/testData/codegen/box/reflection/modifiers/properties.kt +++ b/compiler/testData/codegen/box/reflection/modifiers/properties.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt b/compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt index ad49f97dec6..ce487d6349b 100644 --- a/compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt +++ b/compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/parameters/bigArity.kt b/compiler/testData/codegen/box/reflection/parameters/bigArity.kt index 3996a9fc319..74f95403a4a 100644 --- a/compiler/testData/codegen/box/reflection/parameters/bigArity.kt +++ b/compiler/testData/codegen/box/reflection/parameters/bigArity.kt @@ -1,6 +1,6 @@ // !LANGUAGE: +FunctionTypesWithBigArity -// IGNORE_BACKEND: JS_IR, JS, NATIVE, WASM -// IGNORE_BACKEND: JS_IR_ES6 +// TARGET_BACKEND: JVM + // WITH_REFLECT import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt b/compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt index ac9b6ec86f1..16b3456ff6d 100644 --- a/compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt +++ b/compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT import kotlin.reflect.KParameter diff --git a/compiler/testData/codegen/box/reflection/parameters/boundReferences.kt b/compiler/testData/codegen/box/reflection/parameters/boundReferences.kt index 1c6be57205c..eba6b8b63ab 100644 --- a/compiler/testData/codegen/box/reflection/parameters/boundReferences.kt +++ b/compiler/testData/codegen/box/reflection/parameters/boundReferences.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt b/compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt index 4a086f7d3c3..14711f54aec 100644 --- a/compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt +++ b/compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt b/compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt index f0655d9c1eb..3a09ef7619e 100644 --- a/compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt +++ b/compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt b/compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt index df2b32626b2..3195f21d6a6 100644 --- a/compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt +++ b/compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/parameters/isOptional.kt b/compiler/testData/codegen/box/reflection/parameters/isOptional.kt index 451931b6e61..6fe23dc552b 100644 --- a/compiler/testData/codegen/box/reflection/parameters/isOptional.kt +++ b/compiler/testData/codegen/box/reflection/parameters/isOptional.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/parameters/kinds.kt b/compiler/testData/codegen/box/reflection/parameters/kinds.kt index cfa467126e7..a7b1806bf7a 100644 --- a/compiler/testData/codegen/box/reflection/parameters/kinds.kt +++ b/compiler/testData/codegen/box/reflection/parameters/kinds.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/parameters/propertySetter.kt b/compiler/testData/codegen/box/reflection/parameters/propertySetter.kt index 0a0ed44dbe3..4a41f3762c9 100644 --- a/compiler/testData/codegen/box/reflection/parameters/propertySetter.kt +++ b/compiler/testData/codegen/box/reflection/parameters/propertySetter.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt b/compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt index 5b56b572f88..4aed2cf8633 100644 --- a/compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt +++ b/compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt b/compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt index 27a29f183e8..359e000d4d9 100644 --- a/compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt +++ b/compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt b/compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt index c9d04535051..243fed6b463 100644 --- a/compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt +++ b/compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt b/compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt index 78a1ed51348..bff1a94168c 100644 --- a/compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt +++ b/compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt b/compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt index bd84c74c07d..a164faee8ab 100644 --- a/compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt +++ b/compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt b/compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt index aed943aa27c..a39c68a28c3 100644 --- a/compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt +++ b/compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt b/compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt index b4d3c937d61..2241b8c53d9 100644 --- a/compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt +++ b/compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt b/compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt index 2b3645589f7..e6709a641db 100644 --- a/compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt +++ b/compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/genericProperty.kt b/compiler/testData/codegen/box/reflection/properties/genericProperty.kt index d52c9d6e665..670b31fa0ec 100644 --- a/compiler/testData/codegen/box/reflection/properties/genericProperty.kt +++ b/compiler/testData/codegen/box/reflection/properties/genericProperty.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT package test diff --git a/compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt b/compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt index a633a294cb8..db5f789ae9c 100644 --- a/compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt +++ b/compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt b/compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt index 00757ed172f..35e052ad897 100644 --- a/compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt +++ b/compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt b/compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt index 753bb60dca8..275ed06bd85 100644 --- a/compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt +++ b/compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt b/compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt index 036f7590aa4..e703b047e23 100644 --- a/compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt +++ b/compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt b/compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt index 67bfc157d6f..88962fb22b0 100644 --- a/compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt +++ b/compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt b/compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt index 359839c1a7d..f1b448844a9 100644 --- a/compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt +++ b/compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt b/compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt index 06dd7700c68..d0ee02dd394 100644 --- a/compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt +++ b/compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt b/compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt index 9b5b8f1e050..c0dd48cb1d2 100644 --- a/compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt +++ b/compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt b/compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt index 5466e973d12..45a89a54a9e 100644 --- a/compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt +++ b/compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt b/compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt index 070022514ce..e63a863d133 100644 --- a/compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt +++ b/compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt b/compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt index 1aef8ea0747..49ffd6ebcfb 100644 --- a/compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt +++ b/compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt b/compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt index ad9dba08e27..41a49074153 100644 --- a/compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt +++ b/compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt b/compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt index 8428d63c68f..1f20c71fc34 100644 --- a/compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt +++ b/compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/types/classifierIsClass.kt b/compiler/testData/codegen/box/reflection/types/classifierIsClass.kt index cad8f85c326..65b2a453978 100644 --- a/compiler/testData/codegen/box/reflection/types/classifierIsClass.kt +++ b/compiler/testData/codegen/box/reflection/types/classifierIsClass.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt b/compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt index d053e067fb5..2c09fb70a3e 100644 --- a/compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt +++ b/compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt @@ -1,8 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM - +// TARGET_BACKEND: JVM // WITH_REFLECT import kotlin.reflect.KTypeParameter diff --git a/compiler/testData/codegen/box/reflection/types/createType/equality.kt b/compiler/testData/codegen/box/reflection/types/createType/equality.kt index ce105cdd560..0339ecd67d0 100644 --- a/compiler/testData/codegen/box/reflection/types/createType/equality.kt +++ b/compiler/testData/codegen/box/reflection/types/createType/equality.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt b/compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt index e7788d43067..365dea9d3de 100644 --- a/compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt +++ b/compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT package test diff --git a/compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt b/compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt index 8dda329f217..c78845affe7 100644 --- a/compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt +++ b/compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT package test diff --git a/compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt b/compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt index 489c82ae66f..6e30cabe7c9 100644 --- a/compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt +++ b/compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt b/compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt index cd88a268796..aebf841a678 100644 --- a/compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt +++ b/compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt b/compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt index 3ace4a8f278..be136b339ca 100644 --- a/compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt +++ b/compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt b/compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt index 00186bf776a..2706d90c960 100644 --- a/compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt +++ b/compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt @@ -1,7 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// TARGET_BACKEND: JVM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt b/compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt index 3d7023d6d2a..4199bb0c8bc 100644 --- a/compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt +++ b/compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt @@ -1,8 +1,4 @@ -// IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND: JS_IR_ES6 -// TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM - +// TARGET_BACKEND: JVM // WITH_REFLECT import kotlin.reflect.full.isSubtypeOf diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/JsCodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/JsCodegenBoxTestGenerated.java index 78697653f32..b74598ca1df 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/JsCodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/JsCodegenBoxTestGenerated.java @@ -32364,119 +32364,17 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - @Test - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @Test - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @Test @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @Test - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @Test - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @Test - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @Test - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @Test - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @Test @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @Test - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @Test - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @Test - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @Test - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @Nested @@ -32487,48 +32385,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - - @Test - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @Test - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @Test - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @Test - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @Test - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @Test - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @Test - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @Nested @@ -32593,60 +32449,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - - @Test - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @Test - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @Test - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @Test - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @Test - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @Test - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @Test - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @Test - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @Test - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @Nested @@ -32658,116 +32460,20 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - @Test - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @Test - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @Test - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @Test @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @Test - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @Test - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @Test - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @Test - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @Test - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @Test - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") public class Accessors { - @Test - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - @Test public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - - @Test - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @Test - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @Test - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @Test - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @Nested @@ -32819,24 +32525,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - - @Test - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @Test - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @Test - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @Nested @@ -33077,24 +32765,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - - @Test - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @Test - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @Test - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @Nested @@ -33106,18 +32776,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - @Test - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @Test - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @Test @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { @@ -33144,36 +32802,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - - @Test - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @Test - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @Test - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @Test - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @Test - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @Nested @@ -33184,24 +32812,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest { public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true); } - - @Test - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @Test - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @Test - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } } diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java index 9a7a96352f3..62f32fb4d32 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java @@ -32778,119 +32778,17 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - @Test - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @Test - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @Test @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @Test - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @Test - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @Test - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @Test - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @Test - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @Test @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @Test - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @Test - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @Test - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @Test - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @Nested @@ -32901,48 +32799,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @Test - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @Test - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @Test - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @Test - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @Test - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @Test - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @Nested @@ -33007,60 +32863,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @Test - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @Test - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @Test - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @Test - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @Test - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @Test - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @Test - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @Test - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @Nested @@ -33072,116 +32874,20 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - @Test - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @Test - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @Test - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @Test @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @Test - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @Test - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @Test - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @Test - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @Test - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @Test - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") public class Accessors { - @Test - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - @Test public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @Test - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @Test - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @Test - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @Nested @@ -33233,24 +32939,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @Test - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @Test - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @Nested @@ -33491,24 +33179,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @Test - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @Test - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @Nested @@ -33520,18 +33190,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - @Test - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @Test - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @Test @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { @@ -33558,36 +33216,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @Test - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @Test - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @Test - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @Test - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @Nested @@ -33598,24 +33226,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @Test - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @Test - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } } diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java index e709ceee2de..4156225c41f 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java @@ -32778,119 +32778,17 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - @Test - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @Test - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @Test @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @Test - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @Test - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @Test - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @Test - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @Test - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @Test @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @Test - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @Test - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @Test - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @Test - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @Nested @@ -32901,48 +32799,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @Test - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @Test - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @Test - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @Test - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @Test - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @Test - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @Nested @@ -33007,60 +32863,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @Test - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @Test - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @Test - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @Test - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @Test - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @Test - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @Test - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @Test - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @Nested @@ -33072,116 +32874,20 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - @Test - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @Test - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @Test - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @Test @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @Test - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @Test - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @Test - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @Test - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @Test - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @Test - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") public class Accessors { - @Test - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - @Test public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @Test - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @Test - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @Test - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @Nested @@ -33233,24 +32939,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @Test - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @Test - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @Nested @@ -33491,24 +33179,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @Test - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @Test - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @Nested @@ -33520,18 +33190,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - @Test - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @Test - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @Test @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { @@ -33558,36 +33216,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @Test - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @Test - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @Test - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @Test - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @Nested @@ -33598,24 +33226,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true); } - - @Test - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @Test - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @Test - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } } diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java index 3571dc8ef18..ce8c2008429 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java @@ -32778,119 +32778,17 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - @Test - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @Test - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @Test @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @Test - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @Test - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @Test - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @Test - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @Test - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @Test @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @Test - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @Test - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @Test - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @Test - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @Nested @@ -32901,48 +32799,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - - @Test - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @Test - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @Test - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @Test - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @Test - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @Test - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @Test - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @Nested @@ -33007,60 +32863,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - - @Test - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @Test - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @Test - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @Test - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @Test - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @Test - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @Test - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @Test - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @Test - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @Nested @@ -33072,116 +32874,20 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - @Test - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @Test - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @Test - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @Test @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @Test - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @Test - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @Test - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @Test - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @Test - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @Test - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") public class Accessors { - @Test - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - @Test public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - - @Test - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @Test - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @Test - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @Test - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @Nested @@ -33233,24 +32939,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - - @Test - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @Test - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @Test - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @Nested @@ -33491,24 +33179,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - - @Test - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @Test - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @Test - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @Nested @@ -33520,18 +33190,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - @Test - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @Test - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @Test @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { @@ -33558,36 +33216,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - - @Test - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @Test - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @Test - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @Test - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @Test - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @Nested @@ -33598,24 +33226,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true); } - - @Test - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @Test - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @Test - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } } diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java index f2502792f61..d3505da7027 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java @@ -36261,119 +36261,17 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @Test - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @Test @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @Test - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @Test - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @Test - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @Test - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @Test - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @Test @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @Test - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @Test - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @Test - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @Test - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @Nested @@ -36387,48 +36285,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @Test - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @Test - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @Test - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @Test - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @Test - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @Test - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @Nested @@ -36505,60 +36361,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @Test - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @Test - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @Test - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @Test - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @Test - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @Test - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @Test - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @Test - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @Nested @@ -36573,78 +36375,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @Test - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @Test - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @Test @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @Test - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @Test - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @Test - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @Test - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @Test - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @Test - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") @@ -36652,40 +36388,10 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe @FirPipeline() @UseExtTestCaseGroupProvider() public class Accessors { - @Test - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - @Test public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @Test - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @Test - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @Test - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @Nested @@ -36752,24 +36458,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @Test - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @Test - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @Nested @@ -36968,24 +36656,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @Test - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @Test - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @Nested @@ -37000,18 +36670,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @Test - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @Test @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { @@ -37041,36 +36699,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @Test - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @Test - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @Test - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @Test - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @Nested @@ -37084,24 +36712,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @Test - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @Test - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } } diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestNoPLGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestNoPLGenerated.java index 1c3e4ce929e..f08bac99513 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestNoPLGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestNoPLGenerated.java @@ -37153,119 +37153,17 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @Test - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @Test @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @Test - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @Test - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @Test - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @Test - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @Test - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @Test @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @Test - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @Test - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @Test - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @Test - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @Nested @@ -37281,48 +37179,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @Test - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @Test - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @Test - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @Test - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @Test - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @Test - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @Nested @@ -37407,60 +37263,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @Test - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @Test - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @Test - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @Test - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @Test - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @Test - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @Test - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @Test - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @Nested @@ -37477,78 +37279,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @Test - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @Test - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @Test @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @Test - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @Test - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @Test - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @Test - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @Test - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @Test - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") @@ -37558,40 +37294,10 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB @UsePartialLinkage(mode = Mode.DISABLED) @Tag("no-partial-linkage-may-be-skipped") public class Accessors { - @Test - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - @Test public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @Test - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @Test - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @Test - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @Nested @@ -37668,24 +37374,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @Test - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @Test - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @Nested @@ -37896,24 +37584,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @Test - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @Test - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @Nested @@ -37930,18 +37600,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @Test - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @Test @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { @@ -37973,36 +37631,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @Test - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @Test - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @Test - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @Test - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @Nested @@ -38018,24 +37646,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @Test - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @Test - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } } diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java index e79eb8edaa7..6ea13e316a2 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java @@ -35816,119 +35816,17 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @Test - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @Test @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @Test - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @Test - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @Test - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @Test - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @Test - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @Test @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @Test - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @Test - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @Test - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @Test - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @Nested @@ -35941,48 +35839,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @Test - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @Test - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @Test - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @Test - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @Test - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @Test - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @Nested @@ -36055,60 +35911,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @Test - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @Test - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @Test - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @Test - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @Test - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @Test - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @Test - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @Test - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @Nested @@ -36122,118 +35924,22 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @Test - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @Test - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @Test @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @Test - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @Test - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @Test - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @Test - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @Test - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @Test - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @Nested @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 - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - @Test public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @Test - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @Test - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @Test - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @Nested @@ -36295,24 +36001,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @Test - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @Test - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @Nested @@ -36505,24 +36193,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @Test - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @Test - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @Nested @@ -36536,18 +36206,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @Test - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @Test @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { @@ -36576,36 +36234,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @Test - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @Test - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @Test - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @Test - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @Nested @@ -36618,24 +36246,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @Test - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @Test - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } } diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestNoPLGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestNoPLGenerated.java index fbd11032a6a..065a962fef3 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestNoPLGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestNoPLGenerated.java @@ -36262,119 +36262,17 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @Test - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @Test - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @Test @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @Test - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @Test - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @Test - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @Test - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @Test - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @Test @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @Test - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @Test - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @Test - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @Test - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @Test - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @Nested @@ -36388,48 +36286,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @Test - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @Test - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @Test - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @Test - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @Test - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @Test - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @Nested @@ -36506,60 +36362,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @Test - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @Test - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @Test - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @Test - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @Test - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @Test - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @Test - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @Test - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @Nested @@ -36574,78 +36376,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @Test - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @Test - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @Test @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @Test - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @Test - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @Test - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @Test - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @Test - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @Test - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @Test - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") @@ -36653,40 +36389,10 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT @UsePartialLinkage(mode = Mode.DISABLED) @Tag("no-partial-linkage-may-be-skipped") public class Accessors { - @Test - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - @Test public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @Test - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @Test - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @Test - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @Nested @@ -36753,24 +36459,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @Test - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @Test - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @Nested @@ -36969,24 +36657,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @Test - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @Test - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @Nested @@ -37001,18 +36671,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - @Test - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @Test - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @Test @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { @@ -37042,36 +36700,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @Test - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @Test - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @Test - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @Test - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @Nested @@ -37085,24 +36713,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true); } - - @Test - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @Test - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @Test - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } } diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/IrCodegenBoxWasmTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/IrCodegenBoxWasmTestGenerated.java index c9820b99a0b..9774b27b52b 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/IrCodegenBoxWasmTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/IrCodegenBoxWasmTestGenerated.java @@ -29253,100 +29253,15 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/methodsFromAny"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - @TestMetadata("callableReferencesEqualToCallablesFromAPI.kt") - public void testCallableReferencesEqualToCallablesFromAPI() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt"); - } - - @TestMetadata("extensionPropertyReceiverToString.kt") - public void testExtensionPropertyReceiverToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/extensionPropertyReceiverToString.kt"); - } - - @TestMetadata("fakeOverrideEqualsHashCode.kt") - public void testFakeOverrideEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideEqualsHashCode.kt"); - } - - @TestMetadata("fakeOverrideToString.kt") - public void testFakeOverrideToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString.kt"); - } - - @TestMetadata("fakeOverrideToString2.kt") - public void testFakeOverrideToString2() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/fakeOverrideToString2.kt"); - } - @TestMetadata("functionEqualsHashCode.kt") public void testFunctionEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionEqualsHashCode.kt"); } - @TestMetadata("functionFromStdlibMultiFileFacade.kt") - public void testFunctionFromStdlibMultiFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibMultiFileFacade.kt"); - } - - @TestMetadata("functionFromStdlibSingleFileFacade.kt") - public void testFunctionFromStdlibSingleFileFacade() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionFromStdlibSingleFileFacade.kt"); - } - - @TestMetadata("functionToString.kt") - public void testFunctionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/functionToString.kt"); - } - - @TestMetadata("memberExtensionToString.kt") - public void testMemberExtensionToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/memberExtensionToString.kt"); - } - - @TestMetadata("parametersEqualsHashCode.kt") - public void testParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersEqualsHashCode.kt"); - } - - @TestMetadata("parametersToString.kt") - public void testParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/parametersToString.kt"); - } - @TestMetadata("propertyEqualsHashCode.kt") public void testPropertyEqualsHashCode() throws Exception { runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyEqualsHashCode.kt"); } - - @TestMetadata("propertyToString.kt") - public void testPropertyToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/propertyToString.kt"); - } - - @TestMetadata("typeEqualsHashCode.kt") - public void testTypeEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeEqualsHashCode.kt"); - } - - @TestMetadata("typeParametersEqualsHashCode.kt") - public void testTypeParametersEqualsHashCode() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersEqualsHashCode.kt"); - } - - @TestMetadata("typeParametersToString.kt") - public void testTypeParametersToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeParametersToString.kt"); - } - - @TestMetadata("typeToString.kt") - public void testTypeToString() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToString.kt"); - } - - @TestMetadata("typeToStringInnerGeneric.kt") - public void testTypeToStringInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/methodsFromAny/typeToStringInnerGeneric.kt"); - } } @TestMetadata("compiler/testData/codegen/box/reflection/modifiers") @@ -29360,41 +29275,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest public void testAllFilesPresentInModifiers() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/modifiers"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - - @TestMetadata("callableModality.kt") - public void testCallableModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableModality.kt"); - } - - @TestMetadata("callableVisibility.kt") - public void testCallableVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/callableVisibility.kt"); - } - - @TestMetadata("classModality.kt") - public void testClassModality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classModality.kt"); - } - - @TestMetadata("classVisibility.kt") - public void testClassVisibility() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/classVisibility.kt"); - } - - @TestMetadata("functions.kt") - public void testFunctions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/functions.kt"); - } - - @TestMetadata("properties.kt") - public void testProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/properties.kt"); - } - - @TestMetadata("typeParameters.kt") - public void testTypeParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/modifiers/typeParameters.kt"); - } } @TestMetadata("compiler/testData/codegen/box/reflection/multifileClasses") @@ -29467,51 +29347,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest public void testAllFilesPresentInParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/parameters"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - - @TestMetadata("bigArity.kt") - public void testBigArity() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/bigArity.kt"); - } - - @TestMetadata("boundInnerClassConstructor.kt") - public void testBoundInnerClassConstructor() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundInnerClassConstructor.kt"); - } - - @TestMetadata("boundReferences.kt") - public void testBoundReferences() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/boundReferences.kt"); - } - - @TestMetadata("functionParameterNameAndIndex.kt") - public void testFunctionParameterNameAndIndex() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/functionParameterNameAndIndex.kt"); - } - - @TestMetadata("instanceExtensionReceiverAndValueParameters.kt") - public void testInstanceExtensionReceiverAndValueParameters() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt"); - } - - @TestMetadata("isMarkedNullable.kt") - public void testIsMarkedNullable() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isMarkedNullable.kt"); - } - - @TestMetadata("isOptional.kt") - public void testIsOptional() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/isOptional.kt"); - } - - @TestMetadata("kinds.kt") - public void testKinds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/kinds.kt"); - } - - @TestMetadata("propertySetter.kt") - public void testPropertySetter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/parameters/propertySetter.kt"); - } } @TestMetadata("compiler/testData/codegen/box/reflection/properties") @@ -29526,66 +29361,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - @TestMetadata("allVsDeclared.kt") - public void testAllVsDeclared() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/allVsDeclared.kt"); - } - - @TestMetadata("fakeOverridesInSubclass.kt") - public void testFakeOverridesInSubclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/fakeOverridesInSubclass.kt"); - } - - @TestMetadata("genericClassLiteralPropertyReceiverIsStar.kt") - public void testGenericClassLiteralPropertyReceiverIsStar() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt"); - } - @TestMetadata("genericOverriddenProperty.kt") public void testGenericOverriddenProperty() throws Exception { runTest("compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt"); } - @TestMetadata("genericProperty.kt") - public void testGenericProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/genericProperty.kt"); - } - - @TestMetadata("getExtensionPropertiesMutableVsReadonly.kt") - public void testGetExtensionPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt"); - } - - @TestMetadata("getPropertiesMutableVsReadonly.kt") - public void testGetPropertiesMutableVsReadonly() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt"); - } - - @TestMetadata("invokeKProperty.kt") - public void testInvokeKProperty() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt"); - } - - @TestMetadata("memberAndMemberExtensionWithSameName.kt") - public void testMemberAndMemberExtensionWithSameName() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/memberAndMemberExtensionWithSameName.kt"); - } - - @TestMetadata("privateFakeOverrideFromSuperclass.kt") - public void testPrivateFakeOverrideFromSuperclass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/privateFakeOverrideFromSuperclass.kt"); - } - - @TestMetadata("propertyOfNestedClassAndArrayType.kt") - public void testPropertyOfNestedClassAndArrayType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/propertyOfNestedClassAndArrayType.kt"); - } - - @TestMetadata("simpleGetProperties.kt") - public void testSimpleGetProperties() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/simpleGetProperties.kt"); - } - @TestMetadata("compiler/testData/codegen/box/reflection/properties/accessors") @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) @@ -29594,34 +29374,9 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest KotlinTestUtils.runTest0(this::doTest, TargetBackend.WASM, testDataFilePath); } - @TestMetadata("accessorNames.kt") - public void testAccessorNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/accessorNames.kt"); - } - public void testAllFilesPresentInAccessors() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/properties/accessors"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - - @TestMetadata("extensionPropertyAccessors.kt") - public void testExtensionPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/extensionPropertyAccessors.kt"); - } - - @TestMetadata("memberExtensions.kt") - public void testMemberExtensions() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberExtensions.kt"); - } - - @TestMetadata("memberPropertyAccessors.kt") - public void testMemberPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/memberPropertyAccessors.kt"); - } - - @TestMetadata("topLevelPropertyAccessors.kt") - public void testTopLevelPropertyAccessors() throws Exception { - runTest("compiler/testData/codegen/box/reflection/properties/accessors/topLevelPropertyAccessors.kt"); - } } @TestMetadata("compiler/testData/codegen/box/reflection/properties/getDelegate") @@ -29688,21 +29443,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest public void testAllFilesPresentInSupertypes() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/supertypes"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - - @TestMetadata("genericSubstitution.kt") - public void testGenericSubstitution() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/genericSubstitution.kt"); - } - - @TestMetadata("isSubclassOfIsSuperclassOf.kt") - public void testIsSubclassOfIsSuperclassOf() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/isSubclassOfIsSuperclassOf.kt"); - } - - @TestMetadata("simpleSupertypes.kt") - public void testSimpleSupertypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/supertypes/simpleSupertypes.kt"); - } } @TestMetadata("compiler/testData/codegen/box/reflection/typeOf") @@ -29881,21 +29621,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest public void testAllFilesPresentInTypeParameters() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/typeParameters"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - - @TestMetadata("declarationSiteVariance.kt") - public void testDeclarationSiteVariance() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/declarationSiteVariance.kt"); - } - - @TestMetadata("typeParametersAndNames.kt") - public void testTypeParametersAndNames() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/typeParametersAndNames.kt"); - } - - @TestMetadata("upperBounds.kt") - public void testUpperBounds() throws Exception { - runTest("compiler/testData/codegen/box/reflection/typeParameters/upperBounds.kt"); - } } @TestMetadata("compiler/testData/codegen/box/reflection/types") @@ -29910,16 +29635,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - @TestMetadata("classifierIsClass.kt") - public void testClassifierIsClass() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsClass.kt"); - } - - @TestMetadata("classifierIsTypeParameter.kt") - public void testClassifierIsTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/classifierIsTypeParameter.kt"); - } - @TestMetadata("innerGenericArguments.kt") public void testInnerGenericArguments() throws Exception { runTest("compiler/testData/codegen/box/reflection/types/innerGenericArguments.kt"); @@ -29946,31 +29661,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest public void testAllFilesPresentInCreateType() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/createType"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - - @TestMetadata("equality.kt") - public void testEquality() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/equality.kt"); - } - - @TestMetadata("innerGeneric.kt") - public void testInnerGeneric() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/innerGeneric.kt"); - } - - @TestMetadata("simpleCreateType.kt") - public void testSimpleCreateType() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/simpleCreateType.kt"); - } - - @TestMetadata("typeParameter.kt") - public void testTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/typeParameter.kt"); - } - - @TestMetadata("wrongNumberOfArguments.kt") - public void testWrongNumberOfArguments() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/createType/wrongNumberOfArguments.kt"); - } } @TestMetadata("compiler/testData/codegen/box/reflection/types/subtyping") @@ -29984,21 +29674,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest public void testAllFilesPresentInSubtyping() throws Exception { KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/reflection/types/subtyping"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true); } - - @TestMetadata("simpleGenericTypes.kt") - public void testSimpleGenericTypes() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleGenericTypes.kt"); - } - - @TestMetadata("simpleSubtypeSupertype.kt") - public void testSimpleSubtypeSupertype() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/simpleSubtypeSupertype.kt"); - } - - @TestMetadata("typeProjection.kt") - public void testTypeProjection() throws Exception { - runTest("compiler/testData/codegen/box/reflection/types/subtyping/typeProjection.kt"); - } } } }