Skip to content

Commit ccbbe06

Browse files
committed
YJIT: Disable the runtime_checks feature temporarily
The stack canary gets killed in test_yjit.rb:224 for some reason. Needs investigation. Example CI failure: https://github.com/ruby/ruby/actions/runs/16307837724/job/46057558066
1 parent 9552132 commit ccbbe06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ path = "jit.rs"
2222

2323
[features]
2424
disasm = ["yjit?/disasm", "zjit?/disasm"]
25-
runtime_checks = ["yjit?/runtime_checks", "zjit?/runtime_checks"]
25+
# TODO(GH-642) Turning this on trips a btest failure.
26+
runtime_checks = [] # ["yjit?/runtime_checks", "zjit?/runtime_checks"]
2627
yjit = [ "dep:yjit" ]
2728
zjit = [ "dep:zjit" ]
2829

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy