From 2ef49da2fe76fa0e7433e55d7cef0dcf448540dd Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Thu, 19 Jan 2017 14:06:38 +0300 Subject: [PATCH] backend/tests: Ignore all tests with IGNORE_BACKEND: JS directive --- .../external/codegen/blackbox/annotations/annotatedEnumEntry.kt | 2 +- .../blackbox/annotations/annotatedLambda/funExpression.kt | 2 +- .../codegen/blackbox/annotations/annotatedLambda/lambda.kt | 2 +- .../blackbox/annotations/annotatedLambda/samFunExpression.kt | 2 +- .../codegen/blackbox/annotations/annotatedLambda/samLambda.kt | 2 +- .../codegen/blackbox/annotations/annotatedObjectLiteral.kt | 2 +- .../blackbox/annotations/annotationWithKotlinProperty.kt | 2 +- .../annotationWithKotlinPropertyFromInterfaceCompanion.kt | 2 +- .../codegen/blackbox/annotations/annotationsOnDefault.kt | 2 +- .../codegen/blackbox/annotations/annotationsOnTypeAliases.kt | 2 +- .../codegen/blackbox/annotations/defaultParameterValues.kt | 2 +- .../codegen/blackbox/annotations/delegatedPropertySetter.kt | 2 +- .../codegen/blackbox/annotations/fileClassWithFileAnnotation.kt | 2 +- .../external/codegen/blackbox/annotations/jvmAnnotationFlags.kt | 2 +- .../annotations/kotlinPropertyFromClassObjectAsParameter.kt | 2 +- .../blackbox/annotations/kotlinTopLevelPropertyAsParameter.kt | 2 +- .../tests/external/codegen/blackbox/annotations/kt10136.kt | 2 +- .../blackbox/annotations/nestedClassPropertyAsParameter.kt | 2 +- .../codegen/blackbox/annotations/parameterWithPrimitiveType.kt | 2 +- .../annotations/propertyWithPropertyInInitializerAsParameter.kt | 2 +- .../codegen/blackbox/annotations/varargInAnnotationParameter.kt | 2 +- .../tests/external/codegen/blackbox/argumentOrder/arguments.kt | 2 +- .../tests/external/codegen/blackbox/argumentOrder/captured.kt | 2 +- .../codegen/blackbox/argumentOrder/capturedInExtension.kt | 2 +- .../tests/external/codegen/blackbox/argumentOrder/defaults.kt | 2 +- .../tests/external/codegen/blackbox/argumentOrder/extension.kt | 2 +- .../external/codegen/blackbox/argumentOrder/extensionInClass.kt | 2 +- .../tests/external/codegen/blackbox/argumentOrder/simple.kt | 2 +- .../external/codegen/blackbox/argumentOrder/simpleInClass.kt | 2 +- .../tests/external/codegen/blackbox/arrays/arrayInstanceOf.kt | 2 +- .../external/codegen/blackbox/arrays/arraysAreCloneable.kt | 2 +- .../tests/external/codegen/blackbox/arrays/cloneArray.kt | 2 +- .../external/codegen/blackbox/arrays/clonePrimitiveArrays.kt | 2 +- .../codegen/blackbox/arrays/iteratorByteArrayNextByte.kt | 2 +- .../codegen/blackbox/arrays/iteratorLongArrayNextLong.kt | 2 +- backend.native/tests/external/codegen/blackbox/arrays/kt503.kt | 2 +- backend.native/tests/external/codegen/blackbox/arrays/kt602.kt | 2 +- backend.native/tests/external/codegen/blackbox/arrays/kt7288.kt | 2 +- backend.native/tests/external/codegen/blackbox/arrays/kt7338.kt | 2 +- .../codegen/blackbox/arrays/nonLocalReturnArrayConstructor.kt | 2 +- .../codegen/blackbox/binaryOp/compareWithBoxedDouble.kt | 2 +- .../external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt | 2 +- .../tests/external/codegen/blackbox/binaryOp/divisionByZero.kt | 2 +- .../blackbox/boxingOptimization/checkcastAndInstanceOf.kt | 2 +- .../external/codegen/blackbox/boxingOptimization/kt6047.kt | 2 +- .../external/codegen/blackbox/builtinStubMethods/Collection.kt | 2 +- .../external/codegen/blackbox/builtinStubMethods/Iterator.kt | 2 +- .../codegen/blackbox/builtinStubMethods/IteratorWithRemove.kt | 2 +- .../tests/external/codegen/blackbox/builtinStubMethods/List.kt | 2 +- .../codegen/blackbox/builtinStubMethods/ListIterator.kt | 2 +- .../blackbox/builtinStubMethods/ListWithAllImplementations.kt | 2 +- .../builtinStubMethods/ListWithAllInheritedImplementations.kt | 2 +- .../tests/external/codegen/blackbox/builtinStubMethods/Map.kt | 2 +- .../external/codegen/blackbox/builtinStubMethods/MapEntry.kt | 2 +- .../codegen/blackbox/builtinStubMethods/MapEntryWithSetValue.kt | 2 +- .../blackbox/builtinStubMethods/MapWithAllImplementations.kt | 2 +- .../codegen/blackbox/builtinStubMethods/SubstitutedList.kt | 2 +- .../codegen/blackbox/builtinStubMethods/abstractMember.kt | 2 +- .../codegen/blackbox/builtinStubMethods/immutableRemove.kt | 2 +- .../blackbox/builtinStubMethods/implementationInTrait.kt | 2 +- .../blackbox/builtinStubMethods/inheritedImplementations.kt | 2 +- .../blackbox/builtinStubMethods/nonTrivialSubstitution.kt | 2 +- .../codegen/blackbox/builtinStubMethods/nonTrivialUpperBound.kt | 2 +- .../codegen/blackbox/builtinStubMethods/substitutedIterable.kt | 2 +- .../substitutedListWithExtraSuperInterface.kt | 2 +- .../codegen/blackbox/callableReference/bound/enumEntryMember.kt | 2 +- .../callableReference/bound/equals/nullableReceiverInEquals.kt | 2 +- .../callableReference/bound/equals/propertyAccessors.kt | 2 +- .../blackbox/callableReference/bound/equals/receiverInEquals.kt | 2 +- .../callableReference/bound/equals/reflectionReference.kt | 2 +- .../blackbox/callableReference/bound/kCallableNameIntrinsic.kt | 2 +- .../codegen/blackbox/callableReference/bound/kt12738.kt | 2 +- .../codegen/blackbox/callableReference/bound/kt15446.kt | 2 +- .../codegen/blackbox/callableReference/bound/simpleFunction.kt | 2 +- .../codegen/blackbox/callableReference/bound/simpleProperty.kt | 2 +- .../blackbox/callableReference/function/booleanNotIntrinsic.kt | 2 +- .../blackbox/callableReference/function/enumValueOfMethod.kt | 2 +- .../blackbox/callableReference/function/equalsIntrinsic.kt | 2 +- .../callableReference/function/getArityViaFunctionImpl.kt | 2 +- .../callableReference/function/javaCollectionsStaticMethod.kt | 2 +- .../callableReference/function/local/localFunctionName.kt | 2 +- .../codegen/blackbox/callableReference/function/newArray.kt | 2 +- .../blackbox/callableReference/function/overloadedFunVsVal.kt | 2 +- .../property/kt6870_privatePropertyReference.kt | 2 +- .../callableReference/property/listOfStringsMapLength.kt | 2 +- .../callableReference/property/privateSetterOutsideClass.kt | 2 +- backend.native/tests/external/codegen/blackbox/casts/as.kt | 2 +- .../tests/external/codegen/blackbox/casts/asForConstants.kt | 2 +- backend.native/tests/external/codegen/blackbox/casts/asSafe.kt | 2 +- .../tests/external/codegen/blackbox/casts/asSafeForConstants.kt | 2 +- .../tests/external/codegen/blackbox/casts/asWithGeneric.kt | 2 +- .../external/codegen/blackbox/casts/functions/asFunKBig.kt | 2 +- .../external/codegen/blackbox/casts/functions/asFunKSmall.kt | 2 +- .../external/codegen/blackbox/casts/functions/isFunKBig.kt | 2 +- .../external/codegen/blackbox/casts/functions/isFunKSmall.kt | 2 +- .../external/codegen/blackbox/casts/functions/javaTypeIsFunK.kt | 2 +- .../codegen/blackbox/casts/functions/reifiedAsFunKBig.kt | 2 +- .../codegen/blackbox/casts/functions/reifiedAsFunKSmall.kt | 2 +- .../codegen/blackbox/casts/functions/reifiedIsFunKBig.kt | 2 +- .../codegen/blackbox/casts/functions/reifiedIsFunKSmall.kt | 2 +- .../codegen/blackbox/casts/functions/reifiedSafeAsFunKBig.kt | 2 +- .../codegen/blackbox/casts/functions/reifiedSafeAsFunKSmall.kt | 2 +- .../external/codegen/blackbox/casts/functions/safeAsFunKBig.kt | 2 +- .../codegen/blackbox/casts/functions/safeAsFunKSmall.kt | 2 +- backend.native/tests/external/codegen/blackbox/casts/is.kt | 2 +- .../tests/external/codegen/blackbox/casts/lambdaToUnitCast.kt | 2 +- .../casts/literalExpressionAsGenericArgument/javaBox.kt | 2 +- .../casts/mutableCollections/mutabilityMarkerInterfaces.kt | 2 +- .../blackbox/casts/mutableCollections/weirdMutableCasts.kt | 2 +- backend.native/tests/external/codegen/blackbox/casts/notIs.kt | 2 +- .../tests/external/codegen/blackbox/casts/unitAsAny.kt | 2 +- .../tests/external/codegen/blackbox/casts/unitAsInt.kt | 2 +- .../tests/external/codegen/blackbox/casts/unitAsSafeAny.kt | 2 +- .../blackbox/classLiteral/bound/javaIntrinsicWithSideEffect.kt | 2 +- .../external/codegen/blackbox/classLiteral/bound/primitives.kt | 2 +- .../external/codegen/blackbox/classLiteral/bound/sideEffect.kt | 2 +- .../external/codegen/blackbox/classLiteral/bound/simple.kt | 2 +- .../tests/external/codegen/blackbox/classLiteral/java/java.kt | 2 +- .../codegen/blackbox/classLiteral/java/javaObjectType.kt | 2 +- .../codegen/blackbox/classLiteral/java/javaObjectTypeReified.kt | 2 +- .../codegen/blackbox/classLiteral/java/javaPrimitiveType.kt | 2 +- .../blackbox/classLiteral/java/javaPrimitiveTypeReified.kt | 2 +- .../external/codegen/blackbox/classLiteral/java/javaReified.kt | 2 +- .../external/codegen/blackbox/classLiteral/java/kt11943.kt | 2 +- .../blackbox/classLiteral/java/objectSuperConstructorCall.kt | 2 +- .../codegen/blackbox/classLiteral/primitiveKClassEquality.kt | 2 +- .../external/codegen/blackbox/classes/classObjectToString.kt | 2 +- .../tests/external/codegen/blackbox/classes/delegationJava.kt | 2 +- .../tests/external/codegen/blackbox/classes/kt1120.kt | 2 +- .../tests/external/codegen/blackbox/classes/kt1134.kt | 2 +- .../tests/external/codegen/blackbox/classes/kt1535.kt | 2 +- .../tests/external/codegen/blackbox/classes/kt2288.kt | 2 +- backend.native/tests/external/codegen/blackbox/classes/kt508.kt | 2 +- backend.native/tests/external/codegen/blackbox/classes/kt707.kt | 2 +- .../external/codegen/blackbox/closures/closureOnTopLevel1.kt | 2 +- .../external/codegen/blackbox/closures/closureOnTopLevel2.kt | 2 +- .../tests/external/codegen/blackbox/closures/noRefToOuter.kt | 2 +- .../codegen/blackbox/collections/irrelevantImplCharSequence.kt | 2 +- .../blackbox/collections/irrelevantImplCharSequenceKotlin.kt | 2 +- .../blackbox/collections/irrelevantImplMutableListKotlin.kt | 2 +- .../codegen/blackbox/collections/noStubsInJavaSuperClass.kt | 2 +- .../external/codegen/blackbox/collections/toArrayInJavaClass.kt | 2 +- .../tests/external/codegen/blackbox/constants/kt9532.kt | 2 +- .../breakContinueInExpressions/breakFromOuter.kt | 2 +- .../blackbox/controlStructures/forLoopMemberExtensionNext.kt | 2 +- .../external/codegen/blackbox/controlStructures/forUserType.kt | 2 +- .../tests/external/codegen/blackbox/controlStructures/kt237.kt | 2 +- .../tests/external/codegen/blackbox/controlStructures/kt3574.kt | 2 +- .../tests/external/codegen/blackbox/controlStructures/kt769.kt | 2 +- .../tests/external/codegen/blackbox/controlStructures/kt8148.kt | 2 +- .../external/codegen/blackbox/controlStructures/kt8148_break.kt | 2 +- .../codegen/blackbox/controlStructures/kt8148_continue.kt | 2 +- .../external/codegen/blackbox/controlStructures/kt9022Return.kt | 2 +- .../external/codegen/blackbox/controlStructures/kt9022Throw.kt | 2 +- .../controlStructures/tryCatchInExpressions/differentTypes.kt | 2 +- .../blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt | 2 +- .../tests/external/codegen/blackbox/dataClasses/doubleParam.kt | 2 +- .../dataClasses/equals/alreadyDeclaredWrongSignature.kt | 2 +- .../tests/external/codegen/blackbox/dataClasses/floatParam.kt | 2 +- .../dataClasses/hashCode/alreadyDeclaredWrongSignature.kt | 2 +- .../external/codegen/blackbox/dataClasses/hashCode/array.kt | 2 +- .../tests/external/codegen/blackbox/dataClasses/kt5002.kt | 2 +- .../dataClasses/toString/alreadyDeclaredWrongSignature.kt | 2 +- .../codegen/blackbox/dataClasses/toString/arrayParams.kt | 2 +- .../constructor/checkIfConstructorIsSynthetic.kt | 2 +- .../codegen/blackbox/defaultArguments/constructor/manyArgs.kt | 2 +- .../codegen/blackbox/defaultArguments/superCallCheck.kt | 2 +- .../delegatedProperty/privateSetterKPropertyIsNotMutable.kt | 2 +- .../delegatedProperty/propertyMetadataShouldBeCached.kt | 2 +- .../delegatedProperty/provideDelegate/jvmStaticInObject.kt | 2 +- .../delegatedProperty/stackOverflowOnCallFromGetValue.kt | 2 +- .../blackbox/delegatedProperty/useReflectionOnKProperty.kt | 2 +- .../external/codegen/blackbox/delegation/delegationToVal.kt | 2 +- .../tests/external/codegen/blackbox/enum/classForEnumEntry.kt | 2 +- .../tests/external/codegen/blackbox/enum/emptyConstructor.kt | 2 +- backend.native/tests/external/codegen/blackbox/enum/kt9711_2.kt | 2 +- .../tests/external/codegen/blackbox/enum/modifierFlags.kt | 2 +- .../external/codegen/blackbox/enum/noClassForSimpleEnum.kt | 2 +- backend.native/tests/external/codegen/blackbox/evaluate/char.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/divide.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/intrinsics.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/maxValue.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/maxValueByte.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/maxValueInt.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/minus.kt | 2 +- backend.native/tests/external/codegen/blackbox/evaluate/mod.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/multiply.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/parenthesized.kt | 2 +- backend.native/tests/external/codegen/blackbox/evaluate/plus.kt | 2 +- .../external/codegen/blackbox/evaluate/simpleCallBinary.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/unaryMinus.kt | 2 +- .../tests/external/codegen/blackbox/evaluate/unaryPlus.kt | 2 +- .../external/codegen/blackbox/extensionFunctions/kt3646.kt | 2 +- .../tests/external/codegen/blackbox/extensionFunctions/kt606.kt | 2 +- .../external/codegen/blackbox/extensionFunctions/whenFail.kt | 2 +- .../extensionProperties/genericValMultipleUpperBounds.kt | 2 +- .../external/codegen/blackbox/external/jvmStaticExternal.kt | 2 +- .../codegen/blackbox/external/jvmStaticExternalPrivate.kt | 2 +- .../tests/external/codegen/blackbox/external/withDefaultArg.kt | 2 +- .../codegen/blackbox/fullJdk/native/nativePropertyAccessors.kt | 2 +- .../external/codegen/blackbox/fullJdk/native/simpleNative.kt | 2 +- .../tests/external/codegen/blackbox/fullJdk/native/topLevel.kt | 2 +- .../external/codegen/blackbox/fullJdk/regressions/kt1770.kt | 2 +- .../external/codegen/blackbox/functions/dataLocalVariable.kt | 2 +- .../external/codegen/blackbox/functions/functionNtoString.kt | 2 +- .../codegen/blackbox/functions/functionNtoStringGeneric.kt | 2 +- .../codegen/blackbox/functions/functionNtoStringNoReflect.kt | 2 +- .../blackbox/functions/invoke/castFunctionToExtension.kt | 2 +- .../blackbox/functions/invoke/invokeOnSyntheticProperty.kt | 2 +- .../tests/external/codegen/blackbox/functions/invoke/kt3190.kt | 2 +- .../codegen/blackbox/functions/invoke/kt3822invokeOnThis.kt | 2 +- .../tests/external/codegen/blackbox/functions/kt1199.kt | 2 +- .../tests/external/codegen/blackbox/functions/kt1739.kt | 2 +- .../codegen/blackbox/functions/localFunctions/kt4777.kt | 2 +- .../codegen/blackbox/functions/localFunctions/kt4989.kt | 2 +- .../tests/external/codegen/blackbox/hashPMap/empty.kt | 2 +- .../tests/external/codegen/blackbox/hashPMap/manyNumbers.kt | 2 +- .../external/codegen/blackbox/hashPMap/rewriteWithDifferent.kt | 2 +- .../external/codegen/blackbox/hashPMap/rewriteWithEqual.kt | 2 +- .../tests/external/codegen/blackbox/hashPMap/simplePlusGet.kt | 2 +- .../tests/external/codegen/blackbox/hashPMap/simplePlusMinus.kt | 2 +- .../external/codegen/blackbox/ieee754/comparableTypeCast.kt | 2 +- .../tests/external/codegen/blackbox/ieee754/dataClass.kt | 2 +- .../external/codegen/blackbox/ieee754/explicitCompareCall.kt | 2 +- .../external/codegen/blackbox/ieee754/explicitEqualsCall.kt | 2 +- .../tests/external/codegen/blackbox/ieee754/inline.kt | 2 +- .../tests/external/codegen/blackbox/ieee754/safeCall.kt | 2 +- .../codegen/blackbox/ieee754/smartCastToDifferentTypes.kt | 2 +- .../codegen/blackbox/intrinsics/defaultObjectMapping.kt | 2 +- .../tests/external/codegen/blackbox/intrinsics/kt10131.kt | 2 +- .../tests/external/codegen/blackbox/intrinsics/kt10131a.kt | 2 +- .../tests/external/codegen/blackbox/intrinsics/kt5937.kt | 2 +- .../tests/external/codegen/blackbox/intrinsics/throwable.kt | 2 +- .../codegen/blackbox/intrinsics/throwableCallableReference.kt | 2 +- .../external/codegen/blackbox/intrinsics/throwableParamOrder.kt | 2 +- .../tests/external/codegen/blackbox/intrinsics/tostring.kt | 2 +- .../blackbox/javaInterop/generics/allWildcardsOnClass.kt | 2 +- .../generics/covariantOverrideWithDeclarationSiteProjection.kt | 2 +- .../javaInterop/generics/invariantArgumentsNoWildcard.kt | 2 +- .../external/codegen/blackbox/javaInterop/lambdaInstanceOf.kt | 2 +- .../javaInterop/notNullAssertions/extensionReceiverParameter.kt | 2 +- .../blackbox/javaInterop/objectMethods/cloneCallsConstructor.kt | 2 +- .../blackbox/javaInterop/objectMethods/cloneCallsSuper.kt | 2 +- .../javaInterop/objectMethods/cloneCallsSuperAndModifies.kt | 2 +- .../javaInterop/objectMethods/cloneableClassWithoutClone.kt | 2 +- .../external/codegen/blackbox/jvmField/captureClassFields.kt | 2 +- .../external/codegen/blackbox/jvmField/capturePackageFields.kt | 2 +- .../external/codegen/blackbox/jvmField/checkNoAccessors.kt | 2 +- .../external/codegen/blackbox/jvmField/classFieldReference.kt | 2 +- .../external/codegen/blackbox/jvmField/classFieldReflection.kt | 2 +- .../external/codegen/blackbox/jvmField/constructorProperty.kt | 2 +- .../tests/external/codegen/blackbox/jvmField/publicField.kt | 2 +- .../external/codegen/blackbox/jvmField/simpleMemberProperty.kt | 2 +- .../tests/external/codegen/blackbox/jvmField/superCall.kt | 2 +- .../tests/external/codegen/blackbox/jvmField/superCall2.kt | 2 +- .../codegen/blackbox/jvmField/topLevelFieldReference.kt | 2 +- .../codegen/blackbox/jvmField/topLevelFieldReflection.kt | 2 +- .../tests/external/codegen/blackbox/jvmField/visibility.kt | 2 +- .../external/codegen/blackbox/jvmField/writeFieldReference.kt | 2 +- .../external/codegen/blackbox/jvmName/callableReference.kt | 2 +- .../tests/external/codegen/blackbox/jvmName/clashingErasure.kt | 2 +- .../tests/external/codegen/blackbox/jvmName/classMembers.kt | 2 +- .../external/codegen/blackbox/jvmName/fakeJvmNameInJava.kt | 2 +- .../codegen/blackbox/jvmName/fileFacades/differentFiles.kt | 2 +- .../blackbox/jvmName/fileFacades/javaAnnotationOnFileFacade.kt | 2 +- .../external/codegen/blackbox/jvmName/fileFacades/simple.kt | 2 +- .../tests/external/codegen/blackbox/jvmName/functionName.kt | 2 +- .../tests/external/codegen/blackbox/jvmName/multifileClass.kt | 2 +- .../codegen/blackbox/jvmName/multifileClassWithLocalClass.kt | 2 +- .../codegen/blackbox/jvmName/multifileClassWithLocalGeneric.kt | 2 +- .../codegen/blackbox/jvmName/propertyAccessorsUseSite.kt | 2 +- .../tests/external/codegen/blackbox/jvmName/propertyName.kt | 2 +- .../tests/external/codegen/blackbox/jvmName/renamedFileClass.kt | 2 +- .../external/codegen/blackbox/jvmOverloads/companionObject.kt | 2 +- .../external/codegen/blackbox/jvmOverloads/defaultsNotAtEnd.kt | 2 +- .../external/codegen/blackbox/jvmOverloads/doubleParameters.kt | 2 +- .../external/codegen/blackbox/jvmOverloads/extensionMethod.kt | 2 +- .../tests/external/codegen/blackbox/jvmOverloads/generics.kt | 2 +- .../tests/external/codegen/blackbox/jvmOverloads/innerClass.kt | 2 +- .../codegen/blackbox/jvmOverloads/multipleDefaultParameters.kt | 2 +- .../codegen/blackbox/jvmOverloads/nonDefaultParameter.kt | 2 +- .../codegen/blackbox/jvmOverloads/primaryConstructor.kt | 2 +- .../external/codegen/blackbox/jvmOverloads/privateClass.kt | 2 +- .../codegen/blackbox/jvmOverloads/secondaryConstructor.kt | 2 +- .../tests/external/codegen/blackbox/jvmOverloads/simple.kt | 2 +- .../external/codegen/blackbox/jvmOverloads/simpleJavaCall.kt | 2 +- .../tests/external/codegen/blackbox/jvmOverloads/varargs.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/annotations.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/closure.kt | 2 +- .../external/codegen/blackbox/jvmStatic/companionObject.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/convention.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/default.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/enumCompanion.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/explicitObject.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/funAccess.kt | 2 +- .../codegen/blackbox/jvmStatic/importStaticMemberFromObject.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/inline.kt | 2 +- .../codegen/blackbox/jvmStatic/inlinePropertyAccessors.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/kt9897_static.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/object.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/postfixInc.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/prefixInc.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/privateMethod.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/privateSetter.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/propertyAccess.kt | 2 +- .../codegen/blackbox/jvmStatic/propertyAccessorsCompanion.kt | 2 +- .../codegen/blackbox/jvmStatic/propertyAccessorsObject.kt | 2 +- .../external/codegen/blackbox/jvmStatic/propertyAsDefault.kt | 2 +- .../tests/external/codegen/blackbox/jvmStatic/simple.kt | 2 +- .../external/codegen/blackbox/jvmStatic/syntheticAccessor.kt | 2 +- .../tests/external/codegen/blackbox/mangling/field.kt | 2 +- backend.native/tests/external/codegen/blackbox/mangling/fun.kt | 2 +- .../external/codegen/blackbox/mangling/noOverrideWithJava.kt | 2 +- .../callMultifileClassMemberFromOtherPackage.kt | 2 +- .../multifileClasses/callsToMultifileClassFromOtherPackage.kt | 2 +- .../constPropertyReferenceFromMultifileClass.kt | 2 +- .../inlineMultifileClassMemberFromOtherPackage.kt | 2 +- .../multifileClasses/multifileClassPartsInitialization.kt | 2 +- .../blackbox/multifileClasses/multifileClassWith2Files.kt | 2 +- .../blackbox/multifileClasses/multifileClassWithCrossCall.kt | 2 +- .../blackbox/multifileClasses/multifileClassWithPrivate.kt | 2 +- .../blackbox/multifileClasses/optimized/callableRefToFun.kt | 2 +- .../optimized/callableRefToInternalValInline.kt | 2 +- .../multifileClasses/optimized/callableRefToPrivateVal.kt | 2 +- .../blackbox/multifileClasses/optimized/callableRefToVal.kt | 2 +- .../codegen/blackbox/multifileClasses/optimized/calls.kt | 2 +- .../multifileClasses/optimized/deferredStaticInitialization.kt | 2 +- .../codegen/blackbox/multifileClasses/optimized/delegatedVal.kt | 2 +- .../blackbox/multifileClasses/optimized/initializePrivateVal.kt | 2 +- .../blackbox/multifileClasses/optimized/initializePublicVal.kt | 2 +- .../blackbox/multifileClasses/optimized/overlappingFuns.kt | 2 +- .../blackbox/multifileClasses/optimized/overlappingVals.kt | 2 +- .../optimized/valAccessFromInlineFunCalledFromJava.kt | 2 +- .../optimized/valAccessFromInlinedToDifferentPackage.kt | 2 +- .../blackbox/multifileClasses/optimized/valWithAccessor.kt | 2 +- .../codegen/blackbox/multifileClasses/privateConstVal.kt | 2 +- .../blackbox/multifileClasses/samePartNameDifferentFacades.kt | 2 +- .../tests/external/codegen/blackbox/nonLocalReturns/use.kt | 2 +- .../codegen/blackbox/nonLocalReturns/useWithException.kt | 2 +- .../tests/external/codegen/blackbox/objects/kt1047.kt | 2 +- .../tests/external/codegen/blackbox/objects/kt1737.kt | 2 +- .../tests/external/codegen/blackbox/objects/kt2663_2.kt | 2 +- .../tests/external/codegen/blackbox/objects/kt3238.kt | 2 +- backend.native/tests/external/codegen/blackbox/objects/kt535.kt | 2 +- backend.native/tests/external/codegen/blackbox/objects/kt560.kt | 2 +- .../codegen/blackbox/operatorConventions/compareTo/boolean.kt | 2 +- .../external/codegen/blackbox/operatorConventions/kt4987.kt | 2 +- .../external/codegen/blackbox/package/initializationOrder.kt | 2 +- .../tests/external/codegen/blackbox/package/invokespecial.kt | 2 +- .../tests/external/codegen/blackbox/package/mainInFiles.kt | 2 +- .../codegen/blackbox/platformTypes/primitives/identityEquals.kt | 2 +- .../codegen/blackbox/primitiveTypes/comparisonWithNaN.kt | 2 +- .../tests/external/codegen/blackbox/primitiveTypes/kt243.kt | 2 +- .../tests/external/codegen/blackbox/primitiveTypes/kt684.kt | 2 +- .../tests/external/codegen/blackbox/primitiveTypes/kt752.kt | 2 +- .../tests/external/codegen/blackbox/primitiveTypes/kt753.kt | 2 +- .../tests/external/codegen/blackbox/primitiveTypes/kt756.kt | 2 +- .../tests/external/codegen/blackbox/primitiveTypes/kt757.kt | 2 +- .../tests/external/codegen/blackbox/primitiveTypes/kt935.kt | 2 +- .../tests/external/codegen/blackbox/primitiveTypes/number.kt | 2 +- .../codegen/blackbox/primitiveTypes/substituteIntForGeneric.kt | 2 +- .../external/codegen/blackbox/privateConstructors/synthetic.kt | 2 +- .../codegen/blackbox/properties/accessToPrivateSetter.kt | 2 +- .../external/codegen/blackbox/properties/collectionSize.kt | 2 +- .../external/codegen/blackbox/properties/commonPropertiesKJK.kt | 2 +- .../codegen/blackbox/properties/companionObjectAccessor.kt | 2 +- .../blackbox/properties/companionObjectPropertiesFromJava.kt | 2 +- .../external/codegen/blackbox/properties/const/constFlags.kt | 2 +- .../blackbox/properties/const/constValInAnnotationDefault.kt | 2 +- .../codegen/blackbox/properties/const/interfaceCompanion.kt | 2 +- .../codegen/blackbox/properties/javaPropertyBoxedGetter.kt | 2 +- .../codegen/blackbox/properties/javaPropertyBoxedSetter.kt | 2 +- .../tests/external/codegen/blackbox/properties/kt1159.kt | 2 +- .../tests/external/codegen/blackbox/properties/kt12200.kt | 2 +- .../tests/external/codegen/blackbox/properties/kt1398.kt | 2 +- .../tests/external/codegen/blackbox/properties/kt1482_2279.kt | 2 +- .../tests/external/codegen/blackbox/properties/kt1714.kt | 2 +- .../tests/external/codegen/blackbox/properties/kt4383.kt | 2 +- .../codegen/blackbox/properties/lateinit/accessorException.kt | 2 +- .../codegen/blackbox/properties/lateinit/exceptionField.kt | 2 +- .../codegen/blackbox/properties/lateinit/exceptionGetter.kt | 2 +- .../codegen/blackbox/properties/lateinit/overrideException.kt | 2 +- .../external/codegen/blackbox/properties/lateinit/visibility.kt | 2 +- .../codegen/blackbox/properties/protectedJavaFieldInInline.kt | 2 +- .../codegen/blackbox/properties/protectedJavaProperty.kt | 2 +- .../blackbox/properties/protectedJavaPropertyInCompanion.kt | 2 +- .../codegen/blackbox/properties/substituteJavaSuperField.kt | 2 +- .../tests/external/codegen/blackbox/publishedApi/noMangling.kt | 2 +- .../codegen/blackbox/ranges/contains/inComparableRange.kt | 2 +- .../codegen/blackbox/ranges/contains/inExtensionRange.kt | 2 +- .../external/codegen/blackbox/ranges/contains/inIntRange.kt | 2 +- .../blackbox/ranges/contains/inOptimizableDoubleRange.kt | 2 +- .../codegen/blackbox/ranges/contains/inOptimizableFloatRange.kt | 2 +- .../codegen/blackbox/ranges/contains/inOptimizableIntRange.kt | 2 +- .../codegen/blackbox/ranges/contains/inOptimizableLongRange.kt | 2 +- .../blackbox/ranges/contains/inRangeWithCustomContains.kt | 2 +- .../blackbox/ranges/contains/inRangeWithImplicitReceiver.kt | 2 +- .../blackbox/ranges/contains/inRangeWithNonmatchingArguments.kt | 2 +- .../codegen/blackbox/ranges/contains/inRangeWithSmartCast.kt | 2 +- .../codegen/blackbox/ranges/expression/inexactDownToMinValue.kt | 2 +- .../codegen/blackbox/ranges/expression/inexactToMaxValue.kt | 2 +- .../blackbox/ranges/expression/maxValueMinusTwoToMaxValue.kt | 2 +- .../codegen/blackbox/ranges/expression/maxValueToMaxValue.kt | 2 +- .../codegen/blackbox/ranges/expression/maxValueToMinValue.kt | 2 +- .../blackbox/ranges/expression/progressionDownToMinValue.kt | 2 +- .../ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt | 2 +- .../blackbox/ranges/expression/progressionMaxValueToMaxValue.kt | 2 +- .../blackbox/ranges/expression/progressionMaxValueToMinValue.kt | 2 +- .../blackbox/ranges/expression/progressionMinValueToMinValue.kt | 2 +- .../codegen/blackbox/ranges/forInIndices/kt13241_Array.kt | 2 +- .../codegen/blackbox/ranges/literal/inexactDownToMinValue.kt | 2 +- .../codegen/blackbox/ranges/literal/inexactToMaxValue.kt | 2 +- .../blackbox/ranges/literal/maxValueMinusTwoToMaxValue.kt | 2 +- .../codegen/blackbox/ranges/literal/maxValueToMaxValue.kt | 2 +- .../codegen/blackbox/ranges/literal/maxValueToMinValue.kt | 2 +- .../blackbox/ranges/literal/progressionDownToMinValue.kt | 2 +- .../ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt | 2 +- .../blackbox/ranges/literal/progressionMaxValueToMaxValue.kt | 2 +- .../blackbox/ranges/literal/progressionMaxValueToMinValue.kt | 2 +- .../blackbox/ranges/literal/progressionMinValueToMinValue.kt | 2 +- .../tests/external/codegen/blackbox/ranges/safeCallRangeTo.kt | 2 +- .../reflection/annotations/annotationRetentionAnnotation.kt | 2 +- .../blackbox/reflection/annotations/annotationsOnJavaMembers.kt | 2 +- .../codegen/blackbox/reflection/annotations/findAnnotation.kt | 2 +- .../blackbox/reflection/annotations/propertyAccessors.kt | 2 +- .../reflection/annotations/propertyWithoutBackingField.kt | 2 +- .../codegen/blackbox/reflection/annotations/retentions.kt | 2 +- .../blackbox/reflection/annotations/simpleClassAnnotation.kt | 2 +- .../reflection/annotations/simpleConstructorAnnotation.kt | 2 +- .../blackbox/reflection/annotations/simpleFunAnnotation.kt | 2 +- .../blackbox/reflection/annotations/simpleParamAnnotation.kt | 2 +- .../blackbox/reflection/annotations/simpleValAnnotation.kt | 2 +- .../reflection/call/bound/companionObjectPropertyAccessors.kt | 2 +- .../codegen/blackbox/reflection/call/bound/extensionFunction.kt | 2 +- .../reflection/call/bound/extensionPropertyAccessors.kt | 2 +- .../blackbox/reflection/call/bound/innerClassConstructor.kt | 2 +- .../codegen/blackbox/reflection/call/bound/javaInstanceField.kt | 2 +- .../blackbox/reflection/call/bound/javaInstanceMethod.kt | 2 +- .../call/bound/jvmStaticCompanionObjectPropertyAccessors.kt | 2 +- .../blackbox/reflection/call/bound/jvmStaticObjectFunction.kt | 2 +- .../reflection/call/bound/jvmStaticObjectPropertyAccessors.kt | 2 +- .../codegen/blackbox/reflection/call/bound/memberFunction.kt | 2 +- .../blackbox/reflection/call/bound/memberPropertyAccessors.kt | 2 +- .../codegen/blackbox/reflection/call/bound/objectFunction.kt | 2 +- .../blackbox/reflection/call/bound/objectPropertyAccessors.kt | 2 +- .../codegen/blackbox/reflection/call/callInstanceJavaMethod.kt | 2 +- .../codegen/blackbox/reflection/call/callPrivateJavaMethod.kt | 2 +- .../codegen/blackbox/reflection/call/callStaticJavaMethod.kt | 2 +- .../blackbox/reflection/call/cannotCallEnumConstructor.kt | 2 +- .../reflection/call/disallowNullValueForNotNullField.kt | 2 +- .../codegen/blackbox/reflection/call/equalsHashCodeToString.kt | 2 +- .../codegen/blackbox/reflection/call/exceptionHappened.kt | 2 +- .../external/codegen/blackbox/reflection/call/fakeOverride.kt | 2 +- .../codegen/blackbox/reflection/call/fakeOverrideSubstituted.kt | 2 +- .../blackbox/reflection/call/incorrectNumberOfArguments.kt | 2 +- .../codegen/blackbox/reflection/call/innerClassConstructor.kt | 2 +- .../external/codegen/blackbox/reflection/call/jvmStatic.kt | 2 +- .../reflection/call/jvmStaticInObjectIncorrectReceiver.kt | 2 +- .../codegen/blackbox/reflection/call/localClassMember.kt | 2 +- .../codegen/blackbox/reflection/call/memberOfGenericClass.kt | 2 +- .../codegen/blackbox/reflection/call/privateProperty.kt | 2 +- .../codegen/blackbox/reflection/call/propertyAccessors.kt | 2 +- .../call/propertyGetterAndGetFunctionDifferentReturnType.kt | 2 +- .../external/codegen/blackbox/reflection/call/returnUnit.kt | 2 +- .../codegen/blackbox/reflection/call/simpleConstructor.kt | 2 +- .../codegen/blackbox/reflection/call/simpleMemberFunction.kt | 2 +- .../codegen/blackbox/reflection/call/simpleTopLevelFunctions.kt | 2 +- .../blackbox/reflection/callBy/boundExtensionFunction.kt | 2 +- .../blackbox/reflection/callBy/boundExtensionPropertyAcessor.kt | 2 +- .../blackbox/reflection/callBy/boundJvmStaticInObject.kt | 2 +- .../codegen/blackbox/reflection/callBy/companionObject.kt | 2 +- .../reflection/callBy/defaultAndNonDefaultIntertwined.kt | 2 +- .../codegen/blackbox/reflection/callBy/extensionFunction.kt | 2 +- .../blackbox/reflection/callBy/jvmStaticInCompanionObject.kt | 2 +- .../codegen/blackbox/reflection/callBy/jvmStaticInObject.kt | 2 +- .../blackbox/reflection/callBy/manyArgumentsOnlyOneDefault.kt | 2 +- .../codegen/blackbox/reflection/callBy/manyMaskArguments.kt | 2 +- .../blackbox/reflection/callBy/nonDefaultParameterOmitted.kt | 2 +- .../external/codegen/blackbox/reflection/callBy/nullValue.kt | 2 +- .../callBy/ordinaryMethodIsInvokedWhenNoDefaultValuesAreUsed.kt | 2 +- .../blackbox/reflection/callBy/primitiveDefaultValues.kt | 2 +- .../codegen/blackbox/reflection/callBy/privateMemberFunction.kt | 2 +- .../codegen/blackbox/reflection/callBy/simpleConstructor.kt | 2 +- .../codegen/blackbox/reflection/callBy/simpleMemberFunciton.kt | 2 +- .../blackbox/reflection/callBy/simpleTopLevelFunction.kt | 2 +- .../blackbox/reflection/classLiterals/annotationClassLiteral.kt | 2 +- .../codegen/blackbox/reflection/classLiterals/arrays.kt | 2 +- .../blackbox/reflection/classLiterals/builtinClassLiterals.kt | 2 +- .../codegen/blackbox/reflection/classLiterals/genericArrays.kt | 2 +- .../reflection/classLiterals/reifiedTypeClassLiteral.kt | 2 +- .../codegen/blackbox/reflection/classes/classSimpleName.kt | 2 +- .../codegen/blackbox/reflection/classes/companionObject.kt | 2 +- .../codegen/blackbox/reflection/classes/createInstance.kt | 2 +- .../codegen/blackbox/reflection/classes/declaredMembers.kt | 2 +- .../external/codegen/blackbox/reflection/classes/jvmName.kt | 2 +- .../codegen/blackbox/reflection/classes/nestedClasses.kt | 2 +- .../codegen/blackbox/reflection/classes/nestedClassesJava.kt | 2 +- .../codegen/blackbox/reflection/classes/objectInstance.kt | 2 +- .../blackbox/reflection/classes/primitiveKClassEquality.kt | 2 +- .../codegen/blackbox/reflection/classes/qualifiedName.kt | 2 +- .../codegen/blackbox/reflection/classes/starProjectedType.kt | 2 +- .../codegen/blackbox/reflection/constructors/annotationClass.kt | 2 +- .../reflection/constructors/classesWithoutConstructors.kt | 2 +- .../codegen/blackbox/reflection/constructors/constructorName.kt | 2 +- .../blackbox/reflection/constructors/primaryConstructor.kt | 2 +- .../blackbox/reflection/constructors/simpleGetConstructors.kt | 2 +- .../blackbox/reflection/createAnnotation/annotationType.kt | 2 +- .../blackbox/reflection/createAnnotation/arrayOfKClasses.kt | 2 +- .../codegen/blackbox/reflection/createAnnotation/callByJava.kt | 2 +- .../blackbox/reflection/createAnnotation/callByKotlin.kt | 2 +- .../codegen/blackbox/reflection/createAnnotation/callJava.kt | 2 +- .../codegen/blackbox/reflection/createAnnotation/callKotlin.kt | 2 +- .../reflection/createAnnotation/createJdkAnnotationInstance.kt | 2 +- .../reflection/createAnnotation/enumKClassAnnotation.kt | 2 +- .../reflection/createAnnotation/equalsHashCodeToString.kt | 2 +- .../reflection/createAnnotation/floatingPointParameters.kt | 2 +- .../reflection/createAnnotation/parameterNamedEquals.kt | 2 +- .../blackbox/reflection/createAnnotation/primitivesAndArrays.kt | 2 +- .../reflection/enclosing/anonymousObjectInInlinedLambda.kt | 2 +- .../codegen/blackbox/reflection/enclosing/classInLambda.kt | 2 +- .../reflection/enclosing/functionExpressionInProperty.kt | 2 +- .../external/codegen/blackbox/reflection/enclosing/kt11969.kt | 2 +- .../external/codegen/blackbox/reflection/enclosing/kt6368.kt | 2 +- .../reflection/enclosing/kt6691_lambdaInSamConstructor.kt | 2 +- .../blackbox/reflection/enclosing/lambdaInClassObject.kt | 2 +- .../blackbox/reflection/enclosing/lambdaInConstructor.kt | 2 +- .../codegen/blackbox/reflection/enclosing/lambdaInFunction.kt | 2 +- .../codegen/blackbox/reflection/enclosing/lambdaInLambda.kt | 2 +- .../reflection/enclosing/lambdaInLocalClassConstructor.kt | 2 +- .../reflection/enclosing/lambdaInLocalClassSuperCall.kt | 2 +- .../blackbox/reflection/enclosing/lambdaInLocalFunction.kt | 2 +- .../blackbox/reflection/enclosing/lambdaInMemberFunction.kt | 2 +- .../reflection/enclosing/lambdaInMemberFunctionInLocalClass.kt | 2 +- .../reflection/enclosing/lambdaInMemberFunctionInNestedClass.kt | 2 +- .../blackbox/reflection/enclosing/lambdaInObjectDeclaration.kt | 2 +- .../blackbox/reflection/enclosing/lambdaInObjectExpression.kt | 2 +- .../reflection/enclosing/lambdaInObjectLiteralSuperCall.kt | 2 +- .../codegen/blackbox/reflection/enclosing/lambdaInPackage.kt | 2 +- .../blackbox/reflection/enclosing/lambdaInPropertyGetter.kt | 2 +- .../blackbox/reflection/enclosing/lambdaInPropertySetter.kt | 2 +- .../reflection/enclosing/localClassInTopLevelFunction.kt | 2 +- .../codegen/blackbox/reflection/enclosing/objectInLambda.kt | 2 +- .../reflection/functions/declaredVsInheritedFunctions.kt | 2 +- .../codegen/blackbox/reflection/functions/functionFromStdlib.kt | 2 +- .../reflection/functions/functionReferenceErasedToKFunction.kt | 2 +- .../blackbox/reflection/functions/genericOverriddenFunction.kt | 2 +- .../codegen/blackbox/reflection/functions/instanceOfFunction.kt | 2 +- .../blackbox/reflection/functions/javaClassGetFunctions.kt | 2 +- .../codegen/blackbox/reflection/functions/platformName.kt | 2 +- .../blackbox/reflection/functions/privateMemberFunction.kt | 2 +- .../codegen/blackbox/reflection/functions/simpleGetFunctions.kt | 2 +- .../codegen/blackbox/reflection/functions/simpleNames.kt | 2 +- .../blackbox/reflection/genericSignature/covariantOverride.kt | 2 +- .../reflection/genericSignature/defaultImplsGenericSignature.kt | 2 +- .../genericSignature/functionLiteralGenericSignature.kt | 2 +- .../reflection/genericSignature/genericBackingFieldSignature.kt | 2 +- .../reflection/genericSignature/genericMethodSignature.kt | 2 +- .../codegen/blackbox/reflection/genericSignature/kt11121.kt | 2 +- .../codegen/blackbox/reflection/genericSignature/kt5112.kt | 2 +- .../codegen/blackbox/reflection/genericSignature/kt6106.kt | 2 +- .../blackbox/reflection/isInstance/isInstanceCastAndSafeCast.kt | 2 +- .../codegen/blackbox/reflection/kClassInAnnotation/array.kt | 2 +- .../blackbox/reflection/kClassInAnnotation/arrayInJava.kt | 2 +- .../codegen/blackbox/reflection/kClassInAnnotation/basic.kt | 2 +- .../blackbox/reflection/kClassInAnnotation/basicInJava.kt | 2 +- .../codegen/blackbox/reflection/kClassInAnnotation/checkcast.kt | 2 +- .../codegen/blackbox/reflection/kClassInAnnotation/vararg.kt | 2 +- .../blackbox/reflection/kClassInAnnotation/varargInJava.kt | 2 +- .../reflection/lambdaClasses/parameterNamesAndNullability.kt | 2 +- .../external/codegen/blackbox/reflection/mapping/constructor.kt | 2 +- .../codegen/blackbox/reflection/mapping/extensionProperty.kt | 2 +- .../reflection/mapping/fakeOverrides/javaFieldGetterSetter.kt | 2 +- .../blackbox/reflection/mapping/fakeOverrides/javaMethod.kt | 2 +- .../external/codegen/blackbox/reflection/mapping/functions.kt | 2 +- .../codegen/blackbox/reflection/mapping/inlineReifiedFun.kt | 2 +- .../reflection/mapping/jvmStatic/companionObjectFunction.kt | 2 +- .../blackbox/reflection/mapping/jvmStatic/objectFunction.kt | 2 +- .../reflection/mapping/mappedClassIsEqualToClassLiteral.kt | 2 +- .../codegen/blackbox/reflection/mapping/memberProperty.kt | 2 +- .../codegen/blackbox/reflection/mapping/propertyAccessors.kt | 2 +- .../blackbox/reflection/mapping/propertyAccessorsWithJvmName.kt | 2 +- .../codegen/blackbox/reflection/mapping/syntheticFields.kt | 2 +- .../blackbox/reflection/mapping/topLevelFunctionOtherFile.kt | 2 +- .../codegen/blackbox/reflection/mapping/topLevelProperty.kt | 2 +- .../reflection/mapping/types/annotationConstructorParameters.kt | 2 +- .../external/codegen/blackbox/reflection/mapping/types/array.kt | 2 +- .../codegen/blackbox/reflection/mapping/types/constructors.kt | 2 +- .../reflection/mapping/types/genericArrayElementType.kt | 2 +- .../reflection/mapping/types/innerGenericTypeArgument.kt | 2 +- .../blackbox/reflection/mapping/types/memberFunctions.kt | 2 +- .../reflection/mapping/types/overrideAnyWithPrimitive.kt | 2 +- .../reflection/mapping/types/parameterizedTypeArgument.kt | 2 +- .../blackbox/reflection/mapping/types/parameterizedTypes.kt | 2 +- .../blackbox/reflection/mapping/types/propertyAccessors.kt | 2 +- .../codegen/blackbox/reflection/mapping/types/supertypes.kt | 2 +- .../blackbox/reflection/mapping/types/topLevelFunctions.kt | 2 +- .../codegen/blackbox/reflection/mapping/types/typeParameters.kt | 2 +- .../external/codegen/blackbox/reflection/mapping/types/unit.kt | 2 +- .../blackbox/reflection/mapping/types/withNullability.kt | 2 +- .../methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt | 2 +- .../codegen/blackbox/reflection/methodsFromAny/classToString.kt | 2 +- .../methodsFromAny/extensionPropertyReceiverToString.kt | 2 +- .../reflection/methodsFromAny/functionEqualsHashCode.kt | 2 +- .../blackbox/reflection/methodsFromAny/functionToString.kt | 2 +- .../reflection/methodsFromAny/memberExtensionToString.kt | 2 +- .../reflection/methodsFromAny/parametersEqualsHashCode.kt | 2 +- .../blackbox/reflection/methodsFromAny/parametersToString.kt | 2 +- .../reflection/methodsFromAny/propertyEqualsHashCode.kt | 2 +- .../blackbox/reflection/methodsFromAny/propertyToString.kt | 2 +- .../blackbox/reflection/methodsFromAny/typeEqualsHashCode.kt | 2 +- .../reflection/methodsFromAny/typeParametersEqualsHashCode.kt | 2 +- .../reflection/methodsFromAny/typeParametersToString.kt | 2 +- .../codegen/blackbox/reflection/methodsFromAny/typeToString.kt | 2 +- .../reflection/methodsFromAny/typeToStringInnerGeneric.kt | 2 +- .../codegen/blackbox/reflection/modifiers/callableModality.kt | 2 +- .../codegen/blackbox/reflection/modifiers/callableVisibility.kt | 2 +- .../codegen/blackbox/reflection/modifiers/classModality.kt | 2 +- .../codegen/blackbox/reflection/modifiers/classVisibility.kt | 2 +- .../external/codegen/blackbox/reflection/modifiers/classes.kt | 2 +- .../external/codegen/blackbox/reflection/modifiers/functions.kt | 2 +- .../codegen/blackbox/reflection/modifiers/javaVisibility.kt | 2 +- .../codegen/blackbox/reflection/modifiers/properties.kt | 2 +- .../codegen/blackbox/reflection/modifiers/typeParameters.kt | 2 +- .../multifileClasses/callFunctionsInMultifileClass.kt | 2 +- .../multifileClasses/callPropertiesInMultifileClass.kt | 2 +- .../reflection/multifileClasses/javaFieldForVarAndConstVal.kt | 2 +- .../codegen/blackbox/reflection/noReflectAtRuntime/javaClass.kt | 2 +- .../noReflectAtRuntime/methodsFromAny/callableReferences.kt | 2 +- .../noReflectAtRuntime/methodsFromAny/classReference.kt | 2 +- .../reflection/noReflectAtRuntime/primitiveJavaClass.kt | 2 +- .../reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt | 2 +- .../reflection/noReflectAtRuntime/simpleClassLiterals.kt | 2 +- .../reflection/parameters/boundInnerClassConstructor.kt | 2 +- .../reflection/parameters/boundObjectMemberReferences.kt | 2 +- .../codegen/blackbox/reflection/parameters/boundReferences.kt | 2 +- .../blackbox/reflection/parameters/findParameterByName.kt | 2 +- .../reflection/parameters/functionParameterNameAndIndex.kt | 2 +- .../parameters/instanceExtensionReceiverAndValueParameters.kt | 2 +- .../codegen/blackbox/reflection/parameters/isMarkedNullable.kt | 2 +- .../codegen/blackbox/reflection/parameters/isOptional.kt | 2 +- .../blackbox/reflection/parameters/javaAnnotationConstructor.kt | 2 +- .../blackbox/reflection/parameters/javaParametersHaveNoNames.kt | 2 +- .../external/codegen/blackbox/reflection/parameters/kinds.kt | 2 +- .../codegen/blackbox/reflection/parameters/propertySetter.kt | 2 +- .../blackbox/reflection/properties/accessors/accessorNames.kt | 2 +- .../properties/accessors/extensionPropertyAccessors.kt | 2 +- .../reflection/properties/accessors/memberExtensions.kt | 2 +- .../reflection/properties/accessors/memberPropertyAccessors.kt | 2 +- .../properties/accessors/topLevelPropertyAccessors.kt | 2 +- .../codegen/blackbox/reflection/properties/allVsDeclared.kt | 2 +- .../properties/callPrivatePropertyFromGetProperties.kt | 2 +- .../reflection/properties/declaredVsInheritedProperties.kt | 2 +- .../blackbox/reflection/properties/fakeOverridesInSubclass.kt | 2 +- .../properties/genericClassLiteralPropertyReceiverIsStar.kt | 2 +- .../blackbox/reflection/properties/genericOverriddenProperty.kt | 2 +- .../codegen/blackbox/reflection/properties/genericProperty.kt | 2 +- .../properties/getExtensionPropertiesMutableVsReadonly.kt | 2 +- .../reflection/properties/getPropertiesMutableVsReadonly.kt | 2 +- .../codegen/blackbox/reflection/properties/invokeKProperty.kt | 2 +- .../reflection/properties/javaPropertyInheritedInKotlin.kt | 2 +- .../codegen/blackbox/reflection/properties/javaStaticField.kt | 2 +- .../reflection/properties/kotlinPropertyInheritedInJava.kt | 2 +- .../properties/memberAndMemberExtensionWithSameName.kt | 2 +- .../reflection/properties/mutatePrivateJavaInstanceField.kt | 2 +- .../reflection/properties/mutatePrivateJavaStaticField.kt | 2 +- .../properties/noConflictOnKotlinGetterAndJavaField.kt | 2 +- .../reflection/properties/overrideKotlinPropertyByJavaMethod.kt | 2 +- .../codegen/blackbox/reflection/properties/privateClassVal.kt | 2 +- .../codegen/blackbox/reflection/properties/privateClassVar.kt | 2 +- .../reflection/properties/privateFakeOverrideFromSuperclass.kt | 2 +- .../reflection/properties/privateJvmStaticVarInObject.kt | 2 +- .../properties/privatePropertyCallIsAccessibleOnAccessors.kt | 2 +- .../blackbox/reflection/properties/privateToThisAccessors.kt | 2 +- .../reflection/properties/propertyOfNestedClassAndArrayType.kt | 2 +- .../codegen/blackbox/reflection/properties/protectedClassVar.kt | 2 +- .../blackbox/reflection/properties/publicClassValAccessible.kt | 2 +- .../properties/referenceToJavaFieldOfKotlinSubclass.kt | 2 +- .../blackbox/reflection/properties/simpleGetProperties.kt | 2 +- .../specialBuiltIns/getMembersOfStandardJavaClasses.kt | 2 +- .../blackbox/reflection/supertypes/builtInClassSupertypes.kt | 2 +- .../blackbox/reflection/supertypes/genericSubstitution.kt | 2 +- .../reflection/supertypes/isSubclassOfIsSuperclassOf.kt | 2 +- .../codegen/blackbox/reflection/supertypes/primitives.kt | 2 +- .../codegen/blackbox/reflection/supertypes/simpleSupertypes.kt | 2 +- .../reflection/typeParameters/declarationSiteVariance.kt | 2 +- .../reflection/typeParameters/typeParametersAndNames.kt | 2 +- .../codegen/blackbox/reflection/typeParameters/upperBounds.kt | 2 +- .../codegen/blackbox/reflection/types/classifierIsClass.kt | 2 +- .../blackbox/reflection/types/classifierIsTypeParameter.kt | 2 +- .../blackbox/reflection/types/classifiersOfBuiltInTypes.kt | 2 +- .../codegen/blackbox/reflection/types/createType/equality.kt | 2 +- .../blackbox/reflection/types/createType/innerGeneric.kt | 2 +- .../blackbox/reflection/types/createType/simpleCreateType.kt | 2 +- .../blackbox/reflection/types/createType/typeParameter.kt | 2 +- .../reflection/types/createType/wrongNumberOfArguments.kt | 2 +- .../codegen/blackbox/reflection/types/innerGenericArguments.kt | 2 +- .../codegen/blackbox/reflection/types/jvmErasureOfClass.kt | 2 +- .../blackbox/reflection/types/jvmErasureOfTypeParameter.kt | 2 +- .../reflection/types/platformTypeNotEqualToKotlinType.kt | 2 +- .../codegen/blackbox/reflection/types/subtyping/platformType.kt | 2 +- .../blackbox/reflection/types/subtyping/simpleGenericTypes.kt | 2 +- .../reflection/types/subtyping/simpleSubtypeSupertype.kt | 2 +- .../blackbox/reflection/types/subtyping/typeProjection.kt | 2 +- .../external/codegen/blackbox/reflection/types/typeArguments.kt | 2 +- .../codegen/blackbox/reflection/types/useSiteVariance.kt | 2 +- .../codegen/blackbox/reflection/types/withNullability.kt | 2 +- .../tests/external/codegen/blackbox/regressions/collections.kt | 2 +- .../codegen/blackbox/regressions/getGenericInterfaces.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt1172.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt1515.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt1568.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt1932.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt2246.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt2318.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt2593.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt274.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt3046.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt344.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt4259.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt4262.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt528.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt529.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt533.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt5445.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt5445_2.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt6434.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt6485.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt715.kt | 2 +- .../tests/external/codegen/blackbox/regressions/kt864.kt | 2 +- .../external/codegen/blackbox/regressions/nestedIntersection.kt | 2 +- .../codegen/blackbox/regressions/referenceToSelfInLocal.kt | 2 +- .../external/codegen/blackbox/regressions/typeCastException.kt | 2 +- .../tests/external/codegen/blackbox/reified/DIExample.kt | 2 +- .../tests/external/codegen/blackbox/reified/anonymousObject.kt | 2 +- .../codegen/blackbox/reified/anonymousObjectNoPropagate.kt | 2 +- .../codegen/blackbox/reified/anonymousObjectReifiedSupertype.kt | 2 +- .../codegen/blackbox/reified/approximateCapturedTypes.kt | 2 +- .../codegen/blackbox/reified/arraysReification/instanceOf.kt | 2 +- .../blackbox/reified/arraysReification/instanceOfArrays.kt | 2 +- .../codegen/blackbox/reified/arraysReification/jClass.kt | 2 +- .../blackbox/reified/arraysReification/jaggedArrayOfNulls.kt | 2 +- .../tests/external/codegen/blackbox/reified/asOnPlatformType.kt | 2 +- .../tests/external/codegen/blackbox/reified/defaultJavaClass.kt | 2 +- .../tests/external/codegen/blackbox/reified/filterIsInstance.kt | 2 +- .../external/codegen/blackbox/reified/innerAnonymousObject.kt | 2 +- .../tests/external/codegen/blackbox/reified/instanceof.kt | 2 +- .../tests/external/codegen/blackbox/reified/isOnPlatformType.kt | 2 +- .../tests/external/codegen/blackbox/reified/javaClass.kt | 2 +- .../tests/external/codegen/blackbox/reified/nestedReified.kt | 2 +- .../external/codegen/blackbox/reified/nestedReifiedSignature.kt | 2 +- .../tests/external/codegen/blackbox/reified/newArrayInt.kt | 2 +- .../blackbox/reified/nonInlineableLambdaInReifiedFunction.kt | 2 +- .../codegen/blackbox/reified/recursiveInnerAnonymousObject.kt | 2 +- .../external/codegen/blackbox/reified/recursiveNewArray.kt | 2 +- .../codegen/blackbox/reified/recursiveNonInlineableLambda.kt | 2 +- .../codegen/blackbox/reified/reifiedInlineFunOfObject.kt | 2 +- .../blackbox/reified/reifiedInlineFunOfObjectWithinReified.kt | 2 +- .../blackbox/reified/reifiedInlineIntoNonInlineableLambda.kt | 2 +- .../external/codegen/blackbox/reified/sameIndexRecursive.kt | 2 +- .../tests/external/codegen/blackbox/safeCall/kt232.kt | 2 +- .../codegen/blackbox/sam/constructors/filenameFilter.kt | 2 +- .../blackbox/sam/constructors/nonLiteralFilenameFilter.kt | 2 +- .../blackbox/sam/constructors/samWrappersDifferentFiles.kt | 2 +- .../codegen/blackbox/sam/constructors/sameWrapperClass.kt | 2 +- .../blackbox/secondaryConstructors/withNonLocalReturn.kt | 2 +- .../codegen/blackbox/smartCasts/lambdaArgumentWithoutType.kt | 2 +- .../codegen/blackbox/specialBuiltins/bridgeNotEmptyMap.kt | 2 +- .../external/codegen/blackbox/specialBuiltins/collectionImpl.kt | 2 +- .../external/codegen/blackbox/specialBuiltins/emptyList.kt | 2 +- .../codegen/blackbox/specialBuiltins/notEmptyListAny.kt | 2 +- .../external/codegen/blackbox/specialBuiltins/notEmptyMap.kt | 2 +- .../tests/external/codegen/blackbox/statics/fields.kt | 2 +- .../tests/external/codegen/blackbox/statics/functions.kt | 2 +- .../external/codegen/blackbox/statics/hidePrivateByPublic.kt | 2 +- .../codegen/blackbox/statics/inlineCallsStaticMethod.kt | 2 +- .../codegen/blackbox/statics/protectedSamConstructor.kt | 2 +- .../tests/external/codegen/blackbox/statics/protectedStatic.kt | 2 +- .../tests/external/codegen/blackbox/statics/protectedStatic2.kt | 2 +- .../codegen/blackbox/statics/protectedStaticAndInline.kt | 2 +- .../tests/external/codegen/blackbox/strings/kt2592.kt | 2 +- backend.native/tests/external/codegen/blackbox/strings/kt889.kt | 2 +- backend.native/tests/external/codegen/blackbox/strings/kt894.kt | 2 +- .../external/codegen/blackbox/strings/stringBuilderAppend.kt | 2 +- .../external/codegen/blackbox/synchronized/changeMonitor.kt | 2 +- .../blackbox/synchronized/exceptionInMonitorExpression.kt | 2 +- .../tests/external/codegen/blackbox/synchronized/finally.kt | 2 +- .../tests/external/codegen/blackbox/synchronized/longValue.kt | 2 +- .../codegen/blackbox/synchronized/nestedDifferentObjects.kt | 2 +- .../external/codegen/blackbox/synchronized/nestedSameObject.kt | 2 +- .../external/codegen/blackbox/synchronized/nonLocalReturn.kt | 2 +- .../tests/external/codegen/blackbox/synchronized/objectValue.kt | 2 +- .../tests/external/codegen/blackbox/synchronized/sync.kt | 2 +- .../tests/external/codegen/blackbox/synchronized/value.kt | 2 +- .../tests/external/codegen/blackbox/synchronized/wait.kt | 2 +- .../blackbox/syntheticAccessors/syntheticAccessorNames.kt | 2 +- .../tests/external/codegen/blackbox/toArray/toTypedArray.kt | 2 +- .../topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt | 2 +- .../topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt | 2 +- .../codegen/blackbox/topLevelPrivate/privateVisibility.kt | 2 +- .../blackbox/topLevelPrivate/syntheticAccessorInMultiFile.kt | 2 +- .../blackbox/traits/abstractClassInheritsFromInterface.kt | 2 +- .../codegen/blackbox/traits/diamondPropertyAccessors.kt | 2 +- .../external/codegen/blackbox/traits/inheritJavaInterface.kt | 2 +- .../external/codegen/blackbox/traits/interfaceDefaultImpls.kt | 2 +- backend.native/tests/external/codegen/blackbox/traits/kt2399.kt | 2 +- backend.native/tests/external/codegen/blackbox/traits/kt3500.kt | 2 +- .../external/codegen/blackbox/traits/noPrivateDelegation.kt | 2 +- .../tests/external/codegen/blackbox/traits/traitImplDiamond.kt | 2 +- .../tests/external/codegen/blackbox/typeInfo/asInLoop.kt | 2 +- .../external/codegen/blackbox/typeMapping/enhancedPrimitives.kt | 2 +- .../codegen/blackbox/typeMapping/genericTypeWithNothing.kt | 2 +- .../tests/external/codegen/blackbox/typeMapping/kt309.kt | 2 +- .../codegen/blackbox/typeMapping/typeParameterMultipleBounds.kt | 2 +- .../tests/external/codegen/blackbox/unit/UnitValue.kt | 2 +- backend.native/tests/external/codegen/blackbox/unit/kt4212.kt | 2 +- .../tests/external/codegen/blackbox/vararg/varargInJava.kt | 2 +- .../codegen/blackbox/when/integralWhenWithNoInlinedConstants.kt | 2 +- .../when/stringOptimization/duplicatingItemsSameHashCode.kt | 2 +- .../codegen/blackbox/when/stringOptimization/sameHashCode.kt | 2 +- 819 files changed, 819 insertions(+), 819 deletions(-) diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotatedEnumEntry.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotatedEnumEntry.kt index 94de7d80a76..37f0de4e7c2 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotatedEnumEntry.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotatedEnumEntry.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KT-5665 diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/funExpression.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/funExpression.kt index 2371d050fbe..d8f6b4fce94 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/funExpression.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/funExpression.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/lambda.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/lambda.kt index deb25de9a0c..67bea1e84ea 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/lambda.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/lambda.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/samFunExpression.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/samFunExpression.kt index 01fc57353ce..0e03694d6a9 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/samFunExpression.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/samFunExpression.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/samLambda.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/samLambda.kt index 10f0a77f6b5..382c6902ce9 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/samLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotatedLambda/samLambda.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotatedObjectLiteral.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotatedObjectLiteral.kt index 1330899c02c..0fba694eb67 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotatedObjectLiteral.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotatedObjectLiteral.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotationWithKotlinProperty.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotationWithKotlinProperty.kt index 446a67e91ff..5f01b7eb25d 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotationWithKotlinProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotationWithKotlinProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotationWithKotlinPropertyFromInterfaceCompanion.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotationWithKotlinPropertyFromInterfaceCompanion.kt index 800662eb8af..74c8a7cbfff 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotationWithKotlinPropertyFromInterfaceCompanion.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotationWithKotlinPropertyFromInterfaceCompanion.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotationsOnDefault.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotationsOnDefault.kt index af44539ed67..d9f682c8a55 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotationsOnDefault.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotationsOnDefault.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/annotationsOnTypeAliases.kt b/backend.native/tests/external/codegen/blackbox/annotations/annotationsOnTypeAliases.kt index 3e49c7af76d..497fa723e09 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/annotationsOnTypeAliases.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/annotationsOnTypeAliases.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/annotations/defaultParameterValues.kt b/backend.native/tests/external/codegen/blackbox/annotations/defaultParameterValues.kt index fca68cd7665..6987d370f5d 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/defaultParameterValues.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/defaultParameterValues.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/delegatedPropertySetter.kt b/backend.native/tests/external/codegen/blackbox/annotations/delegatedPropertySetter.kt index 8b2ccb17d17..1abfbda2f9f 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/delegatedPropertySetter.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/delegatedPropertySetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/fileClassWithFileAnnotation.kt b/backend.native/tests/external/codegen/blackbox/annotations/fileClassWithFileAnnotation.kt index d975f9cf8c1..c33bb1b4c8d 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/fileClassWithFileAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/fileClassWithFileAnnotation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/jvmAnnotationFlags.kt b/backend.native/tests/external/codegen/blackbox/annotations/jvmAnnotationFlags.kt index 91dc2705c9d..fb5282b64df 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/jvmAnnotationFlags.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/jvmAnnotationFlags.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/annotations/kotlinPropertyFromClassObjectAsParameter.kt b/backend.native/tests/external/codegen/blackbox/annotations/kotlinPropertyFromClassObjectAsParameter.kt index 2aa20e7956e..1d2eb2eec5c 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/kotlinPropertyFromClassObjectAsParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/kotlinPropertyFromClassObjectAsParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/kotlinTopLevelPropertyAsParameter.kt b/backend.native/tests/external/codegen/blackbox/annotations/kotlinTopLevelPropertyAsParameter.kt index fbd36775d01..4a2fda75c19 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/kotlinTopLevelPropertyAsParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/kotlinTopLevelPropertyAsParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/kt10136.kt b/backend.native/tests/external/codegen/blackbox/annotations/kt10136.kt index 79e06313c63..c0481095c75 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/kt10136.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/kt10136.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/nestedClassPropertyAsParameter.kt b/backend.native/tests/external/codegen/blackbox/annotations/nestedClassPropertyAsParameter.kt index 72369ea0378..20ce394faf4 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/nestedClassPropertyAsParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/nestedClassPropertyAsParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/parameterWithPrimitiveType.kt b/backend.native/tests/external/codegen/blackbox/annotations/parameterWithPrimitiveType.kt index f3a8d612cb5..ac5be1259a4 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/parameterWithPrimitiveType.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/parameterWithPrimitiveType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/propertyWithPropertyInInitializerAsParameter.kt b/backend.native/tests/external/codegen/blackbox/annotations/propertyWithPropertyInInitializerAsParameter.kt index af730102904..167f2774238 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/propertyWithPropertyInInitializerAsParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/propertyWithPropertyInInitializerAsParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/annotations/varargInAnnotationParameter.kt b/backend.native/tests/external/codegen/blackbox/annotations/varargInAnnotationParameter.kt index 405deb725a9..2c21161ee08 100644 --- a/backend.native/tests/external/codegen/blackbox/annotations/varargInAnnotationParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/annotations/varargInAnnotationParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/argumentOrder/arguments.kt b/backend.native/tests/external/codegen/blackbox/argumentOrder/arguments.kt index 11146076909..d686101b1c7 100644 --- a/backend.native/tests/external/codegen/blackbox/argumentOrder/arguments.kt +++ b/backend.native/tests/external/codegen/blackbox/argumentOrder/arguments.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun test(a: String, b: String): String { diff --git a/backend.native/tests/external/codegen/blackbox/argumentOrder/captured.kt b/backend.native/tests/external/codegen/blackbox/argumentOrder/captured.kt index 35d8c0e02b7..99792dc416c 100644 --- a/backend.native/tests/external/codegen/blackbox/argumentOrder/captured.kt +++ b/backend.native/tests/external/codegen/blackbox/argumentOrder/captured.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { var invokeOrder = ""; diff --git a/backend.native/tests/external/codegen/blackbox/argumentOrder/capturedInExtension.kt b/backend.native/tests/external/codegen/blackbox/argumentOrder/capturedInExtension.kt index dd65cd1c28f..72ed6b1c2bc 100644 --- a/backend.native/tests/external/codegen/blackbox/argumentOrder/capturedInExtension.kt +++ b/backend.native/tests/external/codegen/blackbox/argumentOrder/capturedInExtension.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { var invokeOrder = ""; diff --git a/backend.native/tests/external/codegen/blackbox/argumentOrder/defaults.kt b/backend.native/tests/external/codegen/blackbox/argumentOrder/defaults.kt index 17a94380c82..7498df2eefc 100644 --- a/backend.native/tests/external/codegen/blackbox/argumentOrder/defaults.kt +++ b/backend.native/tests/external/codegen/blackbox/argumentOrder/defaults.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE var invokeOrder: String = "" diff --git a/backend.native/tests/external/codegen/blackbox/argumentOrder/extension.kt b/backend.native/tests/external/codegen/blackbox/argumentOrder/extension.kt index c298929042c..c95a3b491c1 100644 --- a/backend.native/tests/external/codegen/blackbox/argumentOrder/extension.kt +++ b/backend.native/tests/external/codegen/blackbox/argumentOrder/extension.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { var invokeOrder = ""; diff --git a/backend.native/tests/external/codegen/blackbox/argumentOrder/extensionInClass.kt b/backend.native/tests/external/codegen/blackbox/argumentOrder/extensionInClass.kt index 98e666e8c79..01b3a736735 100644 --- a/backend.native/tests/external/codegen/blackbox/argumentOrder/extensionInClass.kt +++ b/backend.native/tests/external/codegen/blackbox/argumentOrder/extensionInClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { return Z().test() diff --git a/backend.native/tests/external/codegen/blackbox/argumentOrder/simple.kt b/backend.native/tests/external/codegen/blackbox/argumentOrder/simple.kt index 60f7f292cbf..101a18974ca 100644 --- a/backend.native/tests/external/codegen/blackbox/argumentOrder/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/argumentOrder/simple.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { var res = ""; diff --git a/backend.native/tests/external/codegen/blackbox/argumentOrder/simpleInClass.kt b/backend.native/tests/external/codegen/blackbox/argumentOrder/simpleInClass.kt index faa071bc275..9bd916da6e0 100644 --- a/backend.native/tests/external/codegen/blackbox/argumentOrder/simpleInClass.kt +++ b/backend.native/tests/external/codegen/blackbox/argumentOrder/simpleInClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { var res = ""; diff --git a/backend.native/tests/external/codegen/blackbox/arrays/arrayInstanceOf.kt b/backend.native/tests/external/codegen/blackbox/arrays/arrayInstanceOf.kt index d5323fbbdbb..67206754e5a 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/arrayInstanceOf.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/arrayInstanceOf.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE //test [], get and iterator calls fun test(createIntNotLong: Boolean): String { diff --git a/backend.native/tests/external/codegen/blackbox/arrays/arraysAreCloneable.kt b/backend.native/tests/external/codegen/blackbox/arrays/arraysAreCloneable.kt index 52075d459d7..f0860dadc0a 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/arraysAreCloneable.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/arraysAreCloneable.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun foo(x: Cloneable) = x diff --git a/backend.native/tests/external/codegen/blackbox/arrays/cloneArray.kt b/backend.native/tests/external/codegen/blackbox/arrays/cloneArray.kt index 8e29271c7d7..fe7ae5ff309 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/cloneArray.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/cloneArray.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/arrays/clonePrimitiveArrays.kt b/backend.native/tests/external/codegen/blackbox/arrays/clonePrimitiveArrays.kt index dc6646587d6..578c79c0d3c 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/clonePrimitiveArrays.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/clonePrimitiveArrays.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/arrays/iteratorByteArrayNextByte.kt b/backend.native/tests/external/codegen/blackbox/arrays/iteratorByteArrayNextByte.kt index 19bf8463026..4970504900c 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/iteratorByteArrayNextByte.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/iteratorByteArrayNextByte.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val a = ByteArray(5) diff --git a/backend.native/tests/external/codegen/blackbox/arrays/iteratorLongArrayNextLong.kt b/backend.native/tests/external/codegen/blackbox/arrays/iteratorLongArrayNextLong.kt index 74bf8c9f4a4..ef44f5426d0 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/iteratorLongArrayNextLong.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/iteratorLongArrayNextLong.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val a = LongArray(5) diff --git a/backend.native/tests/external/codegen/blackbox/arrays/kt503.kt b/backend.native/tests/external/codegen/blackbox/arrays/kt503.kt index bdad1a98add..d42e3e112a3 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/kt503.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/kt503.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun iarr(vararg a : Int) = a fun array(vararg a : T) = a diff --git a/backend.native/tests/external/codegen/blackbox/arrays/kt602.kt b/backend.native/tests/external/codegen/blackbox/arrays/kt602.kt index 6fa4cf73905..471a56cc117 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/kt602.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/kt602.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/arrays/kt7288.kt b/backend.native/tests/external/codegen/blackbox/arrays/kt7288.kt index 80d330ecd09..80060cd39f8 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/kt7288.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/kt7288.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun test(b: Boolean): String { val a = if (b) IntArray(5) else LongArray(5) diff --git a/backend.native/tests/external/codegen/blackbox/arrays/kt7338.kt b/backend.native/tests/external/codegen/blackbox/arrays/kt7338.kt index 48e9b499598..848764b3f57 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/kt7338.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/kt7338.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/arrays/nonLocalReturnArrayConstructor.kt b/backend.native/tests/external/codegen/blackbox/arrays/nonLocalReturnArrayConstructor.kt index 350d4cfe176..6c9158aa1a5 100644 --- a/backend.native/tests/external/codegen/blackbox/arrays/nonLocalReturnArrayConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/arrays/nonLocalReturnArrayConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun testArray() { Array(5) { i -> diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt index bdcbe98664d..c30db01e13f 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // reason - multifile tests are not supported in JS tests //FILE: Holder.java diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt index 14a07fe1eb3..68260ff21f4 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // reason - multifile tests are not supported in JS tests //FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/divisionByZero.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/divisionByZero.kt index 1daa188f030..328e6785b0c 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/divisionByZero.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/divisionByZero.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // reason - no ArithmeticException in JS fun box(): String { val a1 = 0 diff --git a/backend.native/tests/external/codegen/blackbox/boxingOptimization/checkcastAndInstanceOf.kt b/backend.native/tests/external/codegen/blackbox/boxingOptimization/checkcastAndInstanceOf.kt index 0bbf5986f68..86e8dc6bec7 100644 --- a/backend.native/tests/external/codegen/blackbox/boxingOptimization/checkcastAndInstanceOf.kt +++ b/backend.native/tests/external/codegen/blackbox/boxingOptimization/checkcastAndInstanceOf.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/boxingOptimization/kt6047.kt b/backend.native/tests/external/codegen/blackbox/boxingOptimization/kt6047.kt index 75714bc8a03..a397903567e 100644 --- a/backend.native/tests/external/codegen/blackbox/boxingOptimization/kt6047.kt +++ b/backend.native/tests/external/codegen/blackbox/boxingOptimization/kt6047.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Collection.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Collection.kt index b141ba2bfbd..26a74d507bc 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Collection.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Collection.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyCollection: Collection { override val size: Int get() = 0 diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Iterator.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Iterator.kt index 043c32631f3..ad0fc09d46c 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Iterator.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Iterator.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyIterator(val v: T): Iterator { override fun next(): T = v diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/IteratorWithRemove.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/IteratorWithRemove.kt index e77840dbd06..5958c38ca05 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/IteratorWithRemove.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/IteratorWithRemove.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyIterator(val v: T): Iterator { override fun next(): T = v diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/List.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/List.kt index 317037880e3..7674d221a35 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/List.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/List.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyList: List { override val size: Int get() = 0 diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListIterator.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListIterator.kt index 4296d8ee05c..d5a829d7566 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListIterator.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListIterator.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyListIterator : ListIterator { override fun next(): T = null!! diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListWithAllImplementations.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListWithAllImplementations.kt index 01b5c4b66b2..9b6a2d02310 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListWithAllImplementations.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListWithAllImplementations.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyList(val v: T): List { override val size: Int get() = 0 diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListWithAllInheritedImplementations.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListWithAllInheritedImplementations.kt index 478f2679577..0931a43f501 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListWithAllInheritedImplementations.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/ListWithAllInheritedImplementations.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE open class Super(val v: T) { public fun add(e: T): Boolean = true diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Map.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Map.kt index e97a5fcda49..c8438bb3d13 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Map.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/Map.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyMap: Map { override val size: Int get() = 0 diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapEntry.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapEntry.kt index 8b222a91b09..33a83a55ec8 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapEntry.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapEntry.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyMapEntry: Map.Entry { override fun hashCode(): Int = 0 diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapEntryWithSetValue.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapEntryWithSetValue.kt index 72c60f1c053..ce8eaaf6886 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapEntryWithSetValue.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapEntryWithSetValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyMapEntry: Map.Entry { override fun hashCode(): Int = 0 diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapWithAllImplementations.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapWithAllImplementations.kt index 9d0a4031f1a..d84d89369d3 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapWithAllImplementations.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/MapWithAllImplementations.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyMap: Map { override val size: Int get() = 0 diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/SubstitutedList.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/SubstitutedList.kt index b075bb7517d..6656b7d769b 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/SubstitutedList.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/SubstitutedList.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyList: List { override val size: Int get() = 0 diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/abstractMember.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/abstractMember.kt index 14b71a4a95f..100748198dc 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/abstractMember.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/abstractMember.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE abstract class A : Iterator { abstract fun remove(): Unit diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/immutableRemove.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/immutableRemove.kt index fef74374fe2..2710f121246 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/immutableRemove.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/immutableRemove.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FULL_JDK // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/implementationInTrait.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/implementationInTrait.kt index bdd27bfad0a..b82febc0667 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/implementationInTrait.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/implementationInTrait.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface Addable { fun add(s: String): Boolean = true diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/inheritedImplementations.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/inheritedImplementations.kt index dd6e2cf5d27..606144d696d 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/inheritedImplementations.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/inheritedImplementations.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE open class SetStringImpl { fun add(s: String): Boolean = false diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/nonTrivialSubstitution.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/nonTrivialSubstitution.kt index 84e3b531630..d7671b38bd2 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/nonTrivialSubstitution.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/nonTrivialSubstitution.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyCollection : Collection>> { override fun iterator() = null!! diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/nonTrivialUpperBound.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/nonTrivialUpperBound.kt index bcc79196920..71c6e0e60b7 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/nonTrivialUpperBound.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/nonTrivialUpperBound.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class MyIterator : Iterator { override fun next() = null!! diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/substitutedIterable.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/substitutedIterable.kt index 278f819cfe0..460328ffe0f 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/substitutedIterable.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/substitutedIterable.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/substitutedListWithExtraSuperInterface.kt b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/substitutedListWithExtraSuperInterface.kt index 512a411496e..e34741934e7 100644 --- a/backend.native/tests/external/codegen/blackbox/builtinStubMethods/substitutedListWithExtraSuperInterface.kt +++ b/backend.native/tests/external/codegen/blackbox/builtinStubMethods/substitutedListWithExtraSuperInterface.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/enumEntryMember.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/enumEntryMember.kt index ce40fb403cf..b62135e87bb 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/enumEntryMember.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/enumEntryMember.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE enum class E { A, B; diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/nullableReceiverInEquals.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/nullableReceiverInEquals.kt index e0479cd1db4..1ecf9a29e7e 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/nullableReceiverInEquals.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/nullableReceiverInEquals.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // See https://youtrack.jetbrains.com/issue/KT-14938 // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/propertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/propertyAccessors.kt index 070cde155b8..46848672257 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/propertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/propertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/receiverInEquals.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/receiverInEquals.kt index fd21eac125b..18bc635d01c 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/receiverInEquals.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/receiverInEquals.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package test diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/reflectionReference.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/reflectionReference.kt index d29849655df..bd6ca854d2c 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/reflectionReference.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/equals/reflectionReference.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/kCallableNameIntrinsic.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/kCallableNameIntrinsic.kt index 3dcd0359a85..a289ba275c4 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/kCallableNameIntrinsic.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/kCallableNameIntrinsic.kt @@ -1,5 +1,5 @@ // Enable when callable references to builtin members is supported -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { var state = 0 val name = (state++)::toString.name diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/kt12738.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/kt12738.kt index 668798431de..fa76e62abbb 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/kt12738.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/kt12738.kt @@ -1,5 +1,5 @@ // Enable when callable references to builtin members is supported -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun get(t: T): () -> String { return t::toString } diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/kt15446.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/kt15446.kt index 967150ab7cb..e0c0f55139f 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/kt15446.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/kt15446.kt @@ -1,5 +1,5 @@ //WITH_RUNTIME -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val a = intArrayOf(1, 2) val b = arrayOf("OK") diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/simpleFunction.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/simpleFunction.kt index 327c73d5914..7d19c68d0d1 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/simpleFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/simpleFunction.kt @@ -1,5 +1,5 @@ // Enable when callable references to builtin members is supported -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val f = "KOTLIN"::get return "${f(1)}${f(0)}" diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/bound/simpleProperty.kt b/backend.native/tests/external/codegen/blackbox/callableReference/bound/simpleProperty.kt index 533c75f6bf7..8da5393394f 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/bound/simpleProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/bound/simpleProperty.kt @@ -1,5 +1,5 @@ // Enable when callable references to builtin members are supported. -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val f = "kotlin"::length diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/function/booleanNotIntrinsic.kt b/backend.native/tests/external/codegen/blackbox/callableReference/function/booleanNotIntrinsic.kt index ece7520df91..09937cd3c5f 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/function/booleanNotIntrinsic.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/function/booleanNotIntrinsic.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { if ((Boolean::not)(true) != false) return "Fail 1" diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/function/enumValueOfMethod.kt b/backend.native/tests/external/codegen/blackbox/callableReference/function/enumValueOfMethod.kt index 8a7187958d6..b2f09fae21b 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/function/enumValueOfMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/function/enumValueOfMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE enum class E { ENTRY diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/function/equalsIntrinsic.kt b/backend.native/tests/external/codegen/blackbox/callableReference/function/equalsIntrinsic.kt index 0f007abd864..742fceab72b 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/function/equalsIntrinsic.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/function/equalsIntrinsic.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/function/getArityViaFunctionImpl.kt b/backend.native/tests/external/codegen/blackbox/callableReference/function/getArityViaFunctionImpl.kt index 468034d992a..eb0d1f31f6f 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/function/getArityViaFunctionImpl.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/function/getArityViaFunctionImpl.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/function/javaCollectionsStaticMethod.kt b/backend.native/tests/external/codegen/blackbox/callableReference/function/javaCollectionsStaticMethod.kt index 25f2a594300..5dc1ab5fe50 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/function/javaCollectionsStaticMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/function/javaCollectionsStaticMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // KT-5123 diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/function/local/localFunctionName.kt b/backend.native/tests/external/codegen/blackbox/callableReference/function/local/localFunctionName.kt index f4ad0ac77f9..8575e9707a9 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/function/local/localFunctionName.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/function/local/localFunctionName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { fun OK() {} diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/function/newArray.kt b/backend.native/tests/external/codegen/blackbox/callableReference/function/newArray.kt index 533e8395616..f1666e82235 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/function/newArray.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/function/newArray.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE private fun upcast(value: T): T = value diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/function/overloadedFunVsVal.kt b/backend.native/tests/external/codegen/blackbox/callableReference/function/overloadedFunVsVal.kt index 5dec6776f45..c5a99e074bd 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/function/overloadedFunVsVal.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/function/overloadedFunVsVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import kotlin.reflect.* diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/property/kt6870_privatePropertyReference.kt b/backend.native/tests/external/codegen/blackbox/callableReference/property/kt6870_privatePropertyReference.kt index 9f5b0c55d60..4d5560c98af 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/property/kt6870_privatePropertyReference.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/property/kt6870_privatePropertyReference.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class Test { private var iv = 1 diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/property/listOfStringsMapLength.kt b/backend.native/tests/external/codegen/blackbox/callableReference/property/listOfStringsMapLength.kt index 2ef9208075f..c7c78a24c9e 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/property/listOfStringsMapLength.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/property/listOfStringsMapLength.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/callableReference/property/privateSetterOutsideClass.kt b/backend.native/tests/external/codegen/blackbox/callableReference/property/privateSetterOutsideClass.kt index de11060a95d..39ea508e9ba 100644 --- a/backend.native/tests/external/codegen/blackbox/callableReference/property/privateSetterOutsideClass.kt +++ b/backend.native/tests/external/codegen/blackbox/callableReference/property/privateSetterOutsideClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // See KT-12337 Reference to property with invisible setter should not be a KMutableProperty diff --git a/backend.native/tests/external/codegen/blackbox/casts/as.kt b/backend.native/tests/external/codegen/blackbox/casts/as.kt index 23ae5313ac2..6b78d69af24 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/as.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/as.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun foo(x: Any) = x as Runnable diff --git a/backend.native/tests/external/codegen/blackbox/casts/asForConstants.kt b/backend.native/tests/external/codegen/blackbox/casts/asForConstants.kt index 43aa798276f..4d0c62414d8 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/asForConstants.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/asForConstants.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { if (check(1, { it as Int }) == "OK") return "fail 1" diff --git a/backend.native/tests/external/codegen/blackbox/casts/asSafe.kt b/backend.native/tests/external/codegen/blackbox/casts/asSafe.kt index 94c62111e02..3e86a808c45 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/asSafe.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/asSafe.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun foo(x: Any) = x as? Runnable diff --git a/backend.native/tests/external/codegen/blackbox/casts/asSafeForConstants.kt b/backend.native/tests/external/codegen/blackbox/casts/asSafeForConstants.kt index be3fbff1dc4..bc7a063340f 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/asSafeForConstants.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/asSafeForConstants.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { if ((1 as? Int) == null) return "fail 1" diff --git a/backend.native/tests/external/codegen/blackbox/casts/asWithGeneric.kt b/backend.native/tests/external/codegen/blackbox/casts/asWithGeneric.kt index 9760295a6dc..b8d44d6a517 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/asWithGeneric.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/asWithGeneric.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/asFunKBig.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/asFunKBig.kt index 43df48d37b6..e6b457326ed 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/asFunKBig.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/asFunKBig.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // This is a big, ugly, semi-auto generated test. diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/asFunKSmall.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/asFunKSmall.kt index 6ce2082e748..c4632210b28 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/asFunKSmall.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/asFunKSmall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun fn0() {} fun fn1(x: Any) {} diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/isFunKBig.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/isFunKBig.kt index 1985402f6bc..35d1bfe131e 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/isFunKBig.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/isFunKBig.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // This is a big, ugly, semi-auto generated test. diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/isFunKSmall.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/isFunKSmall.kt index 90f81d82a3a..540798009ff 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/isFunKSmall.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/isFunKSmall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/javaTypeIsFunK.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/javaTypeIsFunK.kt index 9d0bdedc3fc..ec1c3c21eb6 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/javaTypeIsFunK.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/javaTypeIsFunK.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JFun.java diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedAsFunKBig.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedAsFunKBig.kt index d853a01bb9d..af43807ed25 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedAsFunKBig.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedAsFunKBig.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // This is a big, ugly, semi-auto generated test. diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedAsFunKSmall.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedAsFunKSmall.kt index 100350d53da..217b36c6597 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedAsFunKSmall.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedAsFunKSmall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun fn0() {} fun fn1(x: Any) {} diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedIsFunKBig.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedIsFunKBig.kt index 40bc0a05f1f..369c215ffa5 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedIsFunKBig.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedIsFunKBig.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // This is a big, ugly, semi-auto generated test. diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedIsFunKSmall.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedIsFunKSmall.kt index 71436394ae7..0850527e1c6 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedIsFunKSmall.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedIsFunKSmall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedSafeAsFunKBig.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedSafeAsFunKBig.kt index a5844221cb4..a4664ba6126 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedSafeAsFunKBig.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedSafeAsFunKBig.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // This is a big, ugly, semi-auto generated test. // Use corresponding 'Small' test for debug. diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedSafeAsFunKSmall.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedSafeAsFunKSmall.kt index a3d4c0fcb27..5ba0c0d6b2c 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedSafeAsFunKSmall.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/reifiedSafeAsFunKSmall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun fn0() {} fun fn1(x: Any) {} diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/safeAsFunKBig.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/safeAsFunKBig.kt index 4cbc23a639d..3bcde42c159 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/safeAsFunKBig.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/safeAsFunKBig.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // This is a big, ugly, semi-auto generated test. diff --git a/backend.native/tests/external/codegen/blackbox/casts/functions/safeAsFunKSmall.kt b/backend.native/tests/external/codegen/blackbox/casts/functions/safeAsFunKSmall.kt index 0628070f83f..d413300c13e 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/functions/safeAsFunKSmall.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/functions/safeAsFunKSmall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/casts/is.kt b/backend.native/tests/external/codegen/blackbox/casts/is.kt index d10f77a86ef..19a3e284e5c 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/is.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/is.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun foo(x: Any) = x is Runnable diff --git a/backend.native/tests/external/codegen/blackbox/casts/lambdaToUnitCast.kt b/backend.native/tests/external/codegen/blackbox/casts/lambdaToUnitCast.kt index 42a86dcbb07..29b1ec1cc04 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/lambdaToUnitCast.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/lambdaToUnitCast.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // JS backend does not support Unit well. See KT-13932 val foo: () -> Unit = {} diff --git a/backend.native/tests/external/codegen/blackbox/casts/literalExpressionAsGenericArgument/javaBox.kt b/backend.native/tests/external/codegen/blackbox/casts/literalExpressionAsGenericArgument/javaBox.kt index 33b0eaec597..16a7d407e12 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/literalExpressionAsGenericArgument/javaBox.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/literalExpressionAsGenericArgument/javaBox.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Box.java diff --git a/backend.native/tests/external/codegen/blackbox/casts/mutableCollections/mutabilityMarkerInterfaces.kt b/backend.native/tests/external/codegen/blackbox/casts/mutableCollections/mutabilityMarkerInterfaces.kt index 8383b28f850..5aa856a189a 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/mutableCollections/mutabilityMarkerInterfaces.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/mutableCollections/mutabilityMarkerInterfaces.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/casts/mutableCollections/weirdMutableCasts.kt b/backend.native/tests/external/codegen/blackbox/casts/mutableCollections/weirdMutableCasts.kt index 19300961dac..137035866b1 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/mutableCollections/weirdMutableCasts.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/mutableCollections/weirdMutableCasts.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/casts/notIs.kt b/backend.native/tests/external/codegen/blackbox/casts/notIs.kt index 262d2db9b5a..5e784474bb9 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/notIs.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/notIs.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun foo(x: Any) = x !is Runnable diff --git a/backend.native/tests/external/codegen/blackbox/casts/unitAsAny.kt b/backend.native/tests/external/codegen/blackbox/casts/unitAsAny.kt index d05da99581f..da598959fe0 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/unitAsAny.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/unitAsAny.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun println(s: String) { } diff --git a/backend.native/tests/external/codegen/blackbox/casts/unitAsInt.kt b/backend.native/tests/external/codegen/blackbox/casts/unitAsInt.kt index a57a1d0a945..5e0ab81ea20 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/unitAsInt.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/unitAsInt.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/casts/unitAsSafeAny.kt b/backend.native/tests/external/codegen/blackbox/casts/unitAsSafeAny.kt index 6412c65526f..228e5aeaba9 100644 --- a/backend.native/tests/external/codegen/blackbox/casts/unitAsSafeAny.kt +++ b/backend.native/tests/external/codegen/blackbox/casts/unitAsSafeAny.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun println(s: String) { } diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/bound/javaIntrinsicWithSideEffect.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/bound/javaIntrinsicWithSideEffect.kt index 6731a8236b2..52190d0f390 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/bound/javaIntrinsicWithSideEffect.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/bound/javaIntrinsicWithSideEffect.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/bound/primitives.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/bound/primitives.kt index 54c6b5b02a8..16739b170fe 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/bound/primitives.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/bound/primitives.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/bound/sideEffect.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/bound/sideEffect.kt index 0f488002377..a1fee693ce7 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/bound/sideEffect.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/bound/sideEffect.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { var x = 42 diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/bound/simple.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/bound/simple.kt index 0524e9ebf77..f6de756700b 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/bound/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/bound/simple.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val x: CharSequence = "" diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/java/java.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/java/java.kt index 3ae1f3762ce..64f95e8ad6d 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/java/java.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/java/java.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaObjectType.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaObjectType.kt index ed794ffc106..b64ff4634f6 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaObjectType.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaObjectType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaObjectTypeReified.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaObjectTypeReified.kt index c03c33ba8ca..02fc734f52a 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaObjectTypeReified.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaObjectTypeReified.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaPrimitiveType.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaPrimitiveType.kt index 0236f652948..c413aee39c2 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaPrimitiveType.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaPrimitiveType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaPrimitiveTypeReified.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaPrimitiveTypeReified.kt index ebe15afe3b1..c9b71561637 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaPrimitiveTypeReified.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaPrimitiveTypeReified.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaReified.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaReified.kt index 90cf2d94df7..e6e4821d9aa 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaReified.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/java/javaReified.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/java/kt11943.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/java/kt11943.kt index 6271b906152..31b37df66c9 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/java/kt11943.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/java/kt11943.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/java/objectSuperConstructorCall.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/java/objectSuperConstructorCall.kt index 30c16850f62..cfbf4d7f08b 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/java/objectSuperConstructorCall.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/java/objectSuperConstructorCall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classLiteral/primitiveKClassEquality.kt b/backend.native/tests/external/codegen/blackbox/classLiteral/primitiveKClassEquality.kt index 2fb23528510..53d9f7d980b 100644 --- a/backend.native/tests/external/codegen/blackbox/classLiteral/primitiveKClassEquality.kt +++ b/backend.native/tests/external/codegen/blackbox/classLiteral/primitiveKClassEquality.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/classes/classObjectToString.kt b/backend.native/tests/external/codegen/blackbox/classes/classObjectToString.kt index dd2744181c2..901b77a1bad 100644 --- a/backend.native/tests/external/codegen/blackbox/classes/classObjectToString.kt +++ b/backend.native/tests/external/codegen/blackbox/classes/classObjectToString.kt @@ -1,5 +1,5 @@ // TODO: Enable for JS when it supports Java class library. -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class SomeClass { companion object } fun box() = diff --git a/backend.native/tests/external/codegen/blackbox/classes/delegationJava.kt b/backend.native/tests/external/codegen/blackbox/classes/delegationJava.kt index 10f75e260bd..f4ad18d3b22 100644 --- a/backend.native/tests/external/codegen/blackbox/classes/delegationJava.kt +++ b/backend.native/tests/external/codegen/blackbox/classes/delegationJava.kt @@ -1,5 +1,5 @@ // Enable for JS when it supports Java class library. -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class TestJava(r : Runnable) : Runnable by r {} class TestRunnable() : Runnable { diff --git a/backend.native/tests/external/codegen/blackbox/classes/kt1120.kt b/backend.native/tests/external/codegen/blackbox/classes/kt1120.kt index 43b08faa8b8..69a428951cd 100644 --- a/backend.native/tests/external/codegen/blackbox/classes/kt1120.kt +++ b/backend.native/tests/external/codegen/blackbox/classes/kt1120.kt @@ -1,6 +1,6 @@ // Won't ever work with JS backend. // TODO: Consider rewriting this test without using threads, since the issue is not about threads at all. -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE object RefreshQueue { val any = Any() diff --git a/backend.native/tests/external/codegen/blackbox/classes/kt1134.kt b/backend.native/tests/external/codegen/blackbox/classes/kt1134.kt index e6028e21e95..cbe62018fd4 100644 --- a/backend.native/tests/external/codegen/blackbox/classes/kt1134.kt +++ b/backend.native/tests/external/codegen/blackbox/classes/kt1134.kt @@ -1,5 +1,5 @@ // TODO: Enable when JS backend supports Java class library -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE public class SomeClass() : java.lang.Object() { } diff --git a/backend.native/tests/external/codegen/blackbox/classes/kt1535.kt b/backend.native/tests/external/codegen/blackbox/classes/kt1535.kt index f1efa2d6b2c..d26691e4446 100644 --- a/backend.native/tests/external/codegen/blackbox/classes/kt1535.kt +++ b/backend.native/tests/external/codegen/blackbox/classes/kt1535.kt @@ -1,5 +1,5 @@ // TODO: Enable when JS backend supports Java class library, since FunctionX are required for interoperation -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class Works() : Function0 { public override fun invoke():Any { return "Works" as Any diff --git a/backend.native/tests/external/codegen/blackbox/classes/kt2288.kt b/backend.native/tests/external/codegen/blackbox/classes/kt2288.kt index 68886dd5532..773d737f06a 100644 --- a/backend.native/tests/external/codegen/blackbox/classes/kt2288.kt +++ b/backend.native/tests/external/codegen/blackbox/classes/kt2288.kt @@ -1,5 +1,5 @@ // TODO: Enable when JS backend supports Java class library -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE public open class Test(): java.util.RandomAccess, Cloneable, java.io.Serializable { public override fun clone(): Test = Test() // Override 'clone()' with more precise type 'Test' diff --git a/backend.native/tests/external/codegen/blackbox/classes/kt508.kt b/backend.native/tests/external/codegen/blackbox/classes/kt508.kt index d26dfafd6c0..29d4283a7be 100644 --- a/backend.native/tests/external/codegen/blackbox/classes/kt508.kt +++ b/backend.native/tests/external/codegen/blackbox/classes/kt508.kt @@ -1,5 +1,5 @@ // TODO: Enable for JS when it supports Java class library. -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // fails on JS with TypeError: imported$plus is not a function, it is undefined. operator fun MutableMap.set(key : K, value : V) = put(key, value) diff --git a/backend.native/tests/external/codegen/blackbox/classes/kt707.kt b/backend.native/tests/external/codegen/blackbox/classes/kt707.kt index 8accf81be9a..a1cb2833e5d 100644 --- a/backend.native/tests/external/codegen/blackbox/classes/kt707.kt +++ b/backend.native/tests/external/codegen/blackbox/classes/kt707.kt @@ -1,5 +1,5 @@ // TODO: Enable for JS when it supports Java class library. -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class List(val head: T, val tail: List? = null) fun List.mapHead(f: (T)-> T): List = List(f(head), null) diff --git a/backend.native/tests/external/codegen/blackbox/closures/closureOnTopLevel1.kt b/backend.native/tests/external/codegen/blackbox/closures/closureOnTopLevel1.kt index b0dd8df8d31..cc50b43b4a2 100644 --- a/backend.native/tests/external/codegen/blackbox/closures/closureOnTopLevel1.kt +++ b/backend.native/tests/external/codegen/blackbox/closures/closureOnTopLevel1.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package test diff --git a/backend.native/tests/external/codegen/blackbox/closures/closureOnTopLevel2.kt b/backend.native/tests/external/codegen/blackbox/closures/closureOnTopLevel2.kt index 2f161ffc47c..145e9c41fca 100644 --- a/backend.native/tests/external/codegen/blackbox/closures/closureOnTopLevel2.kt +++ b/backend.native/tests/external/codegen/blackbox/closures/closureOnTopLevel2.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE val p = { "OK" }() diff --git a/backend.native/tests/external/codegen/blackbox/closures/noRefToOuter.kt b/backend.native/tests/external/codegen/blackbox/closures/noRefToOuter.kt index 84b5b7ddea8..366bfc3f5cc 100644 --- a/backend.native/tests/external/codegen/blackbox/closures/noRefToOuter.kt +++ b/backend.native/tests/external/codegen/blackbox/closures/noRefToOuter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplCharSequence.kt b/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplCharSequence.kt index cb7912f6b6d..ebabbd76ec2 100644 --- a/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplCharSequence.kt +++ b/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplCharSequence.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplCharSequenceKotlin.kt b/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplCharSequenceKotlin.kt index 61c67c7cf22..83900da8bf0 100644 --- a/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplCharSequenceKotlin.kt +++ b/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplCharSequenceKotlin.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplMutableListKotlin.kt b/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplMutableListKotlin.kt index c697f96206a..d99b4ea8ec1 100644 --- a/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplMutableListKotlin.kt +++ b/backend.native/tests/external/codegen/blackbox/collections/irrelevantImplMutableListKotlin.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: A.java diff --git a/backend.native/tests/external/codegen/blackbox/collections/noStubsInJavaSuperClass.kt b/backend.native/tests/external/codegen/blackbox/collections/noStubsInJavaSuperClass.kt index be1c06ad236..c884c5cdeb3 100644 --- a/backend.native/tests/external/codegen/blackbox/collections/noStubsInJavaSuperClass.kt +++ b/backend.native/tests/external/codegen/blackbox/collections/noStubsInJavaSuperClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: B.java public abstract class B extends A implements L { diff --git a/backend.native/tests/external/codegen/blackbox/collections/toArrayInJavaClass.kt b/backend.native/tests/external/codegen/blackbox/collections/toArrayInJavaClass.kt index 2f4e6f41896..ac984435cda 100644 --- a/backend.native/tests/external/codegen/blackbox/collections/toArrayInJavaClass.kt +++ b/backend.native/tests/external/codegen/blackbox/collections/toArrayInJavaClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: B.java diff --git a/backend.native/tests/external/codegen/blackbox/constants/kt9532.kt b/backend.native/tests/external/codegen/blackbox/constants/kt9532.kt index 0073c9670b5..e600cc309c1 100644 --- a/backend.native/tests/external/codegen/blackbox/constants/kt9532.kt +++ b/backend.native/tests/external/codegen/blackbox/constants/kt9532.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE object A { const val a: String = "$" diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/breakContinueInExpressions/breakFromOuter.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/breakContinueInExpressions/breakFromOuter.kt index af81659efc5..4890505afd0 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/breakContinueInExpressions/breakFromOuter.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/breakContinueInExpressions/breakFromOuter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { OUTER@while (true) { diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/forLoopMemberExtensionNext.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/forLoopMemberExtensionNext.kt index bfc79302ec1..e5a78d84cde 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/forLoopMemberExtensionNext.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/forLoopMemberExtensionNext.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class It { var hasNext = true diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/forUserType.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/forUserType.kt index cd714a0de1f..6dfbdbd00d7 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/forUserType.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/forUserType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box() : String { var sum : Int = 0 diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/kt237.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/kt237.kt index d236a3f9ff9..dbf2075ffe8 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/kt237.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/kt237.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun main(args: Array?) { val y: Unit = Unit //do not compile diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/kt3574.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/kt3574.kt index 9efb57c0b2b..3b2fb00695b 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/kt3574.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/kt3574.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun nil() = null diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/kt769.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/kt769.kt index c565d684ab1..af1d3682358 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/kt769.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/kt769.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package w_range diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148.kt index 9b2c97df507..39a1846ee54 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A(var value: String) diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148_break.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148_break.kt index 6815b647c67..916af6bc06c 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148_break.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148_break.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A(var value: String) diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148_continue.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148_continue.kt index 780bab67ce5..2cf60fb734e 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148_continue.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/kt8148_continue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A(var value: String) diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/kt9022Return.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/kt9022Return.kt index 99f0849c513..66ccf4bdadf 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/kt9022Return.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/kt9022Return.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun testOr(b: Boolean): Boolean { return b || return !b; diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/kt9022Throw.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/kt9022Throw.kt index f7ee695a931..adb3fab9356 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/kt9022Throw.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/kt9022Throw.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { var cycle = true; diff --git a/backend.native/tests/external/codegen/blackbox/controlStructures/tryCatchInExpressions/differentTypes.kt b/backend.native/tests/external/codegen/blackbox/controlStructures/tryCatchInExpressions/differentTypes.kt index 645de5f06e1..99d56fa995f 100644 --- a/backend.native/tests/external/codegen/blackbox/controlStructures/tryCatchInExpressions/differentTypes.kt +++ b/backend.native/tests/external/codegen/blackbox/controlStructures/tryCatchInExpressions/differentTypes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun foo(b: Byte, s: String, i: Int, d: Double, li: Long): String = "$b $s $i $d $li" diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt index f0d6919046e..965a1f6db93 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt @@ -1,6 +1,6 @@ // WITH_RUNTIME // WITH_COROUTINES -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import kotlin.coroutines.* var result = "0" diff --git a/backend.native/tests/external/codegen/blackbox/dataClasses/doubleParam.kt b/backend.native/tests/external/codegen/blackbox/dataClasses/doubleParam.kt index 7c4f6be1a75..50a6d8e2755 100644 --- a/backend.native/tests/external/codegen/blackbox/dataClasses/doubleParam.kt +++ b/backend.native/tests/external/codegen/blackbox/dataClasses/doubleParam.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE val NAN = Double.NaN diff --git a/backend.native/tests/external/codegen/blackbox/dataClasses/equals/alreadyDeclaredWrongSignature.kt b/backend.native/tests/external/codegen/blackbox/dataClasses/equals/alreadyDeclaredWrongSignature.kt index 9727d31a9ba..8fc5ee1e118 100644 --- a/backend.native/tests/external/codegen/blackbox/dataClasses/equals/alreadyDeclaredWrongSignature.kt +++ b/backend.native/tests/external/codegen/blackbox/dataClasses/equals/alreadyDeclaredWrongSignature.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/dataClasses/floatParam.kt b/backend.native/tests/external/codegen/blackbox/dataClasses/floatParam.kt index aaa8f2b5e2f..f6e2224ba71 100644 --- a/backend.native/tests/external/codegen/blackbox/dataClasses/floatParam.kt +++ b/backend.native/tests/external/codegen/blackbox/dataClasses/floatParam.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE val NAN = Float.NaN diff --git a/backend.native/tests/external/codegen/blackbox/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt b/backend.native/tests/external/codegen/blackbox/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt index 612e0df4fbb..254e1b93220 100644 --- a/backend.native/tests/external/codegen/blackbox/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt +++ b/backend.native/tests/external/codegen/blackbox/dataClasses/hashCode/alreadyDeclaredWrongSignature.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/dataClasses/hashCode/array.kt b/backend.native/tests/external/codegen/blackbox/dataClasses/hashCode/array.kt index e001c48a2a6..083fde96ce0 100644 --- a/backend.native/tests/external/codegen/blackbox/dataClasses/hashCode/array.kt +++ b/backend.native/tests/external/codegen/blackbox/dataClasses/hashCode/array.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE data class A(val a: IntArray, var b: Array) diff --git a/backend.native/tests/external/codegen/blackbox/dataClasses/kt5002.kt b/backend.native/tests/external/codegen/blackbox/dataClasses/kt5002.kt index 763ddc8909c..d624ca5b93c 100644 --- a/backend.native/tests/external/codegen/blackbox/dataClasses/kt5002.kt +++ b/backend.native/tests/external/codegen/blackbox/dataClasses/kt5002.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import java.io.Serializable diff --git a/backend.native/tests/external/codegen/blackbox/dataClasses/toString/alreadyDeclaredWrongSignature.kt b/backend.native/tests/external/codegen/blackbox/dataClasses/toString/alreadyDeclaredWrongSignature.kt index d8521815442..e343bb06260 100644 --- a/backend.native/tests/external/codegen/blackbox/dataClasses/toString/alreadyDeclaredWrongSignature.kt +++ b/backend.native/tests/external/codegen/blackbox/dataClasses/toString/alreadyDeclaredWrongSignature.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/dataClasses/toString/arrayParams.kt b/backend.native/tests/external/codegen/blackbox/dataClasses/toString/arrayParams.kt index c195530bf54..9292bc9341b 100644 --- a/backend.native/tests/external/codegen/blackbox/dataClasses/toString/arrayParams.kt +++ b/backend.native/tests/external/codegen/blackbox/dataClasses/toString/arrayParams.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE data class A(val x: Array?, val y: IntArray?) diff --git a/backend.native/tests/external/codegen/blackbox/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt b/backend.native/tests/external/codegen/blackbox/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt index 51b4d127934..cfd12c58f64 100644 --- a/backend.native/tests/external/codegen/blackbox/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt +++ b/backend.native/tests/external/codegen/blackbox/defaultArguments/constructor/checkIfConstructorIsSynthetic.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/defaultArguments/constructor/manyArgs.kt b/backend.native/tests/external/codegen/blackbox/defaultArguments/constructor/manyArgs.kt index f291406389e..ac3eab5136f 100644 --- a/backend.native/tests/external/codegen/blackbox/defaultArguments/constructor/manyArgs.kt +++ b/backend.native/tests/external/codegen/blackbox/defaultArguments/constructor/manyArgs.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/defaultArguments/superCallCheck.kt b/backend.native/tests/external/codegen/blackbox/defaultArguments/superCallCheck.kt index 0d939974c2a..918a68ed0d8 100644 --- a/backend.native/tests/external/codegen/blackbox/defaultArguments/superCallCheck.kt +++ b/backend.native/tests/external/codegen/blackbox/defaultArguments/superCallCheck.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/delegatedProperty/privateSetterKPropertyIsNotMutable.kt b/backend.native/tests/external/codegen/blackbox/delegatedProperty/privateSetterKPropertyIsNotMutable.kt index 68784f3f8fb..24c0e05c6c2 100644 --- a/backend.native/tests/external/codegen/blackbox/delegatedProperty/privateSetterKPropertyIsNotMutable.kt +++ b/backend.native/tests/external/codegen/blackbox/delegatedProperty/privateSetterKPropertyIsNotMutable.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/delegatedProperty/propertyMetadataShouldBeCached.kt b/backend.native/tests/external/codegen/blackbox/delegatedProperty/propertyMetadataShouldBeCached.kt index b1c8e42f488..e6a328dd6a8 100644 --- a/backend.native/tests/external/codegen/blackbox/delegatedProperty/propertyMetadataShouldBeCached.kt +++ b/backend.native/tests/external/codegen/blackbox/delegatedProperty/propertyMetadataShouldBeCached.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import java.util.IdentityHashMap import kotlin.reflect.KProperty diff --git a/backend.native/tests/external/codegen/blackbox/delegatedProperty/provideDelegate/jvmStaticInObject.kt b/backend.native/tests/external/codegen/blackbox/delegatedProperty/provideDelegate/jvmStaticInObject.kt index c16dcdc2615..4ed34e5382c 100644 --- a/backend.native/tests/external/codegen/blackbox/delegatedProperty/provideDelegate/jvmStaticInObject.kt +++ b/backend.native/tests/external/codegen/blackbox/delegatedProperty/provideDelegate/jvmStaticInObject.kt @@ -1,5 +1,5 @@ // WITH_RUNTIME -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import kotlin.test.* diff --git a/backend.native/tests/external/codegen/blackbox/delegatedProperty/stackOverflowOnCallFromGetValue.kt b/backend.native/tests/external/codegen/blackbox/delegatedProperty/stackOverflowOnCallFromGetValue.kt index 9f06958fede..6e1dd50372e 100644 --- a/backend.native/tests/external/codegen/blackbox/delegatedProperty/stackOverflowOnCallFromGetValue.kt +++ b/backend.native/tests/external/codegen/blackbox/delegatedProperty/stackOverflowOnCallFromGetValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/delegatedProperty/useReflectionOnKProperty.kt b/backend.native/tests/external/codegen/blackbox/delegatedProperty/useReflectionOnKProperty.kt index 6e614eec0dd..ac69d29fe35 100644 --- a/backend.native/tests/external/codegen/blackbox/delegatedProperty/useReflectionOnKProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/delegatedProperty/useReflectionOnKProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/delegation/delegationToVal.kt b/backend.native/tests/external/codegen/blackbox/delegation/delegationToVal.kt index f8ae3d3a78a..4abbca2775a 100644 --- a/backend.native/tests/external/codegen/blackbox/delegation/delegationToVal.kt +++ b/backend.native/tests/external/codegen/blackbox/delegation/delegationToVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/enum/classForEnumEntry.kt b/backend.native/tests/external/codegen/blackbox/enum/classForEnumEntry.kt index f3a6de3c5dc..b82f41487f8 100644 --- a/backend.native/tests/external/codegen/blackbox/enum/classForEnumEntry.kt +++ b/backend.native/tests/external/codegen/blackbox/enum/classForEnumEntry.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/enum/emptyConstructor.kt b/backend.native/tests/external/codegen/blackbox/enum/emptyConstructor.kt index 412cf9a2801..df1c476bfb0 100644 --- a/backend.native/tests/external/codegen/blackbox/enum/emptyConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/enum/emptyConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package test diff --git a/backend.native/tests/external/codegen/blackbox/enum/kt9711_2.kt b/backend.native/tests/external/codegen/blackbox/enum/kt9711_2.kt index 8642ed92784..c16ffd7ae3c 100644 --- a/backend.native/tests/external/codegen/blackbox/enum/kt9711_2.kt +++ b/backend.native/tests/external/codegen/blackbox/enum/kt9711_2.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE enum class IssueState { diff --git a/backend.native/tests/external/codegen/blackbox/enum/modifierFlags.kt b/backend.native/tests/external/codegen/blackbox/enum/modifierFlags.kt index f9b1f65dad3..180aaf96346 100644 --- a/backend.native/tests/external/codegen/blackbox/enum/modifierFlags.kt +++ b/backend.native/tests/external/codegen/blackbox/enum/modifierFlags.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/enum/noClassForSimpleEnum.kt b/backend.native/tests/external/codegen/blackbox/enum/noClassForSimpleEnum.kt index 2821b7cf1a1..03384f24b5b 100644 --- a/backend.native/tests/external/codegen/blackbox/enum/noClassForSimpleEnum.kt +++ b/backend.native/tests/external/codegen/blackbox/enum/noClassForSimpleEnum.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/char.kt b/backend.native/tests/external/codegen/blackbox/evaluate/char.kt index de1f18f18e2..06d5b9d24d7 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/char.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/char.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/divide.kt b/backend.native/tests/external/codegen/blackbox/evaluate/divide.kt index 3a8bdf88bbc..38dcc8cb811 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/divide.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/divide.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/intrinsics.kt b/backend.native/tests/external/codegen/blackbox/evaluate/intrinsics.kt index e754ece6e3e..44599301319 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/intrinsics.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/intrinsics.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/maxValue.kt b/backend.native/tests/external/codegen/blackbox/evaluate/maxValue.kt index af59932d9a0..a1f919bb03f 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/maxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/maxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/maxValueByte.kt b/backend.native/tests/external/codegen/blackbox/evaluate/maxValueByte.kt index 18c097da59c..82cd51d0364 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/maxValueByte.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/maxValueByte.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/maxValueInt.kt b/backend.native/tests/external/codegen/blackbox/evaluate/maxValueInt.kt index 333f5cb2156..177fd8cb2c8 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/maxValueInt.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/maxValueInt.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/minus.kt b/backend.native/tests/external/codegen/blackbox/evaluate/minus.kt index 1adaea6b353..d0892dadd08 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/minus.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/minus.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/mod.kt b/backend.native/tests/external/codegen/blackbox/evaluate/mod.kt index 50598ecd1f0..dbfe458a3ce 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/mod.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/mod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/multiply.kt b/backend.native/tests/external/codegen/blackbox/evaluate/multiply.kt index 530fa00d3b5..8dfd50cd2d2 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/multiply.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/multiply.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/parenthesized.kt b/backend.native/tests/external/codegen/blackbox/evaluate/parenthesized.kt index 5bdbdd66d8f..417358d64e0 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/parenthesized.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/parenthesized.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/plus.kt b/backend.native/tests/external/codegen/blackbox/evaluate/plus.kt index 09cea81112c..622a3728343 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/plus.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/plus.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/simpleCallBinary.kt b/backend.native/tests/external/codegen/blackbox/evaluate/simpleCallBinary.kt index 4f50749291f..b141e7002cb 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/simpleCallBinary.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/simpleCallBinary.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/unaryMinus.kt b/backend.native/tests/external/codegen/blackbox/evaluate/unaryMinus.kt index 8390883c3e4..7d3e5bdcaed 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/unaryMinus.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/unaryMinus.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/evaluate/unaryPlus.kt b/backend.native/tests/external/codegen/blackbox/evaluate/unaryPlus.kt index f2cfb2ea80e..2ab595d7f83 100644 --- a/backend.native/tests/external/codegen/blackbox/evaluate/unaryPlus.kt +++ b/backend.native/tests/external/codegen/blackbox/evaluate/unaryPlus.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/extensionFunctions/kt3646.kt b/backend.native/tests/external/codegen/blackbox/extensionFunctions/kt3646.kt index c1ddef88264..119436fa248 100644 --- a/backend.native/tests/external/codegen/blackbox/extensionFunctions/kt3646.kt +++ b/backend.native/tests/external/codegen/blackbox/extensionFunctions/kt3646.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun test(cl: Int.() -> Int):Int = 11.cl() diff --git a/backend.native/tests/external/codegen/blackbox/extensionFunctions/kt606.kt b/backend.native/tests/external/codegen/blackbox/extensionFunctions/kt606.kt index 3596dfd5378..c2199521e9e 100644 --- a/backend.native/tests/external/codegen/blackbox/extensionFunctions/kt606.kt +++ b/backend.native/tests/external/codegen/blackbox/extensionFunctions/kt606.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package kt606 diff --git a/backend.native/tests/external/codegen/blackbox/extensionFunctions/whenFail.kt b/backend.native/tests/external/codegen/blackbox/extensionFunctions/whenFail.kt index 80f001027b1..2439ddcc2b9 100644 --- a/backend.native/tests/external/codegen/blackbox/extensionFunctions/whenFail.kt +++ b/backend.native/tests/external/codegen/blackbox/extensionFunctions/whenFail.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun StringBuilder.takeFirst(): Char { if (this.length == 0) return 0.toChar() diff --git a/backend.native/tests/external/codegen/blackbox/extensionProperties/genericValMultipleUpperBounds.kt b/backend.native/tests/external/codegen/blackbox/extensionProperties/genericValMultipleUpperBounds.kt index 3b76322ec67..3f338755bd8 100644 --- a/backend.native/tests/external/codegen/blackbox/extensionProperties/genericValMultipleUpperBounds.kt +++ b/backend.native/tests/external/codegen/blackbox/extensionProperties/genericValMultipleUpperBounds.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import java.io.Serializable diff --git a/backend.native/tests/external/codegen/blackbox/external/jvmStaticExternal.kt b/backend.native/tests/external/codegen/blackbox/external/jvmStaticExternal.kt index 3e9f2809d2a..6fbc3f124df 100644 --- a/backend.native/tests/external/codegen/blackbox/external/jvmStaticExternal.kt +++ b/backend.native/tests/external/codegen/blackbox/external/jvmStaticExternal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/external/jvmStaticExternalPrivate.kt b/backend.native/tests/external/codegen/blackbox/external/jvmStaticExternalPrivate.kt index e29f625e0f9..125d7eb8ed2 100644 --- a/backend.native/tests/external/codegen/blackbox/external/jvmStaticExternalPrivate.kt +++ b/backend.native/tests/external/codegen/blackbox/external/jvmStaticExternalPrivate.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/external/withDefaultArg.kt b/backend.native/tests/external/codegen/blackbox/external/withDefaultArg.kt index 7d2baed13fd..5cda0c9c789 100644 --- a/backend.native/tests/external/codegen/blackbox/external/withDefaultArg.kt +++ b/backend.native/tests/external/codegen/blackbox/external/withDefaultArg.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/fullJdk/native/nativePropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/fullJdk/native/nativePropertyAccessors.kt index 2a08c9eff57..56140cace52 100644 --- a/backend.native/tests/external/codegen/blackbox/fullJdk/native/nativePropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/fullJdk/native/nativePropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/fullJdk/native/simpleNative.kt b/backend.native/tests/external/codegen/blackbox/fullJdk/native/simpleNative.kt index 08679b45376..94b2a5e8e52 100644 --- a/backend.native/tests/external/codegen/blackbox/fullJdk/native/simpleNative.kt +++ b/backend.native/tests/external/codegen/blackbox/fullJdk/native/simpleNative.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/fullJdk/native/topLevel.kt b/backend.native/tests/external/codegen/blackbox/fullJdk/native/topLevel.kt index 2a168c7d954..aa675eef76c 100644 --- a/backend.native/tests/external/codegen/blackbox/fullJdk/native/topLevel.kt +++ b/backend.native/tests/external/codegen/blackbox/fullJdk/native/topLevel.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/fullJdk/regressions/kt1770.kt b/backend.native/tests/external/codegen/blackbox/fullJdk/regressions/kt1770.kt index 78b256c5c95..aceeec091bb 100644 --- a/backend.native/tests/external/codegen/blackbox/fullJdk/regressions/kt1770.kt +++ b/backend.native/tests/external/codegen/blackbox/fullJdk/regressions/kt1770.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/functions/dataLocalVariable.kt b/backend.native/tests/external/codegen/blackbox/functions/dataLocalVariable.kt index 5fc534c6a91..4d3c84e1085 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/dataLocalVariable.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/dataLocalVariable.kt @@ -1,5 +1,5 @@ // TODO: Enable when JS backend gets support of Java class library -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun ok(b: Boolean) = if (b) "OK" else "Fail" fun box(): String { diff --git a/backend.native/tests/external/codegen/blackbox/functions/functionNtoString.kt b/backend.native/tests/external/codegen/blackbox/functions/functionNtoString.kt index 543a11e2632..f8c9317abcd 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/functionNtoString.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/functionNtoString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/functions/functionNtoStringGeneric.kt b/backend.native/tests/external/codegen/blackbox/functions/functionNtoStringGeneric.kt index 42b51515588..0b31b944bf8 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/functionNtoStringGeneric.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/functionNtoStringGeneric.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/functions/functionNtoStringNoReflect.kt b/backend.native/tests/external/codegen/blackbox/functions/functionNtoStringNoReflect.kt index 8788a8c350c..86b6223c050 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/functionNtoStringNoReflect.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/functionNtoStringNoReflect.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun check(expected: String, obj: Any?) { val actual = obj.toString() diff --git a/backend.native/tests/external/codegen/blackbox/functions/invoke/castFunctionToExtension.kt b/backend.native/tests/external/codegen/blackbox/functions/invoke/castFunctionToExtension.kt index aa27b96d877..34e0860840b 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/invoke/castFunctionToExtension.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/invoke/castFunctionToExtension.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val f = fun (s: String): String = s diff --git a/backend.native/tests/external/codegen/blackbox/functions/invoke/invokeOnSyntheticProperty.kt b/backend.native/tests/external/codegen/blackbox/functions/invoke/invokeOnSyntheticProperty.kt index 5c28b925d97..f96125385a1 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/invoke/invokeOnSyntheticProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/invoke/invokeOnSyntheticProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/functions/invoke/kt3190.kt b/backend.native/tests/external/codegen/blackbox/functions/invoke/kt3190.kt index e5191fff338..5932544102d 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/invoke/kt3190.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/invoke/kt3190.kt @@ -1,5 +1,5 @@ //KT-3190 Compiler crash if function called 'invoke' calls a closure -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // JS backend does not allow to implement Function{N} interfaces fun box(): String { diff --git a/backend.native/tests/external/codegen/blackbox/functions/invoke/kt3822invokeOnThis.kt b/backend.native/tests/external/codegen/blackbox/functions/invoke/kt3822invokeOnThis.kt index 7d8bb7ef55c..531f9f79450 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/invoke/kt3822invokeOnThis.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/invoke/kt3822invokeOnThis.kt @@ -1,5 +1,5 @@ //KT-3822 Compiler crashes when use invoke convention with `this` in class which extends Function0 -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // JS backend does not allow to implement Function{N} interfaces class B() : Function0 { diff --git a/backend.native/tests/external/codegen/blackbox/functions/kt1199.kt b/backend.native/tests/external/codegen/blackbox/functions/kt1199.kt index 8db9c5299b9..6560f431d58 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/kt1199.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/kt1199.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface MyIterator { diff --git a/backend.native/tests/external/codegen/blackbox/functions/kt1739.kt b/backend.native/tests/external/codegen/blackbox/functions/kt1739.kt index ee3811c3548..a990645b61a 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/kt1739.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/kt1739.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE public class RunnableFunctionWrapper(val f : () -> Unit) : Runnable { public override fun run() { diff --git a/backend.native/tests/external/codegen/blackbox/functions/localFunctions/kt4777.kt b/backend.native/tests/external/codegen/blackbox/functions/localFunctions/kt4777.kt index 22c5f2595ec..27e83c06c12 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/localFunctions/kt4777.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/localFunctions/kt4777.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE var result = "Fail" diff --git a/backend.native/tests/external/codegen/blackbox/functions/localFunctions/kt4989.kt b/backend.native/tests/external/codegen/blackbox/functions/localFunctions/kt4989.kt index d42b8a0b6b0..87767469738 100644 --- a/backend.native/tests/external/codegen/blackbox/functions/localFunctions/kt4989.kt +++ b/backend.native/tests/external/codegen/blackbox/functions/localFunctions/kt4989.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class It(val id: String) diff --git a/backend.native/tests/external/codegen/blackbox/hashPMap/empty.kt b/backend.native/tests/external/codegen/blackbox/hashPMap/empty.kt index 0cabc78122d..a7061b676d1 100644 --- a/backend.native/tests/external/codegen/blackbox/hashPMap/empty.kt +++ b/backend.native/tests/external/codegen/blackbox/hashPMap/empty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/hashPMap/manyNumbers.kt b/backend.native/tests/external/codegen/blackbox/hashPMap/manyNumbers.kt index 14e802cfbaf..21efec77fa0 100644 --- a/backend.native/tests/external/codegen/blackbox/hashPMap/manyNumbers.kt +++ b/backend.native/tests/external/codegen/blackbox/hashPMap/manyNumbers.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/hashPMap/rewriteWithDifferent.kt b/backend.native/tests/external/codegen/blackbox/hashPMap/rewriteWithDifferent.kt index 9d7cc805597..741a3024365 100644 --- a/backend.native/tests/external/codegen/blackbox/hashPMap/rewriteWithDifferent.kt +++ b/backend.native/tests/external/codegen/blackbox/hashPMap/rewriteWithDifferent.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/hashPMap/rewriteWithEqual.kt b/backend.native/tests/external/codegen/blackbox/hashPMap/rewriteWithEqual.kt index cd530ba7d6b..eb3642c5422 100644 --- a/backend.native/tests/external/codegen/blackbox/hashPMap/rewriteWithEqual.kt +++ b/backend.native/tests/external/codegen/blackbox/hashPMap/rewriteWithEqual.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/hashPMap/simplePlusGet.kt b/backend.native/tests/external/codegen/blackbox/hashPMap/simplePlusGet.kt index 737e202ed45..81a2aaceb34 100644 --- a/backend.native/tests/external/codegen/blackbox/hashPMap/simplePlusGet.kt +++ b/backend.native/tests/external/codegen/blackbox/hashPMap/simplePlusGet.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/hashPMap/simplePlusMinus.kt b/backend.native/tests/external/codegen/blackbox/hashPMap/simplePlusMinus.kt index ce5d691c41b..2830c5d3122 100644 --- a/backend.native/tests/external/codegen/blackbox/hashPMap/simplePlusMinus.kt +++ b/backend.native/tests/external/codegen/blackbox/hashPMap/simplePlusMinus.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/ieee754/comparableTypeCast.kt b/backend.native/tests/external/codegen/blackbox/ieee754/comparableTypeCast.kt index a4298207118..4f941c7fcb6 100644 --- a/backend.native/tests/external/codegen/blackbox/ieee754/comparableTypeCast.kt +++ b/backend.native/tests/external/codegen/blackbox/ieee754/comparableTypeCast.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { if ((-0.0 as Comparable) >= 0.0) return "fail 0" if ((-0.0F as Comparable) >= 0.0F) return "fail 1" diff --git a/backend.native/tests/external/codegen/blackbox/ieee754/dataClass.kt b/backend.native/tests/external/codegen/blackbox/ieee754/dataClass.kt index 415c6814408..d4b647a1522 100644 --- a/backend.native/tests/external/codegen/blackbox/ieee754/dataClass.kt +++ b/backend.native/tests/external/codegen/blackbox/ieee754/dataClass.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE data class Test(val z1: Double, val z2: Double?) fun box(): String { diff --git a/backend.native/tests/external/codegen/blackbox/ieee754/explicitCompareCall.kt b/backend.native/tests/external/codegen/blackbox/ieee754/explicitCompareCall.kt index 40409e20e4c..cfb9877257a 100644 --- a/backend.native/tests/external/codegen/blackbox/ieee754/explicitCompareCall.kt +++ b/backend.native/tests/external/codegen/blackbox/ieee754/explicitCompareCall.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun less1(a: Double, b: Double) = a.compareTo(b) == -1 fun less2(a: Double?, b: Double?) = a!!.compareTo(b!!) == -1 diff --git a/backend.native/tests/external/codegen/blackbox/ieee754/explicitEqualsCall.kt b/backend.native/tests/external/codegen/blackbox/ieee754/explicitEqualsCall.kt index 4a6f495d576..d9003f38af2 100644 --- a/backend.native/tests/external/codegen/blackbox/ieee754/explicitEqualsCall.kt +++ b/backend.native/tests/external/codegen/blackbox/ieee754/explicitEqualsCall.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun equals1(a: Double, b: Double) = a.equals(b) diff --git a/backend.native/tests/external/codegen/blackbox/ieee754/inline.kt b/backend.native/tests/external/codegen/blackbox/ieee754/inline.kt index 58a844412bc..8238f6242ac 100644 --- a/backend.native/tests/external/codegen/blackbox/ieee754/inline.kt +++ b/backend.native/tests/external/codegen/blackbox/ieee754/inline.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE inline fun less(a: Comparable, b: Double): Boolean { return a < b diff --git a/backend.native/tests/external/codegen/blackbox/ieee754/safeCall.kt b/backend.native/tests/external/codegen/blackbox/ieee754/safeCall.kt index 06160ead6c5..4c30f69761b 100644 --- a/backend.native/tests/external/codegen/blackbox/ieee754/safeCall.kt +++ b/backend.native/tests/external/codegen/blackbox/ieee754/safeCall.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val plusZero: Double? = 0.0 val minusZero: Double = -0.0 diff --git a/backend.native/tests/external/codegen/blackbox/ieee754/smartCastToDifferentTypes.kt b/backend.native/tests/external/codegen/blackbox/ieee754/smartCastToDifferentTypes.kt index e3a06426db3..98b087e66e0 100644 --- a/backend.native/tests/external/codegen/blackbox/ieee754/smartCastToDifferentTypes.kt +++ b/backend.native/tests/external/codegen/blackbox/ieee754/smartCastToDifferentTypes.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val zero: Any = 0.0 val floatZero: Any = -0.0F diff --git a/backend.native/tests/external/codegen/blackbox/intrinsics/defaultObjectMapping.kt b/backend.native/tests/external/codegen/blackbox/intrinsics/defaultObjectMapping.kt index 66c9787e1d5..93684dbed0d 100644 --- a/backend.native/tests/external/codegen/blackbox/intrinsics/defaultObjectMapping.kt +++ b/backend.native/tests/external/codegen/blackbox/intrinsics/defaultObjectMapping.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/intrinsics/kt10131.kt b/backend.native/tests/external/codegen/blackbox/intrinsics/kt10131.kt index 93723cd3ebe..0977be5cb27 100644 --- a/backend.native/tests/external/codegen/blackbox/intrinsics/kt10131.kt +++ b/backend.native/tests/external/codegen/blackbox/intrinsics/kt10131.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/intrinsics/kt10131a.kt b/backend.native/tests/external/codegen/blackbox/intrinsics/kt10131a.kt index d6dab66f544..47eb9d0c65d 100644 --- a/backend.native/tests/external/codegen/blackbox/intrinsics/kt10131a.kt +++ b/backend.native/tests/external/codegen/blackbox/intrinsics/kt10131a.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/intrinsics/kt5937.kt b/backend.native/tests/external/codegen/blackbox/intrinsics/kt5937.kt index 07d3a22902f..e83cc48c5c3 100644 --- a/backend.native/tests/external/codegen/blackbox/intrinsics/kt5937.kt +++ b/backend.native/tests/external/codegen/blackbox/intrinsics/kt5937.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/intrinsics/throwable.kt b/backend.native/tests/external/codegen/blackbox/intrinsics/throwable.kt index cda62bbc05f..bd9e5c754f1 100644 --- a/backend.native/tests/external/codegen/blackbox/intrinsics/throwable.kt +++ b/backend.native/tests/external/codegen/blackbox/intrinsics/throwable.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val s: String? = "OK" diff --git a/backend.native/tests/external/codegen/blackbox/intrinsics/throwableCallableReference.kt b/backend.native/tests/external/codegen/blackbox/intrinsics/throwableCallableReference.kt index a16dd9ea5a2..90f3105d6d2 100644 --- a/backend.native/tests/external/codegen/blackbox/intrinsics/throwableCallableReference.kt +++ b/backend.native/tests/external/codegen/blackbox/intrinsics/throwableCallableReference.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import kotlin.reflect.KFunction2 import kotlin.reflect.KFunction1 diff --git a/backend.native/tests/external/codegen/blackbox/intrinsics/throwableParamOrder.kt b/backend.native/tests/external/codegen/blackbox/intrinsics/throwableParamOrder.kt index 04ce96e10ae..351f483c5c6 100644 --- a/backend.native/tests/external/codegen/blackbox/intrinsics/throwableParamOrder.kt +++ b/backend.native/tests/external/codegen/blackbox/intrinsics/throwableParamOrder.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE var res = "" diff --git a/backend.native/tests/external/codegen/blackbox/intrinsics/tostring.kt b/backend.native/tests/external/codegen/blackbox/intrinsics/tostring.kt index 27f9f1a11a0..4e40b40c9b1 100644 --- a/backend.native/tests/external/codegen/blackbox/intrinsics/tostring.kt +++ b/backend.native/tests/external/codegen/blackbox/intrinsics/tostring.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { if (239.toByte().toString() != (239.toByte() as Byte?).toString()) return "byte failed" diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/generics/allWildcardsOnClass.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/generics/allWildcardsOnClass.kt index 94a095f4ca6..5cba4e58400 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/generics/allWildcardsOnClass.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/generics/allWildcardsOnClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt index 649b6570102..fb068efe1dc 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/generics/covariantOverrideWithDeclarationSiteProjection.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/generics/invariantArgumentsNoWildcard.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/generics/invariantArgumentsNoWildcard.kt index e0afa4a629c..56b2c68c129 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/generics/invariantArgumentsNoWildcard.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/generics/invariantArgumentsNoWildcard.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/lambdaInstanceOf.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/lambdaInstanceOf.kt index 4b1bab613c4..8c3764889d3 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/lambdaInstanceOf.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/lambdaInstanceOf.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/notNullAssertions/extensionReceiverParameter.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/notNullAssertions/extensionReceiverParameter.kt index 070e7d9859c..344982316f4 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/notNullAssertions/extensionReceiverParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/notNullAssertions/extensionReceiverParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsConstructor.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsConstructor.kt index 4291d2aadc7..6780c6842f8 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE data class A(var x: Int) : Cloneable { public override fun clone(): A = A(x) diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsSuper.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsSuper.kt index f55312285c7..1c2faac7156 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsSuper.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsSuper.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE data class A(var x: Int) : Cloneable { public override fun clone(): A = super.clone() as A diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsSuperAndModifies.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsSuperAndModifies.kt index da7a8ffbfbf..5671e47cb2b 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsSuperAndModifies.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneCallsSuperAndModifies.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE data class A(var x: Int) : Cloneable { public override fun clone(): A { diff --git a/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneableClassWithoutClone.kt b/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneableClassWithoutClone.kt index c8ee5af7a71..f15c2078344 100644 --- a/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneableClassWithoutClone.kt +++ b/backend.native/tests/external/codegen/blackbox/javaInterop/objectMethods/cloneableClassWithoutClone.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE data class A(val s: String) : Cloneable { fun externalClone(): A = clone() as A diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/captureClassFields.kt b/backend.native/tests/external/codegen/blackbox/jvmField/captureClassFields.kt index fe51488d07a..be741722d3c 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/captureClassFields.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/captureClassFields.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/capturePackageFields.kt b/backend.native/tests/external/codegen/blackbox/jvmField/capturePackageFields.kt index ce336100876..17d926d01f8 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/capturePackageFields.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/capturePackageFields.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/checkNoAccessors.kt b/backend.native/tests/external/codegen/blackbox/jvmField/checkNoAccessors.kt index b560f9b1a9b..c171a31d0b4 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/checkNoAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/checkNoAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/classFieldReference.kt b/backend.native/tests/external/codegen/blackbox/jvmField/classFieldReference.kt index b606ba10089..9a988fb6917 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/classFieldReference.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/classFieldReference.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/classFieldReflection.kt b/backend.native/tests/external/codegen/blackbox/jvmField/classFieldReflection.kt index 912ce6a6d34..40afbaf376d 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/classFieldReflection.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/classFieldReflection.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/constructorProperty.kt b/backend.native/tests/external/codegen/blackbox/jvmField/constructorProperty.kt index 2d4740950c8..66d5f918c98 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/constructorProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/constructorProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/publicField.kt b/backend.native/tests/external/codegen/blackbox/jvmField/publicField.kt index 7b7c0929e52..ae82c73bf6c 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/publicField.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/publicField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/simpleMemberProperty.kt b/backend.native/tests/external/codegen/blackbox/jvmField/simpleMemberProperty.kt index 89fbbbcf73f..1adf5cf3d1e 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/simpleMemberProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/simpleMemberProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/superCall.kt b/backend.native/tests/external/codegen/blackbox/jvmField/superCall.kt index f254d7ce6c9..e40059bd228 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/superCall.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/superCall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/superCall2.kt b/backend.native/tests/external/codegen/blackbox/jvmField/superCall2.kt index e424074ca45..184cd974061 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/superCall2.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/superCall2.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/topLevelFieldReference.kt b/backend.native/tests/external/codegen/blackbox/jvmField/topLevelFieldReference.kt index bf7521718ba..2977f5ec59f 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/topLevelFieldReference.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/topLevelFieldReference.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/topLevelFieldReflection.kt b/backend.native/tests/external/codegen/blackbox/jvmField/topLevelFieldReflection.kt index 731f7049236..c6edb440ee0 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/topLevelFieldReflection.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/topLevelFieldReflection.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/visibility.kt b/backend.native/tests/external/codegen/blackbox/jvmField/visibility.kt index 11f47596037..7313703b023 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/visibility.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/visibility.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/jvmField/writeFieldReference.kt b/backend.native/tests/external/codegen/blackbox/jvmField/writeFieldReference.kt index 77a38072cb8..651cccee665 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmField/writeFieldReference.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmField/writeFieldReference.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/callableReference.kt b/backend.native/tests/external/codegen/blackbox/jvmName/callableReference.kt index 9c315bae926..c53653a6686 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/callableReference.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/callableReference.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/clashingErasure.kt b/backend.native/tests/external/codegen/blackbox/jvmName/clashingErasure.kt index 74234f87391..7605893e6b3 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/clashingErasure.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/clashingErasure.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/classMembers.kt b/backend.native/tests/external/codegen/blackbox/jvmName/classMembers.kt index 5503a586e42..924e913db4b 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/classMembers.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/classMembers.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // See: diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/fakeJvmNameInJava.kt b/backend.native/tests/external/codegen/blackbox/jvmName/fakeJvmNameInJava.kt index e174ddeaf27..cb01a158914 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/fakeJvmNameInJava.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/fakeJvmNameInJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: FakePlatformName.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/differentFiles.kt b/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/differentFiles.kt index 556e261147a..2c8052a7515 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/differentFiles.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/differentFiles.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Baz.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/javaAnnotationOnFileFacade.kt b/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/javaAnnotationOnFileFacade.kt index a245616bec7..1129e381e0c 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/javaAnnotationOnFileFacade.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/javaAnnotationOnFileFacade.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: StringHolder.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/simple.kt b/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/simple.kt index fcc261b3912..b13c563bb7e 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/fileFacades/simple.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Bar.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/functionName.kt b/backend.native/tests/external/codegen/blackbox/jvmName/functionName.kt index a8d040d104c..931c86664a2 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/functionName.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/functionName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/multifileClass.kt b/backend.native/tests/external/codegen/blackbox/jvmName/multifileClass.kt index 43e1c9e3b28..166e221662c 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/multifileClass.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/multifileClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/multifileClassWithLocalClass.kt b/backend.native/tests/external/codegen/blackbox/jvmName/multifileClassWithLocalClass.kt index 2ce0fe101a2..bab369e1ca6 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/multifileClassWithLocalClass.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/multifileClassWithLocalClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/multifileClassWithLocalGeneric.kt b/backend.native/tests/external/codegen/blackbox/jvmName/multifileClassWithLocalGeneric.kt index 4438b665563..1bed0ec5cc0 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/multifileClassWithLocalGeneric.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/multifileClassWithLocalGeneric.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/propertyAccessorsUseSite.kt b/backend.native/tests/external/codegen/blackbox/jvmName/propertyAccessorsUseSite.kt index a47adf26e69..18f7752943b 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/propertyAccessorsUseSite.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/propertyAccessorsUseSite.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/propertyName.kt b/backend.native/tests/external/codegen/blackbox/jvmName/propertyName.kt index 2aa47694759..a0285a5ac09 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/propertyName.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/propertyName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmName/renamedFileClass.kt b/backend.native/tests/external/codegen/blackbox/jvmName/renamedFileClass.kt index 2c2dfd58d11..d40e19ee331 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmName/renamedFileClass.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmName/renamedFileClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/companionObject.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/companionObject.kt index cf703761cf0..842a2deff08 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/companionObject.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/companionObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/defaultsNotAtEnd.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/defaultsNotAtEnd.kt index a62e537a2b9..b5643b1daab 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/defaultsNotAtEnd.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/defaultsNotAtEnd.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/doubleParameters.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/doubleParameters.kt index 3ff238d0cd1..7544f76c9f1 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/doubleParameters.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/doubleParameters.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/extensionMethod.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/extensionMethod.kt index 0aae67954a3..14c8658c299 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/extensionMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/extensionMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/generics.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/generics.kt index 09ebb5a0393..88f6cc90649 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/generics.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/generics.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/innerClass.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/innerClass.kt index 91a9b505ce7..22e736d4d58 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/innerClass.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/innerClass.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/multipleDefaultParameters.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/multipleDefaultParameters.kt index 98cfcee8cb9..6d3c1f720e6 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/multipleDefaultParameters.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/multipleDefaultParameters.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/nonDefaultParameter.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/nonDefaultParameter.kt index ab05e21ca6c..11f3d564674 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/nonDefaultParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/nonDefaultParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/primaryConstructor.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/primaryConstructor.kt index d045299c61d..cc74a22f3bd 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/primaryConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/primaryConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/privateClass.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/privateClass.kt index cb324957d9a..2c473204597 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/privateClass.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/privateClass.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/secondaryConstructor.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/secondaryConstructor.kt index c07b24be0a6..28461330abb 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/secondaryConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/secondaryConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/simple.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/simple.kt index 6923ae42615..b11dc787dd7 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/simple.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/simpleJavaCall.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/simpleJavaCall.kt index 8cc52c85c91..cf7edad65ac 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/simpleJavaCall.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/simpleJavaCall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmOverloads/varargs.kt b/backend.native/tests/external/codegen/blackbox/jvmOverloads/varargs.kt index 38ad4a6fec7..1ca99e71284 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmOverloads/varargs.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmOverloads/varargs.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/annotations.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/annotations.kt index 96b60efbbcb..3fe90d7a0e2 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/annotations.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/annotations.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/closure.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/closure.kt index 35396139dc0..05998f701a7 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/closure.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/closure.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/companionObject.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/companionObject.kt index e0ecfa7107a..d5bd0c41445 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/companionObject.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/companionObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/convention.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/convention.kt index 4e04db4e5f9..f586013cf39 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/convention.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/convention.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/default.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/default.kt index b89aae3f56f..3e2b82f62a7 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/default.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/default.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/enumCompanion.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/enumCompanion.kt index 13b63e6c492..9c635ea32f8 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/enumCompanion.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/enumCompanion.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/explicitObject.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/explicitObject.kt index e9608a14a81..641dfc80e98 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/explicitObject.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/explicitObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/funAccess.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/funAccess.kt index 00e8b82009f..7601d2da506 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/funAccess.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/funAccess.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/importStaticMemberFromObject.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/importStaticMemberFromObject.kt index 3bceee477eb..7311331ef0f 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/importStaticMemberFromObject.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/importStaticMemberFromObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/inline.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/inline.kt index 59612f27bd9..4977ac1fdca 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/inline.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/inline.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/inlinePropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/inlinePropertyAccessors.kt index 899dbd7a5ba..b4c219999f6 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/inlinePropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/inlinePropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/kt9897_static.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/kt9897_static.kt index c8b4b060d4d..a3ca2723748 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/kt9897_static.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/kt9897_static.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/object.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/object.kt index 59765168dba..98ce03c845a 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/object.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/object.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/postfixInc.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/postfixInc.kt index fb3f7f80d7f..202cd0b0d06 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/postfixInc.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/postfixInc.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/prefixInc.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/prefixInc.kt index 49c8691a0ed..f81a1467b48 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/prefixInc.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/prefixInc.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/privateMethod.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/privateMethod.kt index a1368cbe344..a993a425f4a 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/privateMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/privateMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/privateSetter.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/privateSetter.kt index 9ffb0728200..50c6d83a13e 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/privateSetter.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/privateSetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccess.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccess.kt index 2c993d1070a..3ccb556b423 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccess.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccess.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccessorsCompanion.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccessorsCompanion.kt index a086272c31a..9ce9cd9e1fb 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccessorsCompanion.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccessorsCompanion.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccessorsObject.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccessorsObject.kt index 29ba5a9ce4d..6e3df7272ed 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccessorsObject.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAccessorsObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAsDefault.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAsDefault.kt index 36f323850ea..123d32ff19d 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAsDefault.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/propertyAsDefault.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/simple.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/simple.kt index 62123966275..535955271a5 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/simple.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/jvmStatic/syntheticAccessor.kt b/backend.native/tests/external/codegen/blackbox/jvmStatic/syntheticAccessor.kt index b43ac7ecd6d..76e27b7f63f 100644 --- a/backend.native/tests/external/codegen/blackbox/jvmStatic/syntheticAccessor.kt +++ b/backend.native/tests/external/codegen/blackbox/jvmStatic/syntheticAccessor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/mangling/field.kt b/backend.native/tests/external/codegen/blackbox/mangling/field.kt index 389a0e00412..d4805116073 100644 --- a/backend.native/tests/external/codegen/blackbox/mangling/field.kt +++ b/backend.native/tests/external/codegen/blackbox/mangling/field.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/mangling/fun.kt b/backend.native/tests/external/codegen/blackbox/mangling/fun.kt index a60718ec110..648f8620f80 100644 --- a/backend.native/tests/external/codegen/blackbox/mangling/fun.kt +++ b/backend.native/tests/external/codegen/blackbox/mangling/fun.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/mangling/noOverrideWithJava.kt b/backend.native/tests/external/codegen/blackbox/mangling/noOverrideWithJava.kt index a4c370be34f..0e5a23013c9 100644 --- a/backend.native/tests/external/codegen/blackbox/mangling/noOverrideWithJava.kt +++ b/backend.native/tests/external/codegen/blackbox/mangling/noOverrideWithJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/callMultifileClassMemberFromOtherPackage.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/callMultifileClassMemberFromOtherPackage.kt index 15f84a670f7..7cd4b20c224 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/callMultifileClassMemberFromOtherPackage.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/callMultifileClassMemberFromOtherPackage.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: box.kt diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/callsToMultifileClassFromOtherPackage.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/callsToMultifileClassFromOtherPackage.kt index b3a4e722da9..ab7a0ca4c7b 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/callsToMultifileClassFromOtherPackage.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/callsToMultifileClassFromOtherPackage.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: 1.kt diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/constPropertyReferenceFromMultifileClass.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/constPropertyReferenceFromMultifileClass.kt index 8321c2fa48e..42325c35b6b 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/constPropertyReferenceFromMultifileClass.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/constPropertyReferenceFromMultifileClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: 1.kt diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt index f73279c3667..9c4f2986c24 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: box.kt diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassPartsInitialization.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassPartsInitialization.kt index 100835833e6..9330fc66d66 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassPartsInitialization.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassPartsInitialization.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: box.kt diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWith2Files.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWith2Files.kt index 91f6d1df1d5..0f37394e747 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWith2Files.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWith2Files.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Baz.java diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWithCrossCall.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWithCrossCall.kt index d94dcffa63e..97c9fc9e7c5 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWithCrossCall.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWithCrossCall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Baz.java diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWithPrivate.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWithPrivate.kt index 13257d5f58b..2031d15fa4e 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWithPrivate.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/multifileClassWithPrivate.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Baz.java diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToFun.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToFun.kt index 0d13be7ca55..02986a391d6 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToFun.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToFun.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToInternalValInline.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToInternalValInline.kt index ca6fc4d1684..5dcf224f877 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToInternalValInline.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToInternalValInline.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToPrivateVal.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToPrivateVal.kt index 7a27fc8cdb0..90d6548b41a 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToPrivateVal.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToPrivateVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToVal.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToVal.kt index aaa7a4166d6..957059f5e0c 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToVal.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/callableRefToVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/calls.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/calls.kt index bdee592eae1..3aa873305fe 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/calls.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/calls.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/deferredStaticInitialization.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/deferredStaticInitialization.kt index b629685d651..f337388e48f 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/deferredStaticInitialization.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/deferredStaticInitialization.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/delegatedVal.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/delegatedVal.kt index 4027459bad3..c5f8e05ae05 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/delegatedVal.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/delegatedVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/initializePrivateVal.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/initializePrivateVal.kt index c3a023375e5..3e6fc5d5367 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/initializePrivateVal.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/initializePrivateVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/initializePublicVal.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/initializePublicVal.kt index c8107509fde..4eea8f704f6 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/initializePublicVal.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/initializePublicVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/overlappingFuns.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/overlappingFuns.kt index 3d163158d70..8c37f0c014c 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/overlappingFuns.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/overlappingFuns.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/overlappingVals.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/overlappingVals.kt index dfd668b8539..40a4f14a0c4 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/overlappingVals.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/overlappingVals.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valAccessFromInlineFunCalledFromJava.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valAccessFromInlineFunCalledFromJava.kt index d580bddf00a..4720dcc5287 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valAccessFromInlineFunCalledFromJava.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valAccessFromInlineFunCalledFromJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valAccessFromInlinedToDifferentPackage.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valAccessFromInlinedToDifferentPackage.kt index 27d37a53101..8946cb730ba 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valAccessFromInlinedToDifferentPackage.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valAccessFromInlinedToDifferentPackage.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valWithAccessor.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valWithAccessor.kt index 7560746a303..8be860d7253 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valWithAccessor.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/optimized/valWithAccessor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/privateConstVal.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/privateConstVal.kt index 3915ab9f80c..141fdc945f5 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/privateConstVal.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/privateConstVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: foo.kt diff --git a/backend.native/tests/external/codegen/blackbox/multifileClasses/samePartNameDifferentFacades.kt b/backend.native/tests/external/codegen/blackbox/multifileClasses/samePartNameDifferentFacades.kt index 21d03a144af..73abfb3602b 100644 --- a/backend.native/tests/external/codegen/blackbox/multifileClasses/samePartNameDifferentFacades.kt +++ b/backend.native/tests/external/codegen/blackbox/multifileClasses/samePartNameDifferentFacades.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: 1/part.kt diff --git a/backend.native/tests/external/codegen/blackbox/nonLocalReturns/use.kt b/backend.native/tests/external/codegen/blackbox/nonLocalReturns/use.kt index cf3088cc0dc..4c6934a5ebf 100644 --- a/backend.native/tests/external/codegen/blackbox/nonLocalReturns/use.kt +++ b/backend.native/tests/external/codegen/blackbox/nonLocalReturns/use.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/nonLocalReturns/useWithException.kt b/backend.native/tests/external/codegen/blackbox/nonLocalReturns/useWithException.kt index 531a91db81f..f3bb63dc008 100644 --- a/backend.native/tests/external/codegen/blackbox/nonLocalReturns/useWithException.kt +++ b/backend.native/tests/external/codegen/blackbox/nonLocalReturns/useWithException.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/objects/kt1047.kt b/backend.native/tests/external/codegen/blackbox/objects/kt1047.kt index b4885512f5e..cc10922307f 100644 --- a/backend.native/tests/external/codegen/blackbox/objects/kt1047.kt +++ b/backend.native/tests/external/codegen/blackbox/objects/kt1047.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE public open class Test() { open public fun test() : Unit { diff --git a/backend.native/tests/external/codegen/blackbox/objects/kt1737.kt b/backend.native/tests/external/codegen/blackbox/objects/kt1737.kt index 933f3aef48c..583cac8e39d 100644 --- a/backend.native/tests/external/codegen/blackbox/objects/kt1737.kt +++ b/backend.native/tests/external/codegen/blackbox/objects/kt1737.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { return object { diff --git a/backend.native/tests/external/codegen/blackbox/objects/kt2663_2.kt b/backend.native/tests/external/codegen/blackbox/objects/kt2663_2.kt index 041a1970cb9..01007832059 100644 --- a/backend.native/tests/external/codegen/blackbox/objects/kt2663_2.kt +++ b/backend.native/tests/external/codegen/blackbox/objects/kt2663_2.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box() : String { var a = 1 diff --git a/backend.native/tests/external/codegen/blackbox/objects/kt3238.kt b/backend.native/tests/external/codegen/blackbox/objects/kt3238.kt index 1e2c249fd67..b1adf30137b 100644 --- a/backend.native/tests/external/codegen/blackbox/objects/kt3238.kt +++ b/backend.native/tests/external/codegen/blackbox/objects/kt3238.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE object Obj { class Inner() { diff --git a/backend.native/tests/external/codegen/blackbox/objects/kt535.kt b/backend.native/tests/external/codegen/blackbox/objects/kt535.kt index 5b5a9c22168..3821753c731 100644 --- a/backend.native/tests/external/codegen/blackbox/objects/kt535.kt +++ b/backend.native/tests/external/codegen/blackbox/objects/kt535.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class Identifier(t : T?, myHasDollar : Boolean) { private val myT : T? diff --git a/backend.native/tests/external/codegen/blackbox/objects/kt560.kt b/backend.native/tests/external/codegen/blackbox/objects/kt560.kt index 74599a372ae..a641c825feb 100644 --- a/backend.native/tests/external/codegen/blackbox/objects/kt560.kt +++ b/backend.native/tests/external/codegen/blackbox/objects/kt560.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package while_bug_1 diff --git a/backend.native/tests/external/codegen/blackbox/operatorConventions/compareTo/boolean.kt b/backend.native/tests/external/codegen/blackbox/operatorConventions/compareTo/boolean.kt index a8a367c3354..3e347de0eef 100644 --- a/backend.native/tests/external/codegen/blackbox/operatorConventions/compareTo/boolean.kt +++ b/backend.native/tests/external/codegen/blackbox/operatorConventions/compareTo/boolean.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun checkLess(x: Boolean, y: Boolean) = when { x >= y -> "Fail $x >= $y" diff --git a/backend.native/tests/external/codegen/blackbox/operatorConventions/kt4987.kt b/backend.native/tests/external/codegen/blackbox/operatorConventions/kt4987.kt index ece3a7822ba..a95cdb8b491 100644 --- a/backend.native/tests/external/codegen/blackbox/operatorConventions/kt4987.kt +++ b/backend.native/tests/external/codegen/blackbox/operatorConventions/kt4987.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { operator fun Int?.inc() = (this ?: 0) + 1 diff --git a/backend.native/tests/external/codegen/blackbox/package/initializationOrder.kt b/backend.native/tests/external/codegen/blackbox/package/initializationOrder.kt index 86f2ee7c61f..99dc990860d 100644 --- a/backend.native/tests/external/codegen/blackbox/package/initializationOrder.kt +++ b/backend.native/tests/external/codegen/blackbox/package/initializationOrder.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String? { val log = System.getProperty("boxtest.log") diff --git a/backend.native/tests/external/codegen/blackbox/package/invokespecial.kt b/backend.native/tests/external/codegen/blackbox/package/invokespecial.kt index b0dfae5ae86..fd15e17ff4d 100644 --- a/backend.native/tests/external/codegen/blackbox/package/invokespecial.kt +++ b/backend.native/tests/external/codegen/blackbox/package/invokespecial.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // KT-2202 Wrong instruction for invoke private setter diff --git a/backend.native/tests/external/codegen/blackbox/package/mainInFiles.kt b/backend.native/tests/external/codegen/blackbox/package/mainInFiles.kt index f6fb183f274..b4cf8c0b19b 100644 --- a/backend.native/tests/external/codegen/blackbox/package/mainInFiles.kt +++ b/backend.native/tests/external/codegen/blackbox/package/mainInFiles.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: 1.kt diff --git a/backend.native/tests/external/codegen/blackbox/platformTypes/primitives/identityEquals.kt b/backend.native/tests/external/codegen/blackbox/platformTypes/primitives/identityEquals.kt index e47f119d4ef..495dace669b 100644 --- a/backend.native/tests/external/codegen/blackbox/platformTypes/primitives/identityEquals.kt +++ b/backend.native/tests/external/codegen/blackbox/platformTypes/primitives/identityEquals.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val l = java.util.ArrayList() diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/comparisonWithNaN.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/comparisonWithNaN.kt index 46a6fed2e53..2f1186ca3bf 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/comparisonWithNaN.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/comparisonWithNaN.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // This test checks that our bytecode is consistent with javac bytecode diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt243.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt243.kt index 732c92f87ab..41c93f54971 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt243.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt243.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box() : String { val t = java.lang.String.copyValueOf(java.lang.String("s").toCharArray()) diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt684.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt684.kt index 8f2247c860f..5441850af87 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt684.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt684.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun escapeChar(c : Char) : String? = when (c) { '\\' -> "\\\\" diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt752.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt752.kt index 272785c4b6f..a62581eefb7 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt752.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt752.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package demo_range diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt753.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt753.kt index 834c75863cc..f66201f9927 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt753.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt753.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package bitwise_demo diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt756.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt756.kt index b23412aba94..6d65494990b 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt756.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt756.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package demo_range diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt757.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt757.kt index 0e546d0a21d..39bc99d7d8f 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt757.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt757.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package demo_long diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt935.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt935.kt index 20643927da8..92674333923 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt935.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/kt935.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE package bottles diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/number.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/number.kt index 793b5d22f11..faefeadd942 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/number.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/number.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: FortyTwoExtractor.java diff --git a/backend.native/tests/external/codegen/blackbox/primitiveTypes/substituteIntForGeneric.kt b/backend.native/tests/external/codegen/blackbox/primitiveTypes/substituteIntForGeneric.kt index 2d708f05c2d..6b32d00e18e 100644 --- a/backend.native/tests/external/codegen/blackbox/primitiveTypes/substituteIntForGeneric.kt +++ b/backend.native/tests/external/codegen/blackbox/primitiveTypes/substituteIntForGeneric.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class L(var a: T) {} diff --git a/backend.native/tests/external/codegen/blackbox/privateConstructors/synthetic.kt b/backend.native/tests/external/codegen/blackbox/privateConstructors/synthetic.kt index 94aec529b5e..5b00a7166da 100644 --- a/backend.native/tests/external/codegen/blackbox/privateConstructors/synthetic.kt +++ b/backend.native/tests/external/codegen/blackbox/privateConstructors/synthetic.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/properties/accessToPrivateSetter.kt b/backend.native/tests/external/codegen/blackbox/properties/accessToPrivateSetter.kt index 881f5eae288..adffd830622 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/accessToPrivateSetter.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/accessToPrivateSetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class D { var foo = 1 diff --git a/backend.native/tests/external/codegen/blackbox/properties/collectionSize.kt b/backend.native/tests/external/codegen/blackbox/properties/collectionSize.kt index aeabb33ec7a..6a296b7fd69 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/collectionSize.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/collectionSize.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/commonPropertiesKJK.kt b/backend.native/tests/external/codegen/blackbox/properties/commonPropertiesKJK.kt index ed6b0fff889..264d2ffbdfc 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/commonPropertiesKJK.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/commonPropertiesKJK.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/companionObjectAccessor.kt b/backend.native/tests/external/codegen/blackbox/properties/companionObjectAccessor.kt index 5b6d2431ba0..85f734aa294 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/companionObjectAccessor.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/companionObjectAccessor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/companionObjectPropertiesFromJava.kt b/backend.native/tests/external/codegen/blackbox/properties/companionObjectPropertiesFromJava.kt index e70f5eb112c..6ae3b092564 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/companionObjectPropertiesFromJava.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/companionObjectPropertiesFromJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/const/constFlags.kt b/backend.native/tests/external/codegen/blackbox/properties/const/constFlags.kt index 79a9bcacf1e..a031c4d0341 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/const/constFlags.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/const/constFlags.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/properties/const/constValInAnnotationDefault.kt b/backend.native/tests/external/codegen/blackbox/properties/const/constValInAnnotationDefault.kt index dd04bc2736e..f02f2bd6ca7 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/const/constValInAnnotationDefault.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/const/constValInAnnotationDefault.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/properties/const/interfaceCompanion.kt b/backend.native/tests/external/codegen/blackbox/properties/const/interfaceCompanion.kt index 1f9f1e9d830..afa9670a227 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/const/interfaceCompanion.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/const/interfaceCompanion.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/properties/javaPropertyBoxedGetter.kt b/backend.native/tests/external/codegen/blackbox/properties/javaPropertyBoxedGetter.kt index 71177571d18..88f00bb32e3 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/javaPropertyBoxedGetter.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/javaPropertyBoxedGetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/javaPropertyBoxedSetter.kt b/backend.native/tests/external/codegen/blackbox/properties/javaPropertyBoxedSetter.kt index c746a8a07e2..35dca43aa8d 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/javaPropertyBoxedSetter.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/javaPropertyBoxedSetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/kt1159.kt b/backend.native/tests/external/codegen/blackbox/properties/kt1159.kt index 20a19efbd94..66b07250a72 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/kt1159.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/kt1159.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE public object RefreshQueue { diff --git a/backend.native/tests/external/codegen/blackbox/properties/kt12200.kt b/backend.native/tests/external/codegen/blackbox/properties/kt12200.kt index 457f2f6d0fd..8d27165bb25 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/kt12200.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/kt12200.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE //WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/properties/kt1398.kt b/backend.native/tests/external/codegen/blackbox/properties/kt1398.kt index 493728dd71f..b3b3f69c1ca 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/kt1398.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/kt1398.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE open class Base(val bar: String) diff --git a/backend.native/tests/external/codegen/blackbox/properties/kt1482_2279.kt b/backend.native/tests/external/codegen/blackbox/properties/kt1482_2279.kt index d74107dd2b0..5ea5c172005 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/kt1482_2279.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/kt1482_2279.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE abstract class ClassValAbstract { abstract var a: Int diff --git a/backend.native/tests/external/codegen/blackbox/properties/kt1714.kt b/backend.native/tests/external/codegen/blackbox/properties/kt1714.kt index 851b0c61429..9425908610e 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/kt1714.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/kt1714.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface A { val method : (() -> Unit )? diff --git a/backend.native/tests/external/codegen/blackbox/properties/kt4383.kt b/backend.native/tests/external/codegen/blackbox/properties/kt4383.kt index 4b26b927544..fb6d0a2465f 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/kt4383.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/kt4383.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import kotlin.reflect.KProperty diff --git a/backend.native/tests/external/codegen/blackbox/properties/lateinit/accessorException.kt b/backend.native/tests/external/codegen/blackbox/properties/lateinit/accessorException.kt index eb0db631364..d8022a1a2e9 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/lateinit/accessorException.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/lateinit/accessorException.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE public class A { diff --git a/backend.native/tests/external/codegen/blackbox/properties/lateinit/exceptionField.kt b/backend.native/tests/external/codegen/blackbox/properties/lateinit/exceptionField.kt index 0c8a8eafe47..7f334665513 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/lateinit/exceptionField.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/lateinit/exceptionField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A { private lateinit var str: String diff --git a/backend.native/tests/external/codegen/blackbox/properties/lateinit/exceptionGetter.kt b/backend.native/tests/external/codegen/blackbox/properties/lateinit/exceptionGetter.kt index ca12a2442db..256d16b48fa 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/lateinit/exceptionGetter.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/lateinit/exceptionGetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A { public lateinit var str: String diff --git a/backend.native/tests/external/codegen/blackbox/properties/lateinit/overrideException.kt b/backend.native/tests/external/codegen/blackbox/properties/lateinit/overrideException.kt index 9b9ce777d53..8a5f29fcff5 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/lateinit/overrideException.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/lateinit/overrideException.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface Intf { val str: String diff --git a/backend.native/tests/external/codegen/blackbox/properties/lateinit/visibility.kt b/backend.native/tests/external/codegen/blackbox/properties/lateinit/visibility.kt index 5408bc46913..e2ae4d9dc1e 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/lateinit/visibility.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/lateinit/visibility.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/properties/protectedJavaFieldInInline.kt b/backend.native/tests/external/codegen/blackbox/properties/protectedJavaFieldInInline.kt index bfda7a40b04..deec2e94003 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/protectedJavaFieldInInline.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/protectedJavaFieldInInline.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/protectedJavaProperty.kt b/backend.native/tests/external/codegen/blackbox/properties/protectedJavaProperty.kt index f03b492759c..356a55f75d0 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/protectedJavaProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/protectedJavaProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: JavaBaseClass.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/protectedJavaPropertyInCompanion.kt b/backend.native/tests/external/codegen/blackbox/properties/protectedJavaPropertyInCompanion.kt index 81efe8b5294..242ce0f8006 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/protectedJavaPropertyInCompanion.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/protectedJavaPropertyInCompanion.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: JavaBaseClass.java diff --git a/backend.native/tests/external/codegen/blackbox/properties/substituteJavaSuperField.kt b/backend.native/tests/external/codegen/blackbox/properties/substituteJavaSuperField.kt index b9ddfd8776d..03c3ff2b6cf 100644 --- a/backend.native/tests/external/codegen/blackbox/properties/substituteJavaSuperField.kt +++ b/backend.native/tests/external/codegen/blackbox/properties/substituteJavaSuperField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/publishedApi/noMangling.kt b/backend.native/tests/external/codegen/blackbox/publishedApi/noMangling.kt index bc4b0b5a388..deeb37b9064 100644 --- a/backend.native/tests/external/codegen/blackbox/publishedApi/noMangling.kt +++ b/backend.native/tests/external/codegen/blackbox/publishedApi/noMangling.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE //WITH_REFLECT class A { @PublishedApi diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inComparableRange.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inComparableRange.kt index 71b784e107f..9f3c461c773 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inComparableRange.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inComparableRange.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inExtensionRange.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inExtensionRange.kt index 53a4b73663e..b216292520a 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inExtensionRange.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inExtensionRange.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inIntRange.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inIntRange.kt index 59a939acf24..cf82a3033c8 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inIntRange.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inIntRange.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableDoubleRange.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableDoubleRange.kt index f7aa5bf5729..049667b8d18 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableDoubleRange.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableDoubleRange.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableFloatRange.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableFloatRange.kt index 8b21a83ad34..c58a00c6b20 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableFloatRange.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableFloatRange.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableIntRange.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableIntRange.kt index 9f4a914c9d1..969571dcafb 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableIntRange.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableIntRange.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableLongRange.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableLongRange.kt index 8bf77137b1a..61e9bf4c898 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableLongRange.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inOptimizableLongRange.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithCustomContains.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithCustomContains.kt index 277550e0034..0071b2d423a 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithCustomContains.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithCustomContains.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithImplicitReceiver.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithImplicitReceiver.kt index 8c39def7709..d5bb738d866 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithImplicitReceiver.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithImplicitReceiver.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithNonmatchingArguments.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithNonmatchingArguments.kt index 0b8e25beb45..23219eac00f 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithNonmatchingArguments.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithNonmatchingArguments.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithSmartCast.kt b/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithSmartCast.kt index 46c3a39bbc7..1c314ffa31f 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithSmartCast.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/contains/inRangeWithSmartCast.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/inexactDownToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/inexactDownToMinValue.kt index 1f559bd7c76..e0fd14c2983 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/inexactDownToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/inexactDownToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/inexactToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/inexactToMaxValue.kt index 76cd7241cbf..74712e4df72 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/inexactToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/inexactToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueMinusTwoToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueMinusTwoToMaxValue.kt index a521436c2c4..0cc89f13224 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueMinusTwoToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueToMaxValue.kt index a9189c72494..c60b83b3d93 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueToMinValue.kt index 43002d06489..d7e7f98a24a 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/maxValueToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionDownToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionDownToMinValue.kt index 4540e7fe94f..20ef6402572 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionDownToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionDownToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt index d0476a557a1..cd579903938 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueToMaxValue.kt index 47264e0a172..691b83d6f48 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueToMinValue.kt index 6e876bf9329..1083ef991a2 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMaxValueToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMinValueToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMinValueToMinValue.kt index 86ee02ba72c..c85495c3743 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMinValueToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/expression/progressionMinValueToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/forInIndices/kt13241_Array.kt b/backend.native/tests/external/codegen/blackbox/ranges/forInIndices/kt13241_Array.kt index 59eef6ee1e6..0f73b57e33c 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/forInIndices/kt13241_Array.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/forInIndices/kt13241_Array.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/inexactDownToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/inexactDownToMinValue.kt index 558a57f9399..a66daa50878 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/inexactDownToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/inexactDownToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/inexactToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/inexactToMaxValue.kt index dfa5ea20c32..a55c76920aa 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/inexactToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/inexactToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueMinusTwoToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueMinusTwoToMaxValue.kt index ce83c868428..1c76fabe3cc 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueMinusTwoToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueToMaxValue.kt index 90ccadc9f38..cdedbbb8c7b 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueToMinValue.kt index 251774b7a0d..2439eab980c 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/maxValueToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionDownToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionDownToMinValue.kt index 8ce7d3333df..fccb2044c9f 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionDownToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionDownToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt index d04d79446d7..7c81034ef7a 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueMinusTwoToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueToMaxValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueToMaxValue.kt index c8ad40c7bd1..4c4555326fc 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueToMaxValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueToMaxValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueToMinValue.kt index 0ed56310b44..cd29a83cb6f 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMaxValueToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMinValueToMinValue.kt b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMinValueToMinValue.kt index 24afb460106..f0b5a5a9041 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMinValueToMinValue.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/literal/progressionMinValueToMinValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // Auto-generated by org.jetbrains.kotlin.generators.tests.GenerateRangesCodegenTestData. DO NOT EDIT! // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/ranges/safeCallRangeTo.kt b/backend.native/tests/external/codegen/blackbox/ranges/safeCallRangeTo.kt index 0d277d3c2bb..e1eb200a582 100644 --- a/backend.native/tests/external/codegen/blackbox/ranges/safeCallRangeTo.kt +++ b/backend.native/tests/external/codegen/blackbox/ranges/safeCallRangeTo.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/annotationRetentionAnnotation.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/annotationRetentionAnnotation.kt index 27885b8bc64..c92c6a0cdd0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/annotationRetentionAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/annotationRetentionAnnotation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/annotationsOnJavaMembers.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/annotationsOnJavaMembers.kt index dafe25a022e..70c1720d4fc 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/annotationsOnJavaMembers.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/annotationsOnJavaMembers.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/findAnnotation.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/findAnnotation.kt index 38db10486b4..b008bd65937 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/findAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/findAnnotation.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT import kotlin.reflect.findAnnotation diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/propertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/propertyAccessors.kt index 3b4047a9349..6817dd64513 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/propertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/propertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/propertyWithoutBackingField.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/propertyWithoutBackingField.kt index 1e78aaadbe2..3a072a5d11e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/propertyWithoutBackingField.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/propertyWithoutBackingField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/retentions.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/retentions.kt index 9d3a3b87c6e..200c0e1aef0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/retentions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/retentions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleClassAnnotation.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleClassAnnotation.kt index ab2f65bab77..5da18e3627b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleClassAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleClassAnnotation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleConstructorAnnotation.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleConstructorAnnotation.kt index 70e1e19e147..2d7a036b18c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleConstructorAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleConstructorAnnotation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleFunAnnotation.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleFunAnnotation.kt index 7eabe205f37..041cc3f2e6f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleFunAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleFunAnnotation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleParamAnnotation.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleParamAnnotation.kt index c5e6cd2fe47..1d45a826b86 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleParamAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleParamAnnotation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleValAnnotation.kt b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleValAnnotation.kt index 0913732168a..216ba88b987 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleValAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/annotations/simpleValAnnotation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/companionObjectPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/companionObjectPropertyAccessors.kt index 7bc2f35ee6f..d3fe286da02 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/companionObjectPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/companionObjectPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/extensionFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/extensionFunction.kt index 85043fc9d64..cd0c53f8123 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/extensionFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/extensionFunction.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/extensionPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/extensionPropertyAccessors.kt index 233f9b5b37f..449d73d064b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/extensionPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/extensionPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/innerClassConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/innerClassConstructor.kt index 69f0e53c2a5..c84e7893a23 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/innerClassConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/innerClassConstructor.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/javaInstanceField.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/javaInstanceField.kt index 19212abf35a..9078fc60f7b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/javaInstanceField.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/javaInstanceField.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/javaInstanceMethod.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/javaInstanceMethod.kt index 0742577fcc4..062ef47a0d1 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/javaInstanceMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/javaInstanceMethod.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticCompanionObjectPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticCompanionObjectPropertyAccessors.kt index dd7311f95f4..aacb455eeaf 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticCompanionObjectPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticCompanionObjectPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticObjectFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticObjectFunction.kt index 1169f50791e..ba51aa848b6 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticObjectFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticObjectFunction.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticObjectPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticObjectPropertyAccessors.kt index 3c6e3854f1c..9f06a8cb7fa 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticObjectPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/jvmStaticObjectPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/memberFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/memberFunction.kt index 34f6aa7ecb1..08854e132cf 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/memberFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/memberFunction.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/memberPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/memberPropertyAccessors.kt index 0502c2a573d..7b1d165061e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/memberPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/memberPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/objectFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/objectFunction.kt index 81195ecda26..ba2c7788999 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/objectFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/objectFunction.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/objectPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/objectPropertyAccessors.kt index 2fb29097eb6..89062735df3 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/bound/objectPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/bound/objectPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/callInstanceJavaMethod.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/callInstanceJavaMethod.kt index 8f87d022f96..8227fee6f6a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/callInstanceJavaMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/callInstanceJavaMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/callPrivateJavaMethod.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/callPrivateJavaMethod.kt index 9d585af73b1..1d2c454b234 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/callPrivateJavaMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/callPrivateJavaMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/callStaticJavaMethod.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/callStaticJavaMethod.kt index 302c20d1c9a..db9248b3f9a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/callStaticJavaMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/callStaticJavaMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/cannotCallEnumConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/cannotCallEnumConstructor.kt index 6db9e7b6249..16d57842386 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/cannotCallEnumConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/cannotCallEnumConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/disallowNullValueForNotNullField.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/disallowNullValueForNotNullField.kt index 36f3ce642e8..3463a49c85a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/disallowNullValueForNotNullField.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/disallowNullValueForNotNullField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/equalsHashCodeToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/equalsHashCodeToString.kt index 21908f9318b..9885d12c3c0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/equalsHashCodeToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/equalsHashCodeToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/exceptionHappened.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/exceptionHappened.kt index 17e9d699a59..3cd7d8f73fe 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/exceptionHappened.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/exceptionHappened.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/fakeOverride.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/fakeOverride.kt index 5b881d33612..39210c68142 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/fakeOverride.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/fakeOverride.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/fakeOverrideSubstituted.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/fakeOverrideSubstituted.kt index 50047c43a7f..d98c38cd636 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/fakeOverrideSubstituted.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/fakeOverrideSubstituted.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/incorrectNumberOfArguments.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/incorrectNumberOfArguments.kt index 956544ac4cb..e08b3df5305 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/incorrectNumberOfArguments.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/incorrectNumberOfArguments.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/innerClassConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/innerClassConstructor.kt index 7b13dcfb2ee..60aca8cd5cd 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/innerClassConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/innerClassConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/jvmStatic.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/jvmStatic.kt index 16d438bf1e8..94ea4ffcf51 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/jvmStatic.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/jvmStatic.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/jvmStaticInObjectIncorrectReceiver.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/jvmStaticInObjectIncorrectReceiver.kt index f94ce085bf1..34802763740 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/jvmStaticInObjectIncorrectReceiver.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/jvmStaticInObjectIncorrectReceiver.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/localClassMember.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/localClassMember.kt index 494c79c6f0c..3651f0ed3d9 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/localClassMember.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/localClassMember.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/memberOfGenericClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/memberOfGenericClass.kt index 82fd1e055ef..e01db003dc0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/memberOfGenericClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/memberOfGenericClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/privateProperty.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/privateProperty.kt index 1ee9c138de4..f53b15d43d2 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/privateProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/privateProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/propertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/propertyAccessors.kt index 587a262a1c6..3fd5a3d25e0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/propertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/propertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/propertyGetterAndGetFunctionDifferentReturnType.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/propertyGetterAndGetFunctionDifferentReturnType.kt index e9aca58f108..3e8a009e650 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/propertyGetterAndGetFunctionDifferentReturnType.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/propertyGetterAndGetFunctionDifferentReturnType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/returnUnit.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/returnUnit.kt index 0869650c488..d7bc48f26c0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/returnUnit.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/returnUnit.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/simpleConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/simpleConstructor.kt index 108e38c15b6..6a71248b113 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/simpleConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/simpleConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/simpleMemberFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/simpleMemberFunction.kt index f1db9dfba04..52edb5a0b8e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/simpleMemberFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/simpleMemberFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/call/simpleTopLevelFunctions.kt b/backend.native/tests/external/codegen/blackbox/reflection/call/simpleTopLevelFunctions.kt index dcd5328fef7..ea29b5e704d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/call/simpleTopLevelFunctions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/call/simpleTopLevelFunctions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundExtensionFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundExtensionFunction.kt index 0632f21ab4e..906dcb9d4fb 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundExtensionFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundExtensionFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundExtensionPropertyAcessor.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundExtensionPropertyAcessor.kt index a6933bfecca..1cd1409ca0d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundExtensionPropertyAcessor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundExtensionPropertyAcessor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundJvmStaticInObject.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundJvmStaticInObject.kt index 406b38ba1b2..47ffa196b2c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundJvmStaticInObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/boundJvmStaticInObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/companionObject.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/companionObject.kt index ced45716d15..5f7e2e56051 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/companionObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/companionObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/defaultAndNonDefaultIntertwined.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/defaultAndNonDefaultIntertwined.kt index 8b3aa1902cd..c75b0793f1b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/defaultAndNonDefaultIntertwined.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/defaultAndNonDefaultIntertwined.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/extensionFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/extensionFunction.kt index b37767f9bd2..b444a3c9358 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/extensionFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/extensionFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/jvmStaticInCompanionObject.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/jvmStaticInCompanionObject.kt index 3c726db6a38..f4c70d27d38 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/jvmStaticInCompanionObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/jvmStaticInCompanionObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/jvmStaticInObject.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/jvmStaticInObject.kt index 5b771b80caf..83a1120e2c8 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/jvmStaticInObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/jvmStaticInObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/manyArgumentsOnlyOneDefault.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/manyArgumentsOnlyOneDefault.kt index 978877391e9..8f9a92519fd 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/manyArgumentsOnlyOneDefault.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/manyArgumentsOnlyOneDefault.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/manyMaskArguments.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/manyMaskArguments.kt index 16d765e8675..002da4ac148 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/manyMaskArguments.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/manyMaskArguments.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/nonDefaultParameterOmitted.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/nonDefaultParameterOmitted.kt index 028454b5880..fb25dac5f87 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/nonDefaultParameterOmitted.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/nonDefaultParameterOmitted.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/nullValue.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/nullValue.kt index 386a6a768f9..289b8a26de6 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/nullValue.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/nullValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/ordinaryMethodIsInvokedWhenNoDefaultValuesAreUsed.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/ordinaryMethodIsInvokedWhenNoDefaultValuesAreUsed.kt index c80f255e52c..71468dcc19f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/ordinaryMethodIsInvokedWhenNoDefaultValuesAreUsed.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/ordinaryMethodIsInvokedWhenNoDefaultValuesAreUsed.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/primitiveDefaultValues.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/primitiveDefaultValues.kt index a566381fe8b..9e1ba89d17d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/primitiveDefaultValues.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/primitiveDefaultValues.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/privateMemberFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/privateMemberFunction.kt index c2d4593dca2..5c089543230 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/privateMemberFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/privateMemberFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleConstructor.kt index d77a5fed678..e8739d2b0ec 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleMemberFunciton.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleMemberFunciton.kt index fdd597bb629..afef083b80a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleMemberFunciton.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleMemberFunciton.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleTopLevelFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleTopLevelFunction.kt index 6cbadf84891..4d7e1bab754 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleTopLevelFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/callBy/simpleTopLevelFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/annotationClassLiteral.kt b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/annotationClassLiteral.kt index e3f7bdd7b72..28d5dd9a046 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/annotationClassLiteral.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/annotationClassLiteral.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/arrays.kt b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/arrays.kt index 9f9e4546d62..89f972009a0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/arrays.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/arrays.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/builtinClassLiterals.kt b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/builtinClassLiterals.kt index 3189b534969..84579d3b5e2 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/builtinClassLiterals.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/builtinClassLiterals.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/genericArrays.kt b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/genericArrays.kt index 8433e8ff36f..60ad96ec239 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/genericArrays.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/genericArrays.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/reifiedTypeClassLiteral.kt b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/reifiedTypeClassLiteral.kt index 155e6db10d9..634efba9520 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/reifiedTypeClassLiteral.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classLiterals/reifiedTypeClassLiteral.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/classSimpleName.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/classSimpleName.kt index b033ae9d1d2..fc355592cfa 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/classSimpleName.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/classSimpleName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/companionObject.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/companionObject.kt index 9f599996241..a3f3b46210f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/companionObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/companionObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/createInstance.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/createInstance.kt index eb9735b9859..439de318d50 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/createInstance.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/createInstance.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/declaredMembers.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/declaredMembers.kt index b28ab68a537..5902aafbae9 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/declaredMembers.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/declaredMembers.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: I.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/jvmName.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/jvmName.kt index 6ad4e01ba7b..36f86129b84 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/jvmName.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/jvmName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/nestedClasses.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/nestedClasses.kt index 21cd7aaefbc..ee73af820f8 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/nestedClasses.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/nestedClasses.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/nestedClassesJava.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/nestedClassesJava.kt index f7fde340961..1758075a74b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/nestedClassesJava.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/nestedClassesJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/objectInstance.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/objectInstance.kt index e9dedfaab85..91b4da09e92 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/objectInstance.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/objectInstance.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/primitiveKClassEquality.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/primitiveKClassEquality.kt index ebc3db577b0..23f86775d68 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/primitiveKClassEquality.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/primitiveKClassEquality.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/qualifiedName.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/qualifiedName.kt index 6e978c95b79..824214142a5 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/qualifiedName.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/qualifiedName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/classes/starProjectedType.kt b/backend.native/tests/external/codegen/blackbox/reflection/classes/starProjectedType.kt index 7be7d8ba0ec..2acc65853e5 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/classes/starProjectedType.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/classes/starProjectedType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/constructors/annotationClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/constructors/annotationClass.kt index 963635d96ad..2975eaefe18 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/constructors/annotationClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/constructors/annotationClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/constructors/classesWithoutConstructors.kt b/backend.native/tests/external/codegen/blackbox/reflection/constructors/classesWithoutConstructors.kt index ebc2986aeba..5f78791ff90 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/constructors/classesWithoutConstructors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/constructors/classesWithoutConstructors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/constructors/constructorName.kt b/backend.native/tests/external/codegen/blackbox/reflection/constructors/constructorName.kt index fcb9d9cd6a7..2b1ddf08566 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/constructors/constructorName.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/constructors/constructorName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/constructors/primaryConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/constructors/primaryConstructor.kt index a9eea1ba51a..2647d082f2c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/constructors/primaryConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/constructors/primaryConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/constructors/simpleGetConstructors.kt b/backend.native/tests/external/codegen/blackbox/reflection/constructors/simpleGetConstructors.kt index 5616aa8136a..0d50c329b73 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/constructors/simpleGetConstructors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/constructors/simpleGetConstructors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/annotationType.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/annotationType.kt index 199834e9c70..ca87362f349 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/annotationType.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/annotationType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/arrayOfKClasses.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/arrayOfKClasses.kt index 054ea5fc4cf..b4f2c301ffd 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/arrayOfKClasses.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/arrayOfKClasses.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callByJava.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callByJava.kt index 3f0259d7088..e1410183b37 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callByJava.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callByJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callByKotlin.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callByKotlin.kt index f1c1934d25b..7b2db38d382 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callByKotlin.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callByKotlin.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callJava.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callJava.kt index 5959c1e2402..48adf7d623c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callJava.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callKotlin.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callKotlin.kt index b4c197f4abd..d89d316c6a6 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callKotlin.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/callKotlin.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/createJdkAnnotationInstance.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/createJdkAnnotationInstance.kt index 829b85ef26d..14441c3449b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/createJdkAnnotationInstance.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/createJdkAnnotationInstance.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/enumKClassAnnotation.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/enumKClassAnnotation.kt index a5c565c813d..7dcb9223716 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/enumKClassAnnotation.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/enumKClassAnnotation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/equalsHashCodeToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/equalsHashCodeToString.kt index 3a12d56a3e4..7ffbee7dfb3 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/equalsHashCodeToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/equalsHashCodeToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/floatingPointParameters.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/floatingPointParameters.kt index 75065734926..a3fff2faa64 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/floatingPointParameters.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/floatingPointParameters.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/parameterNamedEquals.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/parameterNamedEquals.kt index e47eca36fb8..3058ac7238b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/parameterNamedEquals.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/parameterNamedEquals.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/primitivesAndArrays.kt b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/primitivesAndArrays.kt index 89ece702c25..b33fcee14a2 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/primitivesAndArrays.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/createAnnotation/primitivesAndArrays.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/anonymousObjectInInlinedLambda.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/anonymousObjectInInlinedLambda.kt index b39fb848952..c94bfe8536b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/anonymousObjectInInlinedLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/anonymousObjectInInlinedLambda.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/classInLambda.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/classInLambda.kt index 847f8f8c162..aebe9683946 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/classInLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/classInLambda.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/functionExpressionInProperty.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/functionExpressionInProperty.kt index d296111afad..78fe21efa72 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/functionExpressionInProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/functionExpressionInProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt11969.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt11969.kt index 420b28cedc5..25c55218a4f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt11969.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt11969.kt @@ -1,5 +1,5 @@ // WITH_RUNTIME -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface Z { private fun privateFun() = { "OK" } diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt6368.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt6368.kt index 8bf1ff75098..8d98e81d56c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt6368.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt6368.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt6691_lambdaInSamConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt6691_lambdaInSamConstructor.kt index 9be072952c5..a7192acd479 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt6691_lambdaInSamConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/kt6691_lambdaInSamConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInClassObject.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInClassObject.kt index 45a65f1c08f..1fd22c3f3a0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInClassObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInClassObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInConstructor.kt index 509a098c7ab..9743cdf3e41 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInFunction.kt index 4c5c1d9d73c..f04e3e95611 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLambda.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLambda.kt index 2a459cd7720..b6fb1f42c0f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLambda.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalClassConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalClassConstructor.kt index e28bc3c45b0..1a38dfda515 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalClassConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalClassConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalClassSuperCall.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalClassSuperCall.kt index f4c4c0c3039..78aa1870a79 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalClassSuperCall.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalClassSuperCall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalFunction.kt index 586ecced0fc..04109f92754 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInLocalFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunction.kt index 192c1feed1c..91d1cee05d2 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunctionInLocalClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunctionInLocalClass.kt index acfbc2d5594..883f10ba9a8 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunctionInLocalClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunctionInLocalClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunctionInNestedClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunctionInNestedClass.kt index 49eb272c040..caa749c8d3a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunctionInNestedClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInMemberFunctionInNestedClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectDeclaration.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectDeclaration.kt index 3aa459e32b1..de061c4090a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectDeclaration.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectDeclaration.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectExpression.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectExpression.kt index 87c3aa5e21c..16dd43b0f6f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectExpression.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectExpression.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectLiteralSuperCall.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectLiteralSuperCall.kt index bdced626e98..1d9a7c51dae 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectLiteralSuperCall.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInObjectLiteralSuperCall.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPackage.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPackage.kt index 745933c44a1..5997c2f1103 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPackage.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPackage.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPropertyGetter.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPropertyGetter.kt index e4f9262ebb4..b31664eaa62 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPropertyGetter.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPropertyGetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPropertySetter.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPropertySetter.kt index 622ebcddba1..fc0f7032d01 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPropertySetter.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/lambdaInPropertySetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/localClassInTopLevelFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/localClassInTopLevelFunction.kt index 7930d5151b6..c89a0eb159f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/localClassInTopLevelFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/localClassInTopLevelFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // KT-4234 diff --git a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/objectInLambda.kt b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/objectInLambda.kt index 98c8628f230..d75d2aff8c8 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/enclosing/objectInLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/enclosing/objectInLambda.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/declaredVsInheritedFunctions.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/declaredVsInheritedFunctions.kt index f0ab70f6490..ffac5fb4245 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/declaredVsInheritedFunctions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/declaredVsInheritedFunctions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/functionFromStdlib.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/functionFromStdlib.kt index a6200e2c7ef..fa08ad98955 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/functionFromStdlib.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/functionFromStdlib.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/functionReferenceErasedToKFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/functionReferenceErasedToKFunction.kt index 152bc0ee53a..ec5fbcf7a32 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/functionReferenceErasedToKFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/functionReferenceErasedToKFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/genericOverriddenFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/genericOverriddenFunction.kt index 60cdd3f2b01..983a28a487d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/genericOverriddenFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/genericOverriddenFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/instanceOfFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/instanceOfFunction.kt index 8743a8d55f1..8f8c97a9d59 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/instanceOfFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/instanceOfFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: FromJava.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/javaClassGetFunctions.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/javaClassGetFunctions.kt index 28537bf438e..c4ab712c90f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/javaClassGetFunctions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/javaClassGetFunctions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/platformName.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/platformName.kt index 5179459a719..8968a5b1a51 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/platformName.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/platformName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/privateMemberFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/privateMemberFunction.kt index 0bdd870b48d..dd5f92d8869 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/privateMemberFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/privateMemberFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/simpleGetFunctions.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/simpleGetFunctions.kt index 840481d7613..944ad192e54 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/simpleGetFunctions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/simpleGetFunctions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/functions/simpleNames.kt b/backend.native/tests/external/codegen/blackbox/reflection/functions/simpleNames.kt index 46ce3d981ad..25b3865ae44 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/functions/simpleNames.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/functions/simpleNames.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/covariantOverride.kt b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/covariantOverride.kt index e42d6a4e71f..ba746a3107a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/covariantOverride.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/covariantOverride.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/defaultImplsGenericSignature.kt b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/defaultImplsGenericSignature.kt index 38b8c0a9cf9..5a32312795a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/defaultImplsGenericSignature.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/defaultImplsGenericSignature.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/functionLiteralGenericSignature.kt b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/functionLiteralGenericSignature.kt index ff3039e4658..419f423375e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/functionLiteralGenericSignature.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/functionLiteralGenericSignature.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import java.util.Date diff --git a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/genericBackingFieldSignature.kt b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/genericBackingFieldSignature.kt index 2ad596b297f..aabad1225b1 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/genericBackingFieldSignature.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/genericBackingFieldSignature.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT //test for KT-3722 Write correct generic type information for generated fields diff --git a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/genericMethodSignature.kt b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/genericMethodSignature.kt index 8cda6593651..14457a3adef 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/genericMethodSignature.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/genericMethodSignature.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt11121.kt b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt11121.kt index 679c4a054b0..5df300b174d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt11121.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt11121.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt5112.kt b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt5112.kt index 50c4b168122..9c8184c2f67 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt5112.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt5112.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt6106.kt b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt6106.kt index da05fc1b2fc..bac5e9c08a8 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt6106.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/genericSignature/kt6106.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/isInstance/isInstanceCastAndSafeCast.kt b/backend.native/tests/external/codegen/blackbox/reflection/isInstance/isInstanceCastAndSafeCast.kt index 0692b7d19e0..3df1d699d1e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/isInstance/isInstanceCastAndSafeCast.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/isInstance/isInstanceCastAndSafeCast.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/array.kt b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/array.kt index 029e8ddf66a..3656f3780c5 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/array.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/array.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/arrayInJava.kt b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/arrayInJava.kt index c9fbb1df645..7fd8ce000ef 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/arrayInJava.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/arrayInJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/basic.kt b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/basic.kt index e62730f62d2..1b65dbb8618 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/basic.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/basic.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/basicInJava.kt b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/basicInJava.kt index 22cf93d2986..c44cc614bf0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/basicInJava.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/basicInJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/checkcast.kt b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/checkcast.kt index 55b869ca26c..9e10e8386a9 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/checkcast.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/checkcast.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/vararg.kt b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/vararg.kt index 5db5781f6c1..95cfd6a34ac 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/vararg.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/vararg.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/varargInJava.kt b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/varargInJava.kt index d5f37707737..9756184f351 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/varargInJava.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/kClassInAnnotation/varargInJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/lambdaClasses/parameterNamesAndNullability.kt b/backend.native/tests/external/codegen/blackbox/reflection/lambdaClasses/parameterNamesAndNullability.kt index 86e39ed8e72..f5fe5282c06 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/lambdaClasses/parameterNamesAndNullability.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/lambdaClasses/parameterNamesAndNullability.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/constructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/constructor.kt index 4d918da5108..dd319ae2ff9 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/constructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/constructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/extensionProperty.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/extensionProperty.kt index 9a6abd37294..6af2c80d95c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/extensionProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/extensionProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/fakeOverrides/javaFieldGetterSetter.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/fakeOverrides/javaFieldGetterSetter.kt index 2f6137a493e..77067c44a87 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/fakeOverrides/javaFieldGetterSetter.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/fakeOverrides/javaFieldGetterSetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // KT-8131 Cannot find backing field in ancestor class via reflection diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/fakeOverrides/javaMethod.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/fakeOverrides/javaMethod.kt index eeeb80dab83..04a4aab055f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/fakeOverrides/javaMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/fakeOverrides/javaMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/functions.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/functions.kt index 9a556b2c19f..c74a643244d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/functions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/functions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/inlineReifiedFun.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/inlineReifiedFun.kt index b1ca36b546e..09060b1be71 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/inlineReifiedFun.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/inlineReifiedFun.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT import kotlin.reflect.* diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/jvmStatic/companionObjectFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/jvmStatic/companionObjectFunction.kt index f3711f43b47..ea9f9deac27 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/jvmStatic/companionObjectFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/jvmStatic/companionObjectFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/jvmStatic/objectFunction.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/jvmStatic/objectFunction.kt index db97b6b6af4..7e9f2408065 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/jvmStatic/objectFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/jvmStatic/objectFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/mappedClassIsEqualToClassLiteral.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/mappedClassIsEqualToClassLiteral.kt index 4bd2ad46c9c..8b701470811 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/mappedClassIsEqualToClassLiteral.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/mappedClassIsEqualToClassLiteral.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/memberProperty.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/memberProperty.kt index a1f3b810225..dd2063422df 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/memberProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/memberProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/propertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/propertyAccessors.kt index d4d245b0c98..6a6c5002b55 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/propertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/propertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/propertyAccessorsWithJvmName.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/propertyAccessorsWithJvmName.kt index 75aa220c791..6fe9db0471e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/propertyAccessorsWithJvmName.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/propertyAccessorsWithJvmName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/syntheticFields.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/syntheticFields.kt index 953ce19205b..fc43888da85 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/syntheticFields.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/syntheticFields.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/topLevelFunctionOtherFile.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/topLevelFunctionOtherFile.kt index 8eba3712688..a7dfc1caab1 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/topLevelFunctionOtherFile.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/topLevelFunctionOtherFile.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: test.kt diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/topLevelProperty.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/topLevelProperty.kt index 053e1c0d413..9acdafea053 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/topLevelProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/topLevelProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/annotationConstructorParameters.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/annotationConstructorParameters.kt index 7df0d3bfd6f..9a7d17c593c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/annotationConstructorParameters.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/annotationConstructorParameters.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/array.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/array.kt index 9baa4f9a039..a977b6b1eea 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/array.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/array.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/constructors.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/constructors.kt index 80edeaf5228..086b5396745 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/constructors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/constructors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/genericArrayElementType.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/genericArrayElementType.kt index 90302aa85a3..98550ab6684 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/genericArrayElementType.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/genericArrayElementType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/innerGenericTypeArgument.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/innerGenericTypeArgument.kt index 169af37d333..70cd78b671f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/innerGenericTypeArgument.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/innerGenericTypeArgument.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/memberFunctions.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/memberFunctions.kt index ff249f0eeee..ed54958ed69 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/memberFunctions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/memberFunctions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/overrideAnyWithPrimitive.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/overrideAnyWithPrimitive.kt index ebf7691bdd6..e8c9abf1f09 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/overrideAnyWithPrimitive.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/overrideAnyWithPrimitive.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/parameterizedTypeArgument.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/parameterizedTypeArgument.kt index 2027af5bc87..e8fbcd5ecd5 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/parameterizedTypeArgument.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/parameterizedTypeArgument.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/parameterizedTypes.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/parameterizedTypes.kt index 615ee14bd04..73eb30e1239 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/parameterizedTypes.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/parameterizedTypes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/propertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/propertyAccessors.kt index 2eae6cf6466..b99ffe69cd3 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/propertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/propertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/supertypes.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/supertypes.kt index f4b75b3615c..89e71b9389e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/supertypes.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/supertypes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/topLevelFunctions.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/topLevelFunctions.kt index 6ceaa62c0f2..fe4dbc71e2b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/topLevelFunctions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/topLevelFunctions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/typeParameters.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/typeParameters.kt index 9998a169b46..7ca39047f7c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/typeParameters.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/typeParameters.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/unit.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/unit.kt index 2585d8d7c1a..2b4d8327986 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/unit.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/unit.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/withNullability.kt b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/withNullability.kt index 4cac34036ee..a51b0843471 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/withNullability.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/mapping/types/withNullability.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt index 134d4f4bcee..6aed0593328 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/callableReferencesEqualToCallablesFromAPI.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/classToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/classToString.kt index 2fa12531a70..3dce944568e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/classToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/classToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/extensionPropertyReceiverToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/extensionPropertyReceiverToString.kt index 0e1aaec84c9..c7d0be37e3b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/extensionPropertyReceiverToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/extensionPropertyReceiverToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/functionEqualsHashCode.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/functionEqualsHashCode.kt index 1879444874b..72b169fe9fb 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/functionEqualsHashCode.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/functionEqualsHashCode.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/functionToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/functionToString.kt index cb18362790f..dec835773dc 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/functionToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/functionToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/memberExtensionToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/memberExtensionToString.kt index 560d3098d45..1fe66891efa 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/memberExtensionToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/memberExtensionToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/parametersEqualsHashCode.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/parametersEqualsHashCode.kt index 30f80286b93..79ea783e548 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/parametersEqualsHashCode.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/parametersEqualsHashCode.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/parametersToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/parametersToString.kt index e184ff0f948..fa186eef7b5 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/parametersToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/parametersToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/propertyEqualsHashCode.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/propertyEqualsHashCode.kt index 4a7f72c882b..4d2affbd96b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/propertyEqualsHashCode.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/propertyEqualsHashCode.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/propertyToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/propertyToString.kt index 2db5df8c71a..4290f008a42 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/propertyToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/propertyToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeEqualsHashCode.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeEqualsHashCode.kt index 04f1bea016c..34d8104179e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeEqualsHashCode.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeEqualsHashCode.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeParametersEqualsHashCode.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeParametersEqualsHashCode.kt index 240a36fcf7c..5c8207fe492 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeParametersEqualsHashCode.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeParametersEqualsHashCode.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeParametersToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeParametersToString.kt index 8cfb7d03a3f..69adf928177 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeParametersToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeParametersToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeToString.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeToString.kt index b41a7dcbeda..805f4d8438b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeToString.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeToString.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeToStringInnerGeneric.kt b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeToStringInnerGeneric.kt index a0b1a002084..da6d846e8f5 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeToStringInnerGeneric.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/methodsFromAny/typeToStringInnerGeneric.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/callableModality.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/callableModality.kt index 36293408282..e75ac5d3149 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/callableModality.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/callableModality.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/callableVisibility.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/callableVisibility.kt index a122b6031c2..40dd01f4b03 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/callableVisibility.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/callableVisibility.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classModality.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classModality.kt index 5e25940cb26..d3e2dd721dd 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classModality.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classModality.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classVisibility.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classVisibility.kt index 4999e740d0e..661d5081478 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classVisibility.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classVisibility.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classes.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classes.kt index 9fb67afb44d..1febcc0ce33 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classes.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/classes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/functions.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/functions.kt index b6e3c43a230..8a9372217f5 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/functions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/functions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/javaVisibility.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/javaVisibility.kt index 3376fd86266..d0508d4d841 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/javaVisibility.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/javaVisibility.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/properties.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/properties.kt index f571ca2eabd..24711c80d9a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/properties.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/properties.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/typeParameters.kt b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/typeParameters.kt index 1e9003f822a..486fed08f81 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/modifiers/typeParameters.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/modifiers/typeParameters.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/callFunctionsInMultifileClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/callFunctionsInMultifileClass.kt index a3f57e30b09..682f33e92f1 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/callFunctionsInMultifileClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/callFunctionsInMultifileClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: Test1.kt diff --git a/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/callPropertiesInMultifileClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/callPropertiesInMultifileClass.kt index 8939a169de1..44e0b439f7f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/callPropertiesInMultifileClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/callPropertiesInMultifileClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // KT-11447 Multifile declaration causes IAE: Method can not access a member of class // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/javaFieldForVarAndConstVal.kt b/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/javaFieldForVarAndConstVal.kt index 81d5b406ced..b992742377c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/javaFieldForVarAndConstVal.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/multifileClasses/javaFieldForVarAndConstVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/javaClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/javaClass.kt index 456830c2cd9..6284db2f30f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/javaClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/javaClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt index 83fb877637c..b11712c344a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/classReference.kt b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/classReference.kt index b6a963f9ab9..4ed13798050 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/classReference.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/methodsFromAny/classReference.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/primitiveJavaClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/primitiveJavaClass.kt index e65c322986e..bf9dcabbfbb 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/primitiveJavaClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/primitiveJavaClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt index f8c7514c81f..67e138a1036 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/reifiedTypeJavaClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/simpleClassLiterals.kt b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/simpleClassLiterals.kt index 202059e4942..406b86f608d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/simpleClassLiterals.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/noReflectAtRuntime/simpleClassLiterals.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundInnerClassConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundInnerClassConstructor.kt index 69aea956d07..03cd195f1cc 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundInnerClassConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundInnerClassConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT import kotlin.reflect.KParameter diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundObjectMemberReferences.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundObjectMemberReferences.kt index 646eed1de73..7a98551c5da 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundObjectMemberReferences.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundObjectMemberReferences.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundReferences.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundReferences.kt index 0b47967fd42..bbea4bf670b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundReferences.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/boundReferences.kt @@ -1,5 +1,5 @@ // TODO: investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/findParameterByName.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/findParameterByName.kt index 808f3dc072b..f2f150edf7a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/findParameterByName.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/findParameterByName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/functionParameterNameAndIndex.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/functionParameterNameAndIndex.kt index 853b6d017c8..3e1e388b3ee 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/functionParameterNameAndIndex.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/functionParameterNameAndIndex.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt index c44fd9c4b66..5965ee88ef4 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/instanceExtensionReceiverAndValueParameters.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/isMarkedNullable.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/isMarkedNullable.kt index e44112a1410..710974e28b1 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/isMarkedNullable.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/isMarkedNullable.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/isOptional.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/isOptional.kt index faf6aedb1a6..d3cf38ffc2c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/isOptional.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/isOptional.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/javaAnnotationConstructor.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/javaAnnotationConstructor.kt index 69e4078006d..99446536ed4 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/javaAnnotationConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/javaAnnotationConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/javaParametersHaveNoNames.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/javaParametersHaveNoNames.kt index 81c55e79d58..0ae71fbf586 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/javaParametersHaveNoNames.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/javaParametersHaveNoNames.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/kinds.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/kinds.kt index 31311ea8beb..9e8281631ce 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/kinds.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/kinds.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/parameters/propertySetter.kt b/backend.native/tests/external/codegen/blackbox/reflection/parameters/propertySetter.kt index b3aa00ed4e1..9b50df6eb51 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/parameters/propertySetter.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/parameters/propertySetter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/accessorNames.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/accessorNames.kt index 234964d8f6e..9750f307a4f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/accessorNames.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/accessorNames.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/extensionPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/extensionPropertyAccessors.kt index 1640522f1af..db64040fe10 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/extensionPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/extensionPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/memberExtensions.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/memberExtensions.kt index 7d5020c49f8..afcf1c0eb57 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/memberExtensions.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/memberExtensions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/memberPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/memberPropertyAccessors.kt index c96895ab6fd..9a3d6d97b39 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/memberPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/memberPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/topLevelPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/topLevelPropertyAccessors.kt index 73d72347c5b..c896fe0882c 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/topLevelPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/accessors/topLevelPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/allVsDeclared.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/allVsDeclared.kt index df4ec4fb96a..58970f582d8 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/allVsDeclared.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/allVsDeclared.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/callPrivatePropertyFromGetProperties.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/callPrivatePropertyFromGetProperties.kt index e0c673ace25..0006b5c4efe 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/callPrivatePropertyFromGetProperties.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/callPrivatePropertyFromGetProperties.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/declaredVsInheritedProperties.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/declaredVsInheritedProperties.kt index cbcf79d07cd..53e5eaf3aca 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/declaredVsInheritedProperties.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/declaredVsInheritedProperties.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/fakeOverridesInSubclass.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/fakeOverridesInSubclass.kt index 277f3d15473..abeae583ff4 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/fakeOverridesInSubclass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/fakeOverridesInSubclass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt index 72746db555e..c662235809e 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/genericClassLiteralPropertyReceiverIsStar.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/genericOverriddenProperty.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/genericOverriddenProperty.kt index e5f16577086..5f31f518c65 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/genericOverriddenProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/genericOverriddenProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // KT-13700 Exception obtaining descriptor for property reference diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/genericProperty.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/genericProperty.kt index d4f14856955..e50b948af6f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/genericProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/genericProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt index 50c9df2be44..13b0c3fbec9 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/getExtensionPropertiesMutableVsReadonly.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/getPropertiesMutableVsReadonly.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/getPropertiesMutableVsReadonly.kt index e87e566dec5..736d0a33b91 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/getPropertiesMutableVsReadonly.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/getPropertiesMutableVsReadonly.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/invokeKProperty.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/invokeKProperty.kt index 5f5904536c2..4b1709d8116 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/invokeKProperty.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/invokeKProperty.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/javaPropertyInheritedInKotlin.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/javaPropertyInheritedInKotlin.kt index aee681049dd..2c246b57836 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/javaPropertyInheritedInKotlin.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/javaPropertyInheritedInKotlin.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/javaStaticField.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/javaStaticField.kt index c4a7e21464d..77e92fbb187 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/javaStaticField.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/javaStaticField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/kotlinPropertyInheritedInJava.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/kotlinPropertyInheritedInJava.kt index c1e4cb4f6f5..20166493f5a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/kotlinPropertyInheritedInJava.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/kotlinPropertyInheritedInJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/memberAndMemberExtensionWithSameName.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/memberAndMemberExtensionWithSameName.kt index c8542b602fb..1078c0380f9 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/memberAndMemberExtensionWithSameName.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/memberAndMemberExtensionWithSameName.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/mutatePrivateJavaInstanceField.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/mutatePrivateJavaInstanceField.kt index 38e4da13923..9522b302d13 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/mutatePrivateJavaInstanceField.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/mutatePrivateJavaInstanceField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/mutatePrivateJavaStaticField.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/mutatePrivateJavaStaticField.kt index 720556a2d19..541df83fb82 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/mutatePrivateJavaStaticField.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/mutatePrivateJavaStaticField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/noConflictOnKotlinGetterAndJavaField.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/noConflictOnKotlinGetterAndJavaField.kt index 2780e258503..09a15935bc9 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/noConflictOnKotlinGetterAndJavaField.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/noConflictOnKotlinGetterAndJavaField.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/overrideKotlinPropertyByJavaMethod.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/overrideKotlinPropertyByJavaMethod.kt index a876ff69c9e..ea3b816568d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/overrideKotlinPropertyByJavaMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/overrideKotlinPropertyByJavaMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateClassVal.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateClassVal.kt index c580f4aef8d..6e4e20f4f72 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateClassVal.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateClassVal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateClassVar.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateClassVar.kt index 75c5ca55e4e..be1cf290bcd 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateClassVar.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateClassVar.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateFakeOverrideFromSuperclass.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateFakeOverrideFromSuperclass.kt index f88544b28c4..0ac136eed17 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateFakeOverrideFromSuperclass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateFakeOverrideFromSuperclass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateJvmStaticVarInObject.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateJvmStaticVarInObject.kt index 398d7666db1..9aabee699a0 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateJvmStaticVarInObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateJvmStaticVarInObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/privatePropertyCallIsAccessibleOnAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/privatePropertyCallIsAccessibleOnAccessors.kt index c97d2dcddac..d15f8b9e09f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/privatePropertyCallIsAccessibleOnAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/privatePropertyCallIsAccessibleOnAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateToThisAccessors.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateToThisAccessors.kt index d2ee9281c69..0abecc51601 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/privateToThisAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/privateToThisAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/propertyOfNestedClassAndArrayType.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/propertyOfNestedClassAndArrayType.kt index 4755576f096..cca3ef60307 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/propertyOfNestedClassAndArrayType.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/propertyOfNestedClassAndArrayType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/protectedClassVar.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/protectedClassVar.kt index 783c69dd6d4..7c915af12df 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/protectedClassVar.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/protectedClassVar.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/publicClassValAccessible.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/publicClassValAccessible.kt index 4be1ab8df8c..1e2837c17ef 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/publicClassValAccessible.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/publicClassValAccessible.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/referenceToJavaFieldOfKotlinSubclass.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/referenceToJavaFieldOfKotlinSubclass.kt index 3762436a664..f634dab9d71 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/referenceToJavaFieldOfKotlinSubclass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/referenceToJavaFieldOfKotlinSubclass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/properties/simpleGetProperties.kt b/backend.native/tests/external/codegen/blackbox/reflection/properties/simpleGetProperties.kt index bb19ac504ac..f14387359b6 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/properties/simpleGetProperties.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/properties/simpleGetProperties.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/specialBuiltIns/getMembersOfStandardJavaClasses.kt b/backend.native/tests/external/codegen/blackbox/reflection/specialBuiltIns/getMembersOfStandardJavaClasses.kt index ceb08f00bd1..d1ae9ba0f8d 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/specialBuiltIns/getMembersOfStandardJavaClasses.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/specialBuiltIns/getMembersOfStandardJavaClasses.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/builtInClassSupertypes.kt b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/builtInClassSupertypes.kt index 0aed2bbd5d4..0fe836de76b 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/builtInClassSupertypes.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/builtInClassSupertypes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/genericSubstitution.kt b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/genericSubstitution.kt index d3f609e4bb0..618ac48b2f3 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/genericSubstitution.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/genericSubstitution.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/isSubclassOfIsSuperclassOf.kt b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/isSubclassOfIsSuperclassOf.kt index fec97be73d4..efbc87e30e5 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/isSubclassOfIsSuperclassOf.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/isSubclassOfIsSuperclassOf.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/primitives.kt b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/primitives.kt index ccbafb2e66e..9cf5410c504 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/primitives.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/primitives.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/simpleSupertypes.kt b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/simpleSupertypes.kt index d9189c68722..c17e7ce9529 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/supertypes/simpleSupertypes.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/supertypes/simpleSupertypes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/declarationSiteVariance.kt b/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/declarationSiteVariance.kt index d91f297aab5..51262ffdbad 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/declarationSiteVariance.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/declarationSiteVariance.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/typeParametersAndNames.kt b/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/typeParametersAndNames.kt index d864a4bce9a..2ad93a4d12a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/typeParametersAndNames.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/typeParametersAndNames.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/upperBounds.kt b/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/upperBounds.kt index 2cd803757e3..37f2c4ae2a4 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/upperBounds.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/typeParameters/upperBounds.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/classifierIsClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/classifierIsClass.kt index 5423e934e13..13f0031e6aa 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/classifierIsClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/classifierIsClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/classifierIsTypeParameter.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/classifierIsTypeParameter.kt index b92b6f82870..03f3fc828e1 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/classifierIsTypeParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/classifierIsTypeParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/classifiersOfBuiltInTypes.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/classifiersOfBuiltInTypes.kt index 27df7ab2269..e05bd80dc9f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/classifiersOfBuiltInTypes.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/classifiersOfBuiltInTypes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/equality.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/equality.kt index b164b459a24..b2ed998ab0a 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/equality.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/equality.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/innerGeneric.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/innerGeneric.kt index a1e75cb8349..3ec4b16ca33 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/innerGeneric.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/innerGeneric.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/simpleCreateType.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/simpleCreateType.kt index fb1189f49d6..a31ee1d2f9f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/simpleCreateType.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/simpleCreateType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/typeParameter.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/typeParameter.kt index 25e837694a5..db0fc185655 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/typeParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/typeParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/wrongNumberOfArguments.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/wrongNumberOfArguments.kt index 73c044da3ad..834f04c1bdf 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/createType/wrongNumberOfArguments.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/createType/wrongNumberOfArguments.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/innerGenericArguments.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/innerGenericArguments.kt index 11a6e3d3f71..66f84b13eae 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/innerGenericArguments.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/innerGenericArguments.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/jvmErasureOfClass.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/jvmErasureOfClass.kt index 8c3acb125a3..87c35586db6 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/jvmErasureOfClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/jvmErasureOfClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/jvmErasureOfTypeParameter.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/jvmErasureOfTypeParameter.kt index 5b3f4f4daa2..5112e8e0b6f 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/jvmErasureOfTypeParameter.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/jvmErasureOfTypeParameter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/platformTypeNotEqualToKotlinType.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/platformTypeNotEqualToKotlinType.kt index f7ac0e77e93..556607a12de 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/platformTypeNotEqualToKotlinType.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/platformTypeNotEqualToKotlinType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/platformType.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/platformType.kt index 0901242ee2a..0242d6febfd 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/platformType.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/platformType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/simpleGenericTypes.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/simpleGenericTypes.kt index 0a9f07aa0a1..ff0e3b290d6 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/simpleGenericTypes.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/simpleGenericTypes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/simpleSubtypeSupertype.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/simpleSubtypeSupertype.kt index 3b2032ddccc..ac0b42bd669 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/simpleSubtypeSupertype.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/simpleSubtypeSupertype.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/typeProjection.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/typeProjection.kt index 4cae206d8d6..586b6d6b036 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/typeProjection.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/subtyping/typeProjection.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/typeArguments.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/typeArguments.kt index 2f5507f331a..c07bd52d723 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/typeArguments.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/typeArguments.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/useSiteVariance.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/useSiteVariance.kt index 6be21fb92c8..be511cd44db 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/useSiteVariance.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/useSiteVariance.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/reflection/types/withNullability.kt b/backend.native/tests/external/codegen/blackbox/reflection/types/withNullability.kt index 2bf550e7aa9..34cd04295a9 100644 --- a/backend.native/tests/external/codegen/blackbox/reflection/types/withNullability.kt +++ b/backend.native/tests/external/codegen/blackbox/reflection/types/withNullability.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_REFLECT // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/regressions/collections.kt b/backend.native/tests/external/codegen/blackbox/regressions/collections.kt index aef72483d91..91779c31220 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/collections.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/collections.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/regressions/getGenericInterfaces.kt b/backend.native/tests/external/codegen/blackbox/regressions/getGenericInterfaces.kt index 964220090d8..a0c9fe398e7 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/getGenericInterfaces.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/getGenericInterfaces.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KT-4485 getGenericInterfaces vs getInterfaces for kotlin classes diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt1172.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt1172.kt index b4fa90465a2..feaa0290dad 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt1172.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt1172.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // not sure if it's ok to change Object to Any // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt1515.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt1515.kt index 38e00ad6b56..038e7120483 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt1515.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt1515.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: 1.kt diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt1568.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt1568.kt index fb6770e9da0..e9f44796815 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt1568.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt1568.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt1932.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt1932.kt index df7e3fe3fa0..1404fde6962 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt1932.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt1932.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt2246.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt2246.kt index 28bbc2321b2..e03cc3155fc 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt2246.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt2246.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt2318.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt2318.kt index a124aa15eb6..21d87c5e022 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt2318.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt2318.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt2593.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt2593.kt index 093a1d01116..cee437b0d37 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt2593.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt2593.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt274.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt274.kt index d49c14e826a..d6393b5578a 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt274.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt274.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt3046.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt3046.kt index 1b71da1475c..ffdc39f27de 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt3046.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt3046.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt344.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt344.kt index 948f5d26daa..196a5f38daf 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt344.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt344.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt4259.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt4259.kt index 3803247c36d..2f5ff42b84a 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt4259.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt4259.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt4262.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt4262.kt index c34c88f35e3..d170254879f 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt4262.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt4262.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt528.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt528.kt index 60c5361a14a..cf19709bf50 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt528.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt528.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt529.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt529.kt index b22b0ab3edb..ca20d00ea2a 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt529.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt529.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt533.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt533.kt index 6b38479569d..8a728eae40b 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt533.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt533.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt5445.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt5445.kt index 87a23405c7d..808a90f35e6 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt5445.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt5445.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: 1.kt diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt5445_2.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt5445_2.kt index fb0b45ec62f..97b4274cab5 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt5445_2.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt5445_2.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: 1.kt diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt6434.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt6434.kt index 8cb94c7a42a..49036644c7a 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt6434.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt6434.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt6485.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt6485.kt index 1e609a5645e..01977c6cf72 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt6485.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt6485.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt715.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt715.kt index 86006fdcd54..63e80a20157 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt715.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt715.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/kt864.kt b/backend.native/tests/external/codegen/blackbox/regressions/kt864.kt index b6e32417942..df346f2cc36 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/kt864.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/kt864.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/regressions/nestedIntersection.kt b/backend.native/tests/external/codegen/blackbox/regressions/nestedIntersection.kt index 9be19247af8..fa19aa885e7 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/nestedIntersection.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/nestedIntersection.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/regressions/referenceToSelfInLocal.kt b/backend.native/tests/external/codegen/blackbox/regressions/referenceToSelfInLocal.kt index 5761d0d00a4..bdda90a6e92 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/referenceToSelfInLocal.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/referenceToSelfInLocal.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // KT-4351 Cannot resolve reference to self in init of class local to function diff --git a/backend.native/tests/external/codegen/blackbox/regressions/typeCastException.kt b/backend.native/tests/external/codegen/blackbox/regressions/typeCastException.kt index 99500695485..669cfc04943 100644 --- a/backend.native/tests/external/codegen/blackbox/regressions/typeCastException.kt +++ b/backend.native/tests/external/codegen/blackbox/regressions/typeCastException.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/DIExample.kt b/backend.native/tests/external/codegen/blackbox/reified/DIExample.kt index 5b8db46d8b5..9ec149f89f2 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/DIExample.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/DIExample.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/anonymousObject.kt b/backend.native/tests/external/codegen/blackbox/reified/anonymousObject.kt index 612ba58f353..2517f1cc929 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/anonymousObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/anonymousObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/anonymousObjectNoPropagate.kt b/backend.native/tests/external/codegen/blackbox/reified/anonymousObjectNoPropagate.kt index 06934dfa3f0..24ef70e04eb 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/anonymousObjectNoPropagate.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/anonymousObjectNoPropagate.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/anonymousObjectReifiedSupertype.kt b/backend.native/tests/external/codegen/blackbox/reified/anonymousObjectReifiedSupertype.kt index f26aadf0efd..8c173baea8c 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/anonymousObjectReifiedSupertype.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/anonymousObjectReifiedSupertype.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/approximateCapturedTypes.kt b/backend.native/tests/external/codegen/blackbox/reified/approximateCapturedTypes.kt index 7febb78913a..a270f4f0d7e 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/approximateCapturedTypes.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/approximateCapturedTypes.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // Basically this test checks that no captured type used as argument for signature mapping diff --git a/backend.native/tests/external/codegen/blackbox/reified/arraysReification/instanceOf.kt b/backend.native/tests/external/codegen/blackbox/reified/arraysReification/instanceOf.kt index b3db2462a04..eb8f592b691 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/arraysReification/instanceOf.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/arraysReification/instanceOf.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/arraysReification/instanceOfArrays.kt b/backend.native/tests/external/codegen/blackbox/reified/arraysReification/instanceOfArrays.kt index 0557c36171b..1ea7f096e4b 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/arraysReification/instanceOfArrays.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/arraysReification/instanceOfArrays.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/arraysReification/jClass.kt b/backend.native/tests/external/codegen/blackbox/reified/arraysReification/jClass.kt index eafc6ba8149..08514a0359d 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/arraysReification/jClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/arraysReification/jClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/arraysReification/jaggedArrayOfNulls.kt b/backend.native/tests/external/codegen/blackbox/reified/arraysReification/jaggedArrayOfNulls.kt index 8d4bc476108..07143130bfe 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/arraysReification/jaggedArrayOfNulls.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/arraysReification/jaggedArrayOfNulls.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/asOnPlatformType.kt b/backend.native/tests/external/codegen/blackbox/reified/asOnPlatformType.kt index 781ca4d0e29..1a3964f06a7 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/asOnPlatformType.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/asOnPlatformType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/reified/defaultJavaClass.kt b/backend.native/tests/external/codegen/blackbox/reified/defaultJavaClass.kt index d67c688ccef..ff05c5b2551 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/defaultJavaClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/defaultJavaClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/filterIsInstance.kt b/backend.native/tests/external/codegen/blackbox/reified/filterIsInstance.kt index f346e09fb54..489c8b6bcc0 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/filterIsInstance.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/filterIsInstance.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/innerAnonymousObject.kt b/backend.native/tests/external/codegen/blackbox/reified/innerAnonymousObject.kt index c1aa86e0bdc..c6c995c85a2 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/innerAnonymousObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/innerAnonymousObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/instanceof.kt b/backend.native/tests/external/codegen/blackbox/reified/instanceof.kt index e3b8f5ce6c8..3d56c9f4771 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/instanceof.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/instanceof.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/isOnPlatformType.kt b/backend.native/tests/external/codegen/blackbox/reified/isOnPlatformType.kt index 9145708f32f..a60989dd637 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/isOnPlatformType.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/isOnPlatformType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/reified/javaClass.kt b/backend.native/tests/external/codegen/blackbox/reified/javaClass.kt index a802437479f..2e7559b4e78 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/javaClass.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/javaClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/nestedReified.kt b/backend.native/tests/external/codegen/blackbox/reified/nestedReified.kt index 3541986ec12..6787fb86885 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/nestedReified.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/nestedReified.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/nestedReifiedSignature.kt b/backend.native/tests/external/codegen/blackbox/reified/nestedReifiedSignature.kt index f019235be48..ea4fe763e54 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/nestedReifiedSignature.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/nestedReifiedSignature.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/newArrayInt.kt b/backend.native/tests/external/codegen/blackbox/reified/newArrayInt.kt index b1d92cfbef9..74ea8b366f7 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/newArrayInt.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/newArrayInt.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/nonInlineableLambdaInReifiedFunction.kt b/backend.native/tests/external/codegen/blackbox/reified/nonInlineableLambdaInReifiedFunction.kt index d970d16e2a5..c243cb1206b 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/nonInlineableLambdaInReifiedFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/nonInlineableLambdaInReifiedFunction.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/recursiveInnerAnonymousObject.kt b/backend.native/tests/external/codegen/blackbox/reified/recursiveInnerAnonymousObject.kt index c93adf8e1ae..e75f5c80b5e 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/recursiveInnerAnonymousObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/recursiveInnerAnonymousObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/recursiveNewArray.kt b/backend.native/tests/external/codegen/blackbox/reified/recursiveNewArray.kt index edd797547fd..7925668cc22 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/recursiveNewArray.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/recursiveNewArray.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/recursiveNonInlineableLambda.kt b/backend.native/tests/external/codegen/blackbox/reified/recursiveNonInlineableLambda.kt index 93f46742359..364262bcee2 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/recursiveNonInlineableLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/recursiveNonInlineableLambda.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineFunOfObject.kt b/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineFunOfObject.kt index effbdc75764..75387478a8a 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineFunOfObject.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineFunOfObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineFunOfObjectWithinReified.kt b/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineFunOfObjectWithinReified.kt index 690848b3cbb..e211f6e52b8 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineFunOfObjectWithinReified.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineFunOfObjectWithinReified.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineIntoNonInlineableLambda.kt b/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineIntoNonInlineableLambda.kt index 19ca4d92125..6636a564543 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineIntoNonInlineableLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/reifiedInlineIntoNonInlineableLambda.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/reified/sameIndexRecursive.kt b/backend.native/tests/external/codegen/blackbox/reified/sameIndexRecursive.kt index 0b5bde0eaef..b5fc6022839 100644 --- a/backend.native/tests/external/codegen/blackbox/reified/sameIndexRecursive.kt +++ b/backend.native/tests/external/codegen/blackbox/reified/sameIndexRecursive.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/safeCall/kt232.kt b/backend.native/tests/external/codegen/blackbox/safeCall/kt232.kt index 49a35fc9975..f23e75dbce1 100644 --- a/backend.native/tests/external/codegen/blackbox/safeCall/kt232.kt +++ b/backend.native/tests/external/codegen/blackbox/safeCall/kt232.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A() { fun foo() { diff --git a/backend.native/tests/external/codegen/blackbox/sam/constructors/filenameFilter.kt b/backend.native/tests/external/codegen/blackbox/sam/constructors/filenameFilter.kt index 7aa5936902c..a6651307bed 100644 --- a/backend.native/tests/external/codegen/blackbox/sam/constructors/filenameFilter.kt +++ b/backend.native/tests/external/codegen/blackbox/sam/constructors/filenameFilter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import java.io.* diff --git a/backend.native/tests/external/codegen/blackbox/sam/constructors/nonLiteralFilenameFilter.kt b/backend.native/tests/external/codegen/blackbox/sam/constructors/nonLiteralFilenameFilter.kt index 1a94108f7c6..d6672316a1c 100644 --- a/backend.native/tests/external/codegen/blackbox/sam/constructors/nonLiteralFilenameFilter.kt +++ b/backend.native/tests/external/codegen/blackbox/sam/constructors/nonLiteralFilenameFilter.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import java.io.* diff --git a/backend.native/tests/external/codegen/blackbox/sam/constructors/samWrappersDifferentFiles.kt b/backend.native/tests/external/codegen/blackbox/sam/constructors/samWrappersDifferentFiles.kt index fd05985efc8..3b1cfbc0298 100644 --- a/backend.native/tests/external/codegen/blackbox/sam/constructors/samWrappersDifferentFiles.kt +++ b/backend.native/tests/external/codegen/blackbox/sam/constructors/samWrappersDifferentFiles.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FILE: 1/wrapped.kt diff --git a/backend.native/tests/external/codegen/blackbox/sam/constructors/sameWrapperClass.kt b/backend.native/tests/external/codegen/blackbox/sam/constructors/sameWrapperClass.kt index 48eb26fc748..ee39d412a0c 100644 --- a/backend.native/tests/external/codegen/blackbox/sam/constructors/sameWrapperClass.kt +++ b/backend.native/tests/external/codegen/blackbox/sam/constructors/sameWrapperClass.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { val f = { } diff --git a/backend.native/tests/external/codegen/blackbox/secondaryConstructors/withNonLocalReturn.kt b/backend.native/tests/external/codegen/blackbox/secondaryConstructors/withNonLocalReturn.kt index 2e56fdc0e88..97e4d24e68a 100644 --- a/backend.native/tests/external/codegen/blackbox/secondaryConstructors/withNonLocalReturn.kt +++ b/backend.native/tests/external/codegen/blackbox/secondaryConstructors/withNonLocalReturn.kt @@ -1,5 +1,5 @@ // TODO enable for JS backend too when KT-14549 will be fixed -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE inline fun run(block: () -> Unit) = block() diff --git a/backend.native/tests/external/codegen/blackbox/smartCasts/lambdaArgumentWithoutType.kt b/backend.native/tests/external/codegen/blackbox/smartCasts/lambdaArgumentWithoutType.kt index a5e38e427a0..b385b115457 100644 --- a/backend.native/tests/external/codegen/blackbox/smartCasts/lambdaArgumentWithoutType.kt +++ b/backend.native/tests/external/codegen/blackbox/smartCasts/lambdaArgumentWithoutType.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class Foo(val s: String) fun foo(): Foo? = Foo("OK") diff --git a/backend.native/tests/external/codegen/blackbox/specialBuiltins/bridgeNotEmptyMap.kt b/backend.native/tests/external/codegen/blackbox/specialBuiltins/bridgeNotEmptyMap.kt index 1b1d43a9c20..bdc90a71a2c 100644 --- a/backend.native/tests/external/codegen/blackbox/specialBuiltins/bridgeNotEmptyMap.kt +++ b/backend.native/tests/external/codegen/blackbox/specialBuiltins/bridgeNotEmptyMap.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE private object NotEmptyMap : MutableMap { override fun containsKey(key: Any): Boolean = true diff --git a/backend.native/tests/external/codegen/blackbox/specialBuiltins/collectionImpl.kt b/backend.native/tests/external/codegen/blackbox/specialBuiltins/collectionImpl.kt index 4ab3890681f..0e145b90460 100644 --- a/backend.native/tests/external/codegen/blackbox/specialBuiltins/collectionImpl.kt +++ b/backend.native/tests/external/codegen/blackbox/specialBuiltins/collectionImpl.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A1 : MutableCollection { override val size: Int diff --git a/backend.native/tests/external/codegen/blackbox/specialBuiltins/emptyList.kt b/backend.native/tests/external/codegen/blackbox/specialBuiltins/emptyList.kt index 51ff7cd35e7..d7c4c262b7e 100644 --- a/backend.native/tests/external/codegen/blackbox/specialBuiltins/emptyList.kt +++ b/backend.native/tests/external/codegen/blackbox/specialBuiltins/emptyList.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE private object EmptyList : List { override fun contains(element: Nothing): Boolean = false diff --git a/backend.native/tests/external/codegen/blackbox/specialBuiltins/notEmptyListAny.kt b/backend.native/tests/external/codegen/blackbox/specialBuiltins/notEmptyListAny.kt index e289d230889..7bb922953d7 100644 --- a/backend.native/tests/external/codegen/blackbox/specialBuiltins/notEmptyListAny.kt +++ b/backend.native/tests/external/codegen/blackbox/specialBuiltins/notEmptyListAny.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE private object NotEmptyList : MutableList { override fun contains(element: Any): Boolean = true diff --git a/backend.native/tests/external/codegen/blackbox/specialBuiltins/notEmptyMap.kt b/backend.native/tests/external/codegen/blackbox/specialBuiltins/notEmptyMap.kt index 3e19df62282..875c615b4ca 100644 --- a/backend.native/tests/external/codegen/blackbox/specialBuiltins/notEmptyMap.kt +++ b/backend.native/tests/external/codegen/blackbox/specialBuiltins/notEmptyMap.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE private object NotEmptyMap : MutableMap { override fun containsKey(key: Any): Boolean = true diff --git a/backend.native/tests/external/codegen/blackbox/statics/fields.kt b/backend.native/tests/external/codegen/blackbox/statics/fields.kt index 20cd4ddb815..a32fda1f232 100644 --- a/backend.native/tests/external/codegen/blackbox/statics/fields.kt +++ b/backend.native/tests/external/codegen/blackbox/statics/fields.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Child.java diff --git a/backend.native/tests/external/codegen/blackbox/statics/functions.kt b/backend.native/tests/external/codegen/blackbox/statics/functions.kt index f06f8aba581..0a2e6767fdb 100644 --- a/backend.native/tests/external/codegen/blackbox/statics/functions.kt +++ b/backend.native/tests/external/codegen/blackbox/statics/functions.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Child.java diff --git a/backend.native/tests/external/codegen/blackbox/statics/hidePrivateByPublic.kt b/backend.native/tests/external/codegen/blackbox/statics/hidePrivateByPublic.kt index ffe8b37d042..6b6e3642663 100644 --- a/backend.native/tests/external/codegen/blackbox/statics/hidePrivateByPublic.kt +++ b/backend.native/tests/external/codegen/blackbox/statics/hidePrivateByPublic.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Child.java diff --git a/backend.native/tests/external/codegen/blackbox/statics/inlineCallsStaticMethod.kt b/backend.native/tests/external/codegen/blackbox/statics/inlineCallsStaticMethod.kt index 80224d8ba56..3e0b726b9ad 100644 --- a/backend.native/tests/external/codegen/blackbox/statics/inlineCallsStaticMethod.kt +++ b/backend.native/tests/external/codegen/blackbox/statics/inlineCallsStaticMethod.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Test.java diff --git a/backend.native/tests/external/codegen/blackbox/statics/protectedSamConstructor.kt b/backend.native/tests/external/codegen/blackbox/statics/protectedSamConstructor.kt index 7026016840e..41be4ad28c8 100644 --- a/backend.native/tests/external/codegen/blackbox/statics/protectedSamConstructor.kt +++ b/backend.native/tests/external/codegen/blackbox/statics/protectedSamConstructor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/statics/protectedStatic.kt b/backend.native/tests/external/codegen/blackbox/statics/protectedStatic.kt index 61f8e3ab8cc..c8fe82f334d 100644 --- a/backend.native/tests/external/codegen/blackbox/statics/protectedStatic.kt +++ b/backend.native/tests/external/codegen/blackbox/statics/protectedStatic.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: First.java diff --git a/backend.native/tests/external/codegen/blackbox/statics/protectedStatic2.kt b/backend.native/tests/external/codegen/blackbox/statics/protectedStatic2.kt index a6bbeee7730..931b1eace43 100644 --- a/backend.native/tests/external/codegen/blackbox/statics/protectedStatic2.kt +++ b/backend.native/tests/external/codegen/blackbox/statics/protectedStatic2.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: Base.java diff --git a/backend.native/tests/external/codegen/blackbox/statics/protectedStaticAndInline.kt b/backend.native/tests/external/codegen/blackbox/statics/protectedStaticAndInline.kt index c5b96ca260c..738e874d2e4 100644 --- a/backend.native/tests/external/codegen/blackbox/statics/protectedStaticAndInline.kt +++ b/backend.native/tests/external/codegen/blackbox/statics/protectedStaticAndInline.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: First.java diff --git a/backend.native/tests/external/codegen/blackbox/strings/kt2592.kt b/backend.native/tests/external/codegen/blackbox/strings/kt2592.kt index 32134689f31..589d5ab8586 100644 --- a/backend.native/tests/external/codegen/blackbox/strings/kt2592.kt +++ b/backend.native/tests/external/codegen/blackbox/strings/kt2592.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun box(): String { String() diff --git a/backend.native/tests/external/codegen/blackbox/strings/kt889.kt b/backend.native/tests/external/codegen/blackbox/strings/kt889.kt index 99c32c3fa54..c09089eefec 100644 --- a/backend.native/tests/external/codegen/blackbox/strings/kt889.kt +++ b/backend.native/tests/external/codegen/blackbox/strings/kt889.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE operator fun Int.plus(s: String) : String { System.out?.println("Int.plus(s: String) called") diff --git a/backend.native/tests/external/codegen/blackbox/strings/kt894.kt b/backend.native/tests/external/codegen/blackbox/strings/kt894.kt index d822bcd3456..f8e9620a8fc 100644 --- a/backend.native/tests/external/codegen/blackbox/strings/kt894.kt +++ b/backend.native/tests/external/codegen/blackbox/strings/kt894.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun stringConcat(n : Int) : String? { var string : String? = "" diff --git a/backend.native/tests/external/codegen/blackbox/strings/stringBuilderAppend.kt b/backend.native/tests/external/codegen/blackbox/strings/stringBuilderAppend.kt index c994f4c4a0a..e11087ddfd5 100644 --- a/backend.native/tests/external/codegen/blackbox/strings/stringBuilderAppend.kt +++ b/backend.native/tests/external/codegen/blackbox/strings/stringBuilderAppend.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE class A() { diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/changeMonitor.kt b/backend.native/tests/external/codegen/blackbox/synchronized/changeMonitor.kt index 4db88b8f3f7..effbf887c33 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/changeMonitor.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/changeMonitor.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/exceptionInMonitorExpression.kt b/backend.native/tests/external/codegen/blackbox/synchronized/exceptionInMonitorExpression.kt index 5df4f84c98f..e0180c1e7a3 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/exceptionInMonitorExpression.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/exceptionInMonitorExpression.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/finally.kt b/backend.native/tests/external/codegen/blackbox/synchronized/finally.kt index 289040bf9d6..0cae07f34f0 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/finally.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/finally.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/longValue.kt b/backend.native/tests/external/codegen/blackbox/synchronized/longValue.kt index 107d028ffe6..c06a4efd2a1 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/longValue.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/longValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/nestedDifferentObjects.kt b/backend.native/tests/external/codegen/blackbox/synchronized/nestedDifferentObjects.kt index ccfa71d2c35..369f1266120 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/nestedDifferentObjects.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/nestedDifferentObjects.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/nestedSameObject.kt b/backend.native/tests/external/codegen/blackbox/synchronized/nestedSameObject.kt index c48210df13f..8f451dfd855 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/nestedSameObject.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/nestedSameObject.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/nonLocalReturn.kt b/backend.native/tests/external/codegen/blackbox/synchronized/nonLocalReturn.kt index 90beb6d7110..de47313baa5 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/nonLocalReturn.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/nonLocalReturn.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/objectValue.kt b/backend.native/tests/external/codegen/blackbox/synchronized/objectValue.kt index e6424739f77..d1d2acd2e88 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/objectValue.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/objectValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/sync.kt b/backend.native/tests/external/codegen/blackbox/synchronized/sync.kt index f2462277a80..e08ad511b68 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/sync.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/sync.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/value.kt b/backend.native/tests/external/codegen/blackbox/synchronized/value.kt index 15d2d9cad94..1f04c749df4 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/value.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/value.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/synchronized/wait.kt b/backend.native/tests/external/codegen/blackbox/synchronized/wait.kt index 3ec5edd2c85..64b788e3593 100644 --- a/backend.native/tests/external/codegen/blackbox/synchronized/wait.kt +++ b/backend.native/tests/external/codegen/blackbox/synchronized/wait.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/syntheticAccessors/syntheticAccessorNames.kt b/backend.native/tests/external/codegen/blackbox/syntheticAccessors/syntheticAccessorNames.kt index 4e270a36f04..7f90fb35831 100644 --- a/backend.native/tests/external/codegen/blackbox/syntheticAccessors/syntheticAccessorNames.kt +++ b/backend.native/tests/external/codegen/blackbox/syntheticAccessors/syntheticAccessorNames.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME // This test checks that synthetic accessors generated by Kotlin compiler have names starting with "access$" diff --git a/backend.native/tests/external/codegen/blackbox/toArray/toTypedArray.kt b/backend.native/tests/external/codegen/blackbox/toArray/toTypedArray.kt index 694f4905d8b..4a98b0cf943 100644 --- a/backend.native/tests/external/codegen/blackbox/toArray/toTypedArray.kt +++ b/backend.native/tests/external/codegen/blackbox/toArray/toTypedArray.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // missing isArrayOf on JS // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt b/backend.native/tests/external/codegen/blackbox/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt index ab8972bd862..e464f276b32 100644 --- a/backend.native/tests/external/codegen/blackbox/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt +++ b/backend.native/tests/external/codegen/blackbox/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt b/backend.native/tests/external/codegen/blackbox/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt index 7376c2e0314..a0a275444d4 100644 --- a/backend.native/tests/external/codegen/blackbox/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt +++ b/backend.native/tests/external/codegen/blackbox/topLevelPrivate/noPrivateNoAccessorsInMultiFileFacade2.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/topLevelPrivate/privateVisibility.kt b/backend.native/tests/external/codegen/blackbox/topLevelPrivate/privateVisibility.kt index 484cd832104..b8fde078208 100644 --- a/backend.native/tests/external/codegen/blackbox/topLevelPrivate/privateVisibility.kt +++ b/backend.native/tests/external/codegen/blackbox/topLevelPrivate/privateVisibility.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FULL_JDK package test diff --git a/backend.native/tests/external/codegen/blackbox/topLevelPrivate/syntheticAccessorInMultiFile.kt b/backend.native/tests/external/codegen/blackbox/topLevelPrivate/syntheticAccessorInMultiFile.kt index 83f8ffc997d..65ed58cc260 100644 --- a/backend.native/tests/external/codegen/blackbox/topLevelPrivate/syntheticAccessorInMultiFile.kt +++ b/backend.native/tests/external/codegen/blackbox/topLevelPrivate/syntheticAccessorInMultiFile.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/traits/abstractClassInheritsFromInterface.kt b/backend.native/tests/external/codegen/blackbox/traits/abstractClassInheritsFromInterface.kt index 7e83b204b77..627b60834d9 100644 --- a/backend.native/tests/external/codegen/blackbox/traits/abstractClassInheritsFromInterface.kt +++ b/backend.native/tests/external/codegen/blackbox/traits/abstractClassInheritsFromInterface.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: ExtendsKCWithT.java diff --git a/backend.native/tests/external/codegen/blackbox/traits/diamondPropertyAccessors.kt b/backend.native/tests/external/codegen/blackbox/traits/diamondPropertyAccessors.kt index ce344d9014f..a0eede09d5a 100644 --- a/backend.native/tests/external/codegen/blackbox/traits/diamondPropertyAccessors.kt +++ b/backend.native/tests/external/codegen/blackbox/traits/diamondPropertyAccessors.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface A { var bar: Boolean diff --git a/backend.native/tests/external/codegen/blackbox/traits/inheritJavaInterface.kt b/backend.native/tests/external/codegen/blackbox/traits/inheritJavaInterface.kt index 7efb7336918..44f9fac7be5 100644 --- a/backend.native/tests/external/codegen/blackbox/traits/inheritJavaInterface.kt +++ b/backend.native/tests/external/codegen/blackbox/traits/inheritJavaInterface.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: MyInt.java diff --git a/backend.native/tests/external/codegen/blackbox/traits/interfaceDefaultImpls.kt b/backend.native/tests/external/codegen/blackbox/traits/interfaceDefaultImpls.kt index cd164825f4f..65727b9bdd5 100644 --- a/backend.native/tests/external/codegen/blackbox/traits/interfaceDefaultImpls.kt +++ b/backend.native/tests/external/codegen/blackbox/traits/interfaceDefaultImpls.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: B.java diff --git a/backend.native/tests/external/codegen/blackbox/traits/kt2399.kt b/backend.native/tests/external/codegen/blackbox/traits/kt2399.kt index 9b59cb8cab1..54dbd833474 100644 --- a/backend.native/tests/external/codegen/blackbox/traits/kt2399.kt +++ b/backend.native/tests/external/codegen/blackbox/traits/kt2399.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // on JS Parser.parse and MultiParser.parse clash in ProjectInfoJsonParser class JsonObject { diff --git a/backend.native/tests/external/codegen/blackbox/traits/kt3500.kt b/backend.native/tests/external/codegen/blackbox/traits/kt3500.kt index 92954f58c8d..94cf3925737 100644 --- a/backend.native/tests/external/codegen/blackbox/traits/kt3500.kt +++ b/backend.native/tests/external/codegen/blackbox/traits/kt3500.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface BK { fun foo(): String = 10.toString() diff --git a/backend.native/tests/external/codegen/blackbox/traits/noPrivateDelegation.kt b/backend.native/tests/external/codegen/blackbox/traits/noPrivateDelegation.kt index 7f1dc62d68c..d1c3bd777bf 100644 --- a/backend.native/tests/external/codegen/blackbox/traits/noPrivateDelegation.kt +++ b/backend.native/tests/external/codegen/blackbox/traits/noPrivateDelegation.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface Z{ diff --git a/backend.native/tests/external/codegen/blackbox/traits/traitImplDiamond.kt b/backend.native/tests/external/codegen/blackbox/traits/traitImplDiamond.kt index 7c0a3eaa1ad..1fe1ebfad15 100644 --- a/backend.native/tests/external/codegen/blackbox/traits/traitImplDiamond.kt +++ b/backend.native/tests/external/codegen/blackbox/traits/traitImplDiamond.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE interface A { fun foo() = "Fail" diff --git a/backend.native/tests/external/codegen/blackbox/typeInfo/asInLoop.kt b/backend.native/tests/external/codegen/blackbox/typeInfo/asInLoop.kt index a256df47b85..5c10094c85d 100644 --- a/backend.native/tests/external/codegen/blackbox/typeInfo/asInLoop.kt +++ b/backend.native/tests/external/codegen/blackbox/typeInfo/asInLoop.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import java.io.* diff --git a/backend.native/tests/external/codegen/blackbox/typeMapping/enhancedPrimitives.kt b/backend.native/tests/external/codegen/blackbox/typeMapping/enhancedPrimitives.kt index 03c6034cde6..b94098789db 100644 --- a/backend.native/tests/external/codegen/blackbox/typeMapping/enhancedPrimitives.kt +++ b/backend.native/tests/external/codegen/blackbox/typeMapping/enhancedPrimitives.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: J.java diff --git a/backend.native/tests/external/codegen/blackbox/typeMapping/genericTypeWithNothing.kt b/backend.native/tests/external/codegen/blackbox/typeMapping/genericTypeWithNothing.kt index a06f6791d6b..8f6c732f1ef 100644 --- a/backend.native/tests/external/codegen/blackbox/typeMapping/genericTypeWithNothing.kt +++ b/backend.native/tests/external/codegen/blackbox/typeMapping/genericTypeWithNothing.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/typeMapping/kt309.kt b/backend.native/tests/external/codegen/blackbox/typeMapping/kt309.kt index 3717841f2ed..873343a37ba 100644 --- a/backend.native/tests/external/codegen/blackbox/typeMapping/kt309.kt +++ b/backend.native/tests/external/codegen/blackbox/typeMapping/kt309.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/typeMapping/typeParameterMultipleBounds.kt b/backend.native/tests/external/codegen/blackbox/typeMapping/typeParameterMultipleBounds.kt index 6c5ba217659..138c2d51355 100644 --- a/backend.native/tests/external/codegen/blackbox/typeMapping/typeParameterMultipleBounds.kt +++ b/backend.native/tests/external/codegen/blackbox/typeMapping/typeParameterMultipleBounds.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/unit/UnitValue.kt b/backend.native/tests/external/codegen/blackbox/unit/UnitValue.kt index 1fef505f0af..8b5744d17db 100644 --- a/backend.native/tests/external/codegen/blackbox/unit/UnitValue.kt +++ b/backend.native/tests/external/codegen/blackbox/unit/UnitValue.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun foo() {} diff --git a/backend.native/tests/external/codegen/blackbox/unit/kt4212.kt b/backend.native/tests/external/codegen/blackbox/unit/kt4212.kt index e0c04071aca..6db8f894a26 100644 --- a/backend.native/tests/external/codegen/blackbox/unit/kt4212.kt +++ b/backend.native/tests/external/codegen/blackbox/unit/kt4212.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE fun foo(): Any? = bar() diff --git a/backend.native/tests/external/codegen/blackbox/vararg/varargInJava.kt b/backend.native/tests/external/codegen/blackbox/vararg/varargInJava.kt index 36745b853a3..89e7e8004e6 100644 --- a/backend.native/tests/external/codegen/blackbox/vararg/varargInJava.kt +++ b/backend.native/tests/external/codegen/blackbox/vararg/varargInJava.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // FILE: A.java diff --git a/backend.native/tests/external/codegen/blackbox/when/integralWhenWithNoInlinedConstants.kt b/backend.native/tests/external/codegen/blackbox/when/integralWhenWithNoInlinedConstants.kt index 1d07419974a..4b58f875147 100644 --- a/backend.native/tests/external/codegen/blackbox/when/integralWhenWithNoInlinedConstants.kt +++ b/backend.native/tests/external/codegen/blackbox/when/integralWhenWithNoInlinedConstants.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/when/stringOptimization/duplicatingItemsSameHashCode.kt b/backend.native/tests/external/codegen/blackbox/when/stringOptimization/duplicatingItemsSameHashCode.kt index 00ff2e6812e..53f6754fb71 100644 --- a/backend.native/tests/external/codegen/blackbox/when/stringOptimization/duplicatingItemsSameHashCode.kt +++ b/backend.native/tests/external/codegen/blackbox/when/stringOptimization/duplicatingItemsSameHashCode.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME diff --git a/backend.native/tests/external/codegen/blackbox/when/stringOptimization/sameHashCode.kt b/backend.native/tests/external/codegen/blackbox/when/stringOptimization/sameHashCode.kt index 2114ac50d26..fd4d11e6b65 100644 --- a/backend.native/tests/external/codegen/blackbox/when/stringOptimization/sameHashCode.kt +++ b/backend.native/tests/external/codegen/blackbox/when/stringOptimization/sameHashCode.kt @@ -1,5 +1,5 @@ // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // WITH_RUNTIME