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)