From 3d0a91bf3c4784ac08a76dc0a81630c082e2a54e Mon Sep 17 00:00:00 2001 From: Vladimir Sukharev Date: Tue, 9 Jan 2024 11:54:37 +0100 Subject: [PATCH] [K/N][tests] Ignore test `redundant_safepoints.kt` under linux_x64 ^KT-64844 --- .../testData/codegen/box/fileCheck/redundant_safepoints.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/testData/codegen/box/fileCheck/redundant_safepoints.kt b/compiler/testData/codegen/box/fileCheck/redundant_safepoints.kt index 6245ba43843..ad1bc5c3373 100644 --- a/compiler/testData/codegen/box/fileCheck/redundant_safepoints.kt +++ b/compiler/testData/codegen/box/fileCheck/redundant_safepoints.kt @@ -1,6 +1,9 @@ // TARGET_BACKEND: NATIVE // FILECHECK_STAGE: RemoveRedundantSafepoints +// KT-64844 +// IGNORE_NATIVE: target=linux_x64 && optimizationMode=OPT + // This test checks: // - there is only one safepoint per function // - safepoint function is inlined in OPT mode, unless SMALLBINARY is needed (for ex, watchos_arm32)