From 0021333b91ed316e2dd851f2c8a2ef6947d46beb Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Tue, 7 Jun 2022 18:24:22 +0300 Subject: [PATCH] [Native][test] Unmute more passing tests They now pass likely due to better handling of reflection information when renaming packages when grouping tests (see cee0731). --- .../codegen/box/reflection/classLiterals/simpleClassLiteral.kt | 1 - .../box/reflection/functions/genericOverriddenFunction.kt | 2 +- .../box/reflection/properties/genericOverriddenProperty.kt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/compiler/testData/codegen/box/reflection/classLiterals/simpleClassLiteral.kt b/compiler/testData/codegen/box/reflection/classLiterals/simpleClassLiteral.kt index 48af1cd2bdc..cdd827c3421 100644 --- a/compiler/testData/codegen/box/reflection/classLiterals/simpleClassLiteral.kt +++ b/compiler/testData/codegen/box/reflection/classLiterals/simpleClassLiteral.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: NATIVE // WITH_REFLECT // IGNORE_BACKEND: ANDROID class A diff --git a/compiler/testData/codegen/box/reflection/functions/genericOverriddenFunction.kt b/compiler/testData/codegen/box/reflection/functions/genericOverriddenFunction.kt index e9f33611acc..72530cbd6ef 100644 --- a/compiler/testData/codegen/box/reflection/functions/genericOverriddenFunction.kt +++ b/compiler/testData/codegen/box/reflection/functions/genericOverriddenFunction.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// IGNORE_BACKEND: JS, WASM // WITH_REFLECT diff --git a/compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt b/compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt index c364f6938f7..fb0862b9bf0 100644 --- a/compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt +++ b/compiler/testData/codegen/box/reflection/properties/genericOverriddenProperty.kt @@ -1,7 +1,7 @@ // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 // TODO: muted automatically, investigate should it be ran for JS or not -// IGNORE_BACKEND: JS, NATIVE, WASM +// IGNORE_BACKEND: JS, WASM // WITH_REFLECT // KT-13700 Exception obtaining descriptor for property reference