[K/N][tests] Ignore test redundant_safepoints.kt under linux_x64

^KT-64844
This commit is contained in:
Vladimir Sukharev
2024-01-09 11:54:37 +01:00
committed by Space Team
parent dcf1c7e61d
commit 3d0a91bf3c
@@ -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)