From 5728b347333f7a2cf6a081c30c0b0b82c7f89f5c Mon Sep 17 00:00:00 2001 From: Vladimir Sukharev Date: Fri, 29 Dec 2023 19:29:51 +0100 Subject: [PATCH] [K/N][Tests] Ignore test `klibName` on LInux with caches ^KT-61259 --- native/native.tests/testData/codegen/link/klibName.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/native/native.tests/testData/codegen/link/klibName.kt b/native/native.tests/testData/codegen/link/klibName.kt index 3449ea2dfc5..ec294104c50 100644 --- a/native/native.tests/testData/codegen/link/klibName.kt +++ b/native/native.tests/testData/codegen/link/klibName.kt @@ -1,3 +1,9 @@ +// KT-64622: [K/N] `ar` utility fails with symbol `@` in module/klib name on Linux with static cache +// IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE && target=linux_x64 +// IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE && target=linux_arm64 +// IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE && target=linux_x64 +// IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE && target=linux_arm64 + // MODULE: lib@name // FILE: lib.kt