Skip to content

Commit 065e32f

Browse files
committed
Disable test broken by upstream.
1 parent bdf390a commit 065e32f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/native.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ end
273273
@test !occursin("%safepoint", ir)
274274

275275
ir = sprint(io->Native.code_llvm(io, identity, Tuple{Nothing}; entry_safepoint=true, optimize=false, dump_module=true))
276-
@test occursin("%safepoint", ir)
276+
@test occursin("%safepoint", ir) broken=(VERSION >= v"1.13.0-DEV.533")
277+
# XXX: broken by JuliaLang/julia#57010,
278+
# see https://github.com/JuliaLang/julia/pull/57010/files#r2079576894
277279
end
278280

279281
@testset "always_inline" begin

0 commit comments

Comments
 (0)