From 54c07f5ebbf3587d122e60c6642e094201129211 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Tue, 18 Apr 2023 10:29:39 +0200 Subject: [PATCH] Ignore K2 expectPropertyAsDefaultArgument.kt test for K1/Native It is not supposed to work with K1 on Native due to test infrastructure limitations, and actually fails in one of the compilation modes in nightly tests. --- .../k2/defaultArguments/expectPropertyAsDefaultArgument.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt index 1a4da2f01a8..997770e35f8 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6 +// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE // !LANGUAGE: +MultiPlatformProjects // ISSUE: KT-57263