From 86c88c0c775e0db8507c3e5af124b716517134e9 Mon Sep 17 00:00:00 2001 From: Vladimir Sukharev Date: Wed, 10 Jan 2024 14:30:17 +0100 Subject: [PATCH] [K/N][Tests] Ignore `alwaysDisable` test which fails without caches ^KT-64868 --- compiler/testData/codegen/box/assert/alwaysDisable.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/assert/alwaysDisable.kt b/compiler/testData/codegen/box/assert/alwaysDisable.kt index 9cfa7401abc..73c0e2193bf 100644 --- a/compiler/testData/codegen/box/assert/alwaysDisable.kt +++ b/compiler/testData/codegen/box/assert/alwaysDisable.kt @@ -1,6 +1,8 @@ // IGNORE_BACKEND: WASM // WASM_MUTE_REASON: STDLIB_ASSERT -// KT-59059 +// https://youtrack.jetbrains.com/issue/KT-59059/Native-Assert-does-not-evaluate-argument-value-when-disabled +// https://youtrack.jetbrains.com/issue/KT-64868/K-N-Inlined-assert-is-later-not-removed-even-without-ea +// IGNORE_NATIVE: cacheMode=NO // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 // IGNORE_BACKEND: JS