diff --git a/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/callSite.kt b/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/callSite.kt index a6c8d61616a..3539bbfb478 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/callSite.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/callSite.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSite.kt b/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSite.kt index b4a9b178e62..e5942e3987e 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSite.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSite.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSiteSeveralMappings.kt b/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSiteSeveralMappings.kt index a6cbfc29fba..7e01061e0df 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSiteSeveralMappings.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSiteSeveralMappings.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSiteSeveralMappingsDifOrder.kt b/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSiteSeveralMappingsDifOrder.kt index 8366ed113d7..a54536a0b2f 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSiteSeveralMappingsDifOrder.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/enumWhen/declSiteSeveralMappingsDifOrder.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt6552.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt6552.kt index b2bfa95efc5..fefcc854cbc 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt6552.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt6552.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccess.kt b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccess.kt index 689cacc80eb..39130114ad1 100644 --- a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccess.kt +++ b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccess.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithDefault.kt b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithDefault.kt index 02a5c1be03d..08697f40633 100644 --- a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithDefault.kt +++ b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithDefault.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithLambda.kt b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithLambda.kt index cb1b9113d58..15ee64d9166 100644 --- a/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithLambda.kt +++ b/compiler/testData/codegen/boxInline/arrayConvention/simpleAccessWithLambda.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsEnabled.kt b/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsEnabled.kt index d5fc1c72a26..51de71633bb 100644 --- a/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsEnabled.kt +++ b/compiler/testData/codegen/boxInline/assert/jvmAssertInlineFunctionAssertionsEnabled.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: inline.kt // KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/bytecodePreprocessing/apiVersionAtLeast1.kt b/compiler/testData/codegen/boxInline/bytecodePreprocessing/apiVersionAtLeast1.kt index 73a7eebbe25..b5364190bb1 100644 --- a/compiler/testData/codegen/boxInline/bytecodePreprocessing/apiVersionAtLeast1.kt +++ b/compiler/testData/codegen/boxInline/bytecodePreprocessing/apiVersionAtLeast1.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // TARGET_BACKEND: JVM // FILE: 1.kt package kotlin.internal diff --git a/compiler/testData/codegen/boxInline/capture/captureThisAndReceiver.kt b/compiler/testData/codegen/boxInline/capture/captureThisAndReceiver.kt index 4c38c1372ca..d2f288948e0 100644 --- a/compiler/testData/codegen/boxInline/capture/captureThisAndReceiver.kt +++ b/compiler/testData/codegen/boxInline/capture/captureThisAndReceiver.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt class My(val value: Int) diff --git a/compiler/testData/codegen/boxInline/capture/generics.kt b/compiler/testData/codegen/boxInline/capture/generics.kt index 0f6f5c50cb7..925c4bf703e 100644 --- a/compiler/testData/codegen/boxInline/capture/generics.kt +++ b/compiler/testData/codegen/boxInline/capture/generics.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/capture/simpleCapturingInClass.kt b/compiler/testData/codegen/boxInline/capture/simpleCapturingInClass.kt index cbd716a5ce3..1122dc88f07 100644 --- a/compiler/testData/codegen/boxInline/capture/simpleCapturingInClass.kt +++ b/compiler/testData/codegen/boxInline/capture/simpleCapturingInClass.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt class InlineAll { diff --git a/compiler/testData/codegen/boxInline/capture/simpleCapturingInPackage.kt b/compiler/testData/codegen/boxInline/capture/simpleCapturingInPackage.kt index 24a16a97d43..6577399d232 100644 --- a/compiler/testData/codegen/boxInline/capture/simpleCapturingInPackage.kt +++ b/compiler/testData/codegen/boxInline/capture/simpleCapturingInPackage.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt inline fun inline(s: (Int, Double, Double, String, Long) -> String, diff --git a/compiler/testData/codegen/boxInline/complex/forEachLine.kt b/compiler/testData/codegen/boxInline/complex/forEachLine.kt index 2a89ed6cce1..b642024b5f4 100644 --- a/compiler/testData/codegen/boxInline/complex/forEachLine.kt +++ b/compiler/testData/codegen/boxInline/complex/forEachLine.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: NATIVE // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt b/compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt index 344acec759f..334d345ea21 100644 --- a/compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt +++ b/compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: NATIVE // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/complex/use.kt b/compiler/testData/codegen/boxInline/complex/use.kt index 9e56dc72243..97dc7fdfbd7 100644 --- a/compiler/testData/codegen/boxInline/complex/use.kt +++ b/compiler/testData/codegen/boxInline/complex/use.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complexStack/simple.kt b/compiler/testData/codegen/boxInline/complexStack/simple.kt index de046a6d04f..616f28638a4 100644 --- a/compiler/testData/codegen/boxInline/complexStack/simple.kt +++ b/compiler/testData/codegen/boxInline/complexStack/simple.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complexStack/simple2.kt b/compiler/testData/codegen/boxInline/complexStack/simple2.kt index aad7e7e03af..500ee47930d 100644 --- a/compiler/testData/codegen/boxInline/complexStack/simple2.kt +++ b/compiler/testData/codegen/boxInline/complexStack/simple2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complexStack/simple3.kt b/compiler/testData/codegen/boxInline/complexStack/simple3.kt index 1f8c5e24239..1604d306de2 100644 --- a/compiler/testData/codegen/boxInline/complexStack/simple3.kt +++ b/compiler/testData/codegen/boxInline/complexStack/simple3.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complexStack/simple4.kt b/compiler/testData/codegen/boxInline/complexStack/simple4.kt index 023d0921452..cab0e2460d3 100644 --- a/compiler/testData/codegen/boxInline/complexStack/simple4.kt +++ b/compiler/testData/codegen/boxInline/complexStack/simple4.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/complexStack/simpleExtension.kt b/compiler/testData/codegen/boxInline/complexStack/simpleExtension.kt index 60d9ff8b0e5..f8e565554ae 100644 --- a/compiler/testData/codegen/boxInline/complexStack/simpleExtension.kt +++ b/compiler/testData/codegen/boxInline/complexStack/simpleExtension.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/33Parameters.kt b/compiler/testData/codegen/boxInline/defaultValues/33Parameters.kt index 226ae8658c4..50a8bbc1fa4 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/33Parameters.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/33Parameters.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/33ParametersInConstructor.kt b/compiler/testData/codegen/boxInline/defaultValues/33ParametersInConstructor.kt index ec32763bff8..e0d10b91911 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/33ParametersInConstructor.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/33ParametersInConstructor.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/defaultMethod.kt b/compiler/testData/codegen/boxInline/defaultValues/defaultMethod.kt index ced7cfed02e..398f6768a0f 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/defaultMethod.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/defaultMethod.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/defaultParamRemapping.kt b/compiler/testData/codegen/boxInline/defaultValues/defaultParamRemapping.kt index 173d0315d34..948111cf500 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/defaultParamRemapping.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/defaultParamRemapping.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/inlineInDefaultParameter.kt b/compiler/testData/codegen/boxInline/defaultValues/inlineInDefaultParameter.kt index 596d46840a2..191d6171085 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/inlineInDefaultParameter.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/inlineInDefaultParameter.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/kt11479.kt b/compiler/testData/codegen/boxInline/defaultValues/kt11479.kt index 0c12de8a640..9c757fcfdab 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/kt11479.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/kt11479.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/kt11479InlinedDefaultParameter.kt b/compiler/testData/codegen/boxInline/defaultValues/kt11479InlinedDefaultParameter.kt index 69d55300cb0..65308a1fd16 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/kt11479InlinedDefaultParameter.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/kt11479InlinedDefaultParameter.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/kt14564.kt b/compiler/testData/codegen/boxInline/defaultValues/kt14564.kt index 5b4b857eefa..c9a422774fc 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/kt14564.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/kt14564.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt //NO_CHECK_LAMBDA_INLINING diff --git a/compiler/testData/codegen/boxInline/defaultValues/kt14564_2.kt b/compiler/testData/codegen/boxInline/defaultValues/kt14564_2.kt index 5f178620ada..bc0a465bd53 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/kt14564_2.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/kt14564_2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/kt5685.kt b/compiler/testData/codegen/boxInline/defaultValues/kt5685.kt index af78d70af7e..287dd42f56b 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/kt5685.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/kt5685.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/32Parameters.kt b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/32Parameters.kt index 33c6cd324ac..5ec5e8be2a5 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/32Parameters.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/32Parameters.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/33Parameters.kt b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/33Parameters.kt index f787a1aa795..70b89a7c6d2 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/33Parameters.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/33Parameters.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt18792.kt b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt18792.kt index db820033dc5..837975468a6 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt18792.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt18792.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt //WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679.kt b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679.kt index 9704400abfd..046b61f6bd1 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679_2.kt b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679_2.kt index 78c67e329fd..001a65f8d62 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679_2.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679_2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679_3.kt b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679_3.kt index 37b7b33aa61..8a8385a6857 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679_3.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/kt19679_3.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/simple.kt b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/simple.kt index d9772c08779..bca4b1fd4a8 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/maskElimination/simple.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/maskElimination/simple.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/defaultValues/simpleDefaultMethod.kt b/compiler/testData/codegen/boxInline/defaultValues/simpleDefaultMethod.kt index a909d2fb059..6e401f286af 100644 --- a/compiler/testData/codegen/boxInline/defaultValues/simpleDefaultMethod.kt +++ b/compiler/testData/codegen/boxInline/defaultValues/simpleDefaultMethod.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/kt10569.kt b/compiler/testData/codegen/boxInline/enum/kt10569.kt index f7109676722..3218943f26e 100644 --- a/compiler/testData/codegen/boxInline/enum/kt10569.kt +++ b/compiler/testData/codegen/boxInline/enum/kt10569.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/enum/valueOf.kt b/compiler/testData/codegen/boxInline/enum/valueOf.kt index a9c418d510f..1fd2236cd41 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOf.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOf.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/enum/valueOfChain.kt b/compiler/testData/codegen/boxInline/enum/valueOfChain.kt index ad0f1beddb0..2527674dfea 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfChain.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfChain.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt b/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt index f524d98ca1a..5c4213867d6 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/enum/values.kt b/compiler/testData/codegen/boxInline/enum/values.kt index db5647b5aa8..220abfcb66d 100644 --- a/compiler/testData/codegen/boxInline/enum/values.kt +++ b/compiler/testData/codegen/boxInline/enum/values.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt b/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt index 34dd1e99bc0..28598cabefa 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/enum/valuesChain.kt b/compiler/testData/codegen/boxInline/enum/valuesChain.kt index 81507150f13..639938d196b 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesChain.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesChain.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt b/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt index dc7e9bc41e2..267f88a1081 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/localFunInLambda/localFunInLambdaCapturesAnotherFun.kt b/compiler/testData/codegen/boxInline/localFunInLambda/localFunInLambdaCapturesAnotherFun.kt index 1a94a43b5c9..f5ae9ebb3db 100644 --- a/compiler/testData/codegen/boxInline/localFunInLambda/localFunInLambdaCapturesAnotherFun.kt +++ b/compiler/testData/codegen/boxInline/localFunInLambda/localFunInLambdaCapturesAnotherFun.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/kt8948v2.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/kt8948v2.kt index b8dc40227a1..7a0be75b0a4 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/kt8948v2.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/kt8948v2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/chained/finallyInFinally.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/chained/finallyInFinally.kt index b4b70f65d22..8ea6a0004ac 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/chained/finallyInFinally.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/chained/finallyInFinally.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/exceptionInFinally.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/exceptionInFinally.kt index 3598c0a72dd..a013b5c74e7 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/exceptionInFinally.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/exceptionInFinally.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433.kt index 1c0adae29e9..e7332f7b41a 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt //WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2.kt index e01d81696e6..149aa1b12ba 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt //WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt index 462436dd74b..ec9be2b4856 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_2_void.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt //WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/variables/kt7792.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/variables/kt7792.kt index 127802ced5b..dcfc3f6a1ac 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/variables/kt7792.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/variables/kt7792.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/optimizations/kt20844.kt b/compiler/testData/codegen/boxInline/optimizations/kt20844.kt index 23868bdf097..7775771039c 100644 --- a/compiler/testData/codegen/boxInline/optimizations/kt20844.kt +++ b/compiler/testData/codegen/boxInline/optimizations/kt20844.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt //WITH_RUNTIME package test diff --git a/compiler/testData/codegen/boxInline/private/accessorStability.kt b/compiler/testData/codegen/boxInline/private/accessorStability.kt index 3d1cc1deafc..152d6215a45 100644 --- a/compiler/testData/codegen/boxInline/private/accessorStability.kt +++ b/compiler/testData/codegen/boxInline/private/accessorStability.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/private/accessorStabilityInClass.kt b/compiler/testData/codegen/boxInline/private/accessorStabilityInClass.kt index 56a7853a951..f57b2f26be4 100644 --- a/compiler/testData/codegen/boxInline/private/accessorStabilityInClass.kt +++ b/compiler/testData/codegen/boxInline/private/accessorStabilityInClass.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/private/privateClassExtensionLambda.kt b/compiler/testData/codegen/boxInline/private/privateClassExtensionLambda.kt index b9d859e821d..03a5c694d58 100644 --- a/compiler/testData/codegen/boxInline/private/privateClassExtensionLambda.kt +++ b/compiler/testData/codegen/boxInline/private/privateClassExtensionLambda.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/augAssignmentAndInc.kt b/compiler/testData/codegen/boxInline/property/augAssignmentAndInc.kt index 8f3b33f1a65..ca1708d8003 100644 --- a/compiler/testData/codegen/boxInline/property/augAssignmentAndInc.kt +++ b/compiler/testData/codegen/boxInline/property/augAssignmentAndInc.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/augAssignmentAndIncInClass.kt b/compiler/testData/codegen/boxInline/property/augAssignmentAndIncInClass.kt index ee1082061fb..036922d341c 100644 --- a/compiler/testData/codegen/boxInline/property/augAssignmentAndIncInClass.kt +++ b/compiler/testData/codegen/boxInline/property/augAssignmentAndIncInClass.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/augAssignmentAndIncInClassViaConvention.kt b/compiler/testData/codegen/boxInline/property/augAssignmentAndIncInClassViaConvention.kt index c98b52ac1ec..502ba5a9892 100644 --- a/compiler/testData/codegen/boxInline/property/augAssignmentAndIncInClassViaConvention.kt +++ b/compiler/testData/codegen/boxInline/property/augAssignmentAndIncInClassViaConvention.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/augAssignmentAndIncOnExtension.kt b/compiler/testData/codegen/boxInline/property/augAssignmentAndIncOnExtension.kt index a5b7602b0f5..9b8cda27406 100644 --- a/compiler/testData/codegen/boxInline/property/augAssignmentAndIncOnExtension.kt +++ b/compiler/testData/codegen/boxInline/property/augAssignmentAndIncOnExtension.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/augAssignmentAndIncViaConvention.kt b/compiler/testData/codegen/boxInline/property/augAssignmentAndIncViaConvention.kt index c1a10183d9b..b02eef4c149 100644 --- a/compiler/testData/codegen/boxInline/property/augAssignmentAndIncViaConvention.kt +++ b/compiler/testData/codegen/boxInline/property/augAssignmentAndIncViaConvention.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/simple.kt b/compiler/testData/codegen/boxInline/property/simple.kt index 86b0fe74052..c8a6f4dff07 100644 --- a/compiler/testData/codegen/boxInline/property/simple.kt +++ b/compiler/testData/codegen/boxInline/property/simple.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/property/simpleExtension.kt b/compiler/testData/codegen/boxInline/property/simpleExtension.kt index 46b3c4f848c..5a9db92386c 100644 --- a/compiler/testData/codegen/boxInline/property/simpleExtension.kt +++ b/compiler/testData/codegen/boxInline/property/simpleExtension.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/chain.kt b/compiler/testData/codegen/boxInline/reified/checkCast/chain.kt index 33e2ab44aee..b9078dc2809 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/chain.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/chain.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt // WITH_RUNTIME package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/maxStack.kt b/compiler/testData/codegen/boxInline/reified/checkCast/maxStack.kt index fb88c69dc2d..6854bef017e 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/maxStack.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/maxStack.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/nullable.kt b/compiler/testData/codegen/boxInline/reified/checkCast/nullable.kt index 7b4d12288b9..53bc4865eb4 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/nullable.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/nullable.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt // WITH_RUNTIME package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt b/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt index fc70874978c..34008fd0b49 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt // WITH_RUNTIME package test diff --git a/compiler/testData/codegen/boxInline/simple/classObject.kt b/compiler/testData/codegen/boxInline/simple/classObject.kt index b086a8b1951..5550e6e906b 100644 --- a/compiler/testData/codegen/boxInline/simple/classObject.kt +++ b/compiler/testData/codegen/boxInline/simple/classObject.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/destructuring.kt b/compiler/testData/codegen/boxInline/simple/destructuring.kt index dfc355c5b28..ea489b8e8d7 100644 --- a/compiler/testData/codegen/boxInline/simple/destructuring.kt +++ b/compiler/testData/codegen/boxInline/simple/destructuring.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/destructuringIndexClash.kt b/compiler/testData/codegen/boxInline/simple/destructuringIndexClash.kt index a63c4e8979c..eeb9f2bfefb 100644 --- a/compiler/testData/codegen/boxInline/simple/destructuringIndexClash.kt +++ b/compiler/testData/codegen/boxInline/simple/destructuringIndexClash.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // for android // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/extensionLambda.kt b/compiler/testData/codegen/boxInline/simple/extensionLambda.kt index f4dcf0c3a58..4360dda4d25 100644 --- a/compiler/testData/codegen/boxInline/simple/extensionLambda.kt +++ b/compiler/testData/codegen/boxInline/simple/extensionLambda.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/funImportedFromObject.kt b/compiler/testData/codegen/boxInline/simple/funImportedFromObject.kt index 7dcb4a3d0cf..6d1a9f4d4be 100644 --- a/compiler/testData/codegen/boxInline/simple/funImportedFromObject.kt +++ b/compiler/testData/codegen/boxInline/simple/funImportedFromObject.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/params.kt b/compiler/testData/codegen/boxInline/simple/params.kt index e977762a09b..000719a13ae 100644 --- a/compiler/testData/codegen/boxInline/simple/params.kt +++ b/compiler/testData/codegen/boxInline/simple/params.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt class Inline() { diff --git a/compiler/testData/codegen/boxInline/simple/severalClosures.kt b/compiler/testData/codegen/boxInline/simple/severalClosures.kt index dbd3807ad19..a69bacf4572 100644 --- a/compiler/testData/codegen/boxInline/simple/severalClosures.kt +++ b/compiler/testData/codegen/boxInline/simple/severalClosures.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt class Inline() { diff --git a/compiler/testData/codegen/boxInline/simple/severalUsage.kt b/compiler/testData/codegen/boxInline/simple/severalUsage.kt index 2dc1cd23391..754133dd75c 100644 --- a/compiler/testData/codegen/boxInline/simple/severalUsage.kt +++ b/compiler/testData/codegen/boxInline/simple/severalUsage.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt public inline fun runTest(f: () -> R): R { diff --git a/compiler/testData/codegen/boxInline/simple/simpleDouble.kt b/compiler/testData/codegen/boxInline/simple/simpleDouble.kt index 3af70d367b1..316cb18da5a 100644 --- a/compiler/testData/codegen/boxInline/simple/simpleDouble.kt +++ b/compiler/testData/codegen/boxInline/simple/simpleDouble.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt class InlineDouble(val res : Double) { diff --git a/compiler/testData/codegen/boxInline/simple/simpleEnum.kt b/compiler/testData/codegen/boxInline/simple/simpleEnum.kt index 4f0eb272c67..2c775f9ea5a 100644 --- a/compiler/testData/codegen/boxInline/simple/simpleEnum.kt +++ b/compiler/testData/codegen/boxInline/simple/simpleEnum.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/simpleGenerics.kt b/compiler/testData/codegen/boxInline/simple/simpleGenerics.kt index 9209c3dbde1..93a57927f0b 100644 --- a/compiler/testData/codegen/boxInline/simple/simpleGenerics.kt +++ b/compiler/testData/codegen/boxInline/simple/simpleGenerics.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/simpleInt.kt b/compiler/testData/codegen/boxInline/simple/simpleInt.kt index ffa761abe28..19076887294 100644 --- a/compiler/testData/codegen/boxInline/simple/simpleInt.kt +++ b/compiler/testData/codegen/boxInline/simple/simpleInt.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt class Inline(val res : Int) { diff --git a/compiler/testData/codegen/boxInline/simple/simpleLambda.kt b/compiler/testData/codegen/boxInline/simple/simpleLambda.kt index a17c7bf5d8a..f69146fa4ed 100644 --- a/compiler/testData/codegen/boxInline/simple/simpleLambda.kt +++ b/compiler/testData/codegen/boxInline/simple/simpleLambda.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/simple/simpleObject.kt b/compiler/testData/codegen/boxInline/simple/simpleObject.kt index 4266f324d2c..0ebf0496802 100644 --- a/compiler/testData/codegen/boxInline/simple/simpleObject.kt +++ b/compiler/testData/codegen/boxInline/simple/simpleObject.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt class InlineString(val res : String) { diff --git a/compiler/testData/codegen/boxInline/simple/vararg.kt b/compiler/testData/codegen/boxInline/simple/vararg.kt index 4e167a5bc33..4f75fcfe224 100644 --- a/compiler/testData/codegen/boxInline/simple/vararg.kt +++ b/compiler/testData/codegen/boxInline/simple/vararg.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt // WITH_RUNTIME package test diff --git a/compiler/testData/codegen/boxInline/special/identityCheck.kt b/compiler/testData/codegen/boxInline/special/identityCheck.kt index 4c4db6d1f68..ae0a46df1d3 100644 --- a/compiler/testData/codegen/boxInline/special/identityCheck.kt +++ b/compiler/testData/codegen/boxInline/special/identityCheck.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/special/ifBranches.kt b/compiler/testData/codegen/boxInline/special/ifBranches.kt index 00979d997c4..6deb024f053 100644 --- a/compiler/testData/codegen/boxInline/special/ifBranches.kt +++ b/compiler/testData/codegen/boxInline/special/ifBranches.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/special/inlineChain.kt b/compiler/testData/codegen/boxInline/special/inlineChain.kt index 8c859084067..9c24a59c100 100644 --- a/compiler/testData/codegen/boxInline/special/inlineChain.kt +++ b/compiler/testData/codegen/boxInline/special/inlineChain.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt class My diff --git a/compiler/testData/codegen/boxInline/special/plusAssign.kt b/compiler/testData/codegen/boxInline/special/plusAssign.kt index 1ac65b1829b..840e4ae2958 100644 --- a/compiler/testData/codegen/boxInline/special/plusAssign.kt +++ b/compiler/testData/codegen/boxInline/special/plusAssign.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/special/stackHeightBug.kt b/compiler/testData/codegen/boxInline/special/stackHeightBug.kt index 17906b5484b..21de6838e34 100644 --- a/compiler/testData/codegen/boxInline/special/stackHeightBug.kt +++ b/compiler/testData/codegen/boxInline/special/stackHeightBug.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/elvis.kt b/compiler/testData/codegen/boxInline/stackOnReturn/elvis.kt index d0933c84726..6e4d98a72b9 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/elvis.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/elvis.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt fun foo(x: Any?, y: Any?) = null diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/ifThenElse.kt b/compiler/testData/codegen/boxInline/stackOnReturn/ifThenElse.kt index 8cb40affc5f..0e59babfb80 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/ifThenElse.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/ifThenElse.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt fun foo(x: Any?, y: Any?) = null diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/kt11499.kt b/compiler/testData/codegen/boxInline/stackOnReturn/kt11499.kt index 95971f5de1e..1194efbfdc3 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/kt11499.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/kt11499.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt object CrashMe { fun crash(value: T): T? = null diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/kt17591.kt b/compiler/testData/codegen/boxInline/stackOnReturn/kt17591.kt index 04259795fdc..c9a891f0e7d 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/kt17591.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/kt17591.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt inline fun alwaysOk(s: String, fn: (String) -> String): String { return fn(return "OK") diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/kt17591a.kt b/compiler/testData/codegen/boxInline/stackOnReturn/kt17591a.kt index 540309fe3c6..adb5010e8c7 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/kt17591a.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/kt17591a.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt inline fun alwaysOk(s: String, fn: (String) -> String): String { try { return fn(return "fail") } finally { fn(return "OK") } diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/kt17591b.kt b/compiler/testData/codegen/boxInline/stackOnReturn/kt17591b.kt index 04e09c2d461..672946db11d 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/kt17591b.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/kt17591b.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt inline fun alwaysOk(s: String, fn: (String) -> String): String { try { diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack1.kt b/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack1.kt index 5776c60921e..08d6a84c259 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack1.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack1.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt fun foo1(x: Long, xx: Int, y: Any?) = null diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack2.kt b/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack2.kt index 000a94e6099..22268ac2f98 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack2.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt fun foo2(x: Int, xx: Long, y: Any?) = null diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack3.kt b/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack3.kt index a2a9d646359..64a61b6f014 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack3.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/mixedTypesOnStack3.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt fun foo3(x: Int, xx: Long, xxx: Int, y: Any?) = null diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn1.kt b/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn1.kt index 815b26c2085..1f1779b04fe 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn1.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn1.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt inline fun run(f: () -> Unit) = f() inline fun withAny(f: Any.() -> Unit) = Any().f() diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn2.kt b/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn2.kt index e623ca0cf65..10b2f78b209 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn2.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt inline fun run(f: () -> Unit) = f() inline fun withAny(f: Any.() -> Unit) = Any().f() diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn3.kt b/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn3.kt index 03bd14f3db4..53330c09d22 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn3.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/nonLocalReturn3.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt inline fun run(f: () -> Unit) = f() inline fun withAny(f: Any.() -> Unit) = Any().f() diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/returnLong.kt b/compiler/testData/codegen/boxInline/stackOnReturn/returnLong.kt index bd00c6227f7..2f5cdbc9a0a 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/returnLong.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/returnLong.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt fun foo(x: Any?, y: Any?) = 0L diff --git a/compiler/testData/codegen/boxInline/stackOnReturn/tryFinally.kt b/compiler/testData/codegen/boxInline/stackOnReturn/tryFinally.kt index 1fda7286a7c..6b5b4ec2f30 100644 --- a/compiler/testData/codegen/boxInline/stackOnReturn/tryFinally.kt +++ b/compiler/testData/codegen/boxInline/stackOnReturn/tryFinally.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt fun foo(x: Any?, y: Any?) = null diff --git a/compiler/testData/codegen/boxInline/syntheticAccessors/propertyModifiers.kt b/compiler/testData/codegen/boxInline/syntheticAccessors/propertyModifiers.kt index 28f7848eb6f..a389f36bb3c 100644 --- a/compiler/testData/codegen/boxInline/syntheticAccessors/propertyModifiers.kt +++ b/compiler/testData/codegen/boxInline/syntheticAccessors/propertyModifiers.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/directFieldAccess.kt b/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/directFieldAccess.kt index af81708fbb9..1650f38adf4 100644 --- a/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/directFieldAccess.kt +++ b/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/directFieldAccess.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateCall.kt b/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateCall.kt index 985a1ce6ed5..b5a5f5fce47 100644 --- a/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateCall.kt +++ b/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateCall.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/superCall.kt b/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/superCall.kt index fab1b191e52..6d8aca2ae52 100644 --- a/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/superCall.kt +++ b/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/superCall.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/tryCatchFinally/kt5863.kt b/compiler/testData/codegen/boxInline/tryCatchFinally/kt5863.kt index a081f92f594..93c27ff3be7 100644 --- a/compiler/testData/codegen/boxInline/tryCatchFinally/kt5863.kt +++ b/compiler/testData/codegen/boxInline/tryCatchFinally/kt5863.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt inline fun performWithFinally(finally: () -> R) : R { diff --git a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch.kt b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch.kt index 6e658e00f7a..b4e0f13f2ac 100644 --- a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch.kt +++ b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: NATIVE // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch2.kt b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch2.kt index 6928f797203..9d80c724d68 100644 --- a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch2.kt +++ b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatch2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: NATIVE // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatchFinally.kt b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatchFinally.kt index 814c19a7751..ada4876e5cf 100644 --- a/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatchFinally.kt +++ b/compiler/testData/codegen/boxInline/tryCatchFinally/tryCatchFinally.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: NATIVE // FILE: 1.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/boxInline/varargs/kt17653.kt b/compiler/testData/codegen/boxInline/varargs/kt17653.kt index 3460e11897f..c5b4c61339e 100644 --- a/compiler/testData/codegen/boxInline/varargs/kt17653.kt +++ b/compiler/testData/codegen/boxInline/varargs/kt17653.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters.kt b/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters.kt index 31cae46fc77..4e4f5cbd8df 100644 --- a/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters.kt +++ b/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters2.kt b/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters2.kt index 1dc0be34462..3dc7ee6f693 100644 --- a/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters2.kt +++ b/compiler/testData/codegen/boxInline/varargs/varargAndDefaultParameters2.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: 1.kt // WITH_RUNTIME