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