summaryrefslogtreecommitdiff
path: root/lib/cgi/util.rb
diff options
context:
space:
mode:
authorYusuke Endoh <[email protected]>2025-05-01 16:50:46 +0900
committerYusuke Endoh <[email protected]>2025-05-01 17:21:36 +0900
commit5cee3329df2963667d958cc7bb091f77ae9172aa (patch)
tree3b735671ea74f1781d519a24830a05fa106519f9 /lib/cgi/util.rb
parentde6e59e5ba038e4d1293b5d973a2c8b1d27b4ac6 (diff)
Skip test affected by TracePoint-dependent allocation_class_path
These assertions fail when TracePoint is enabled due to differing allocation context. Commented out for now until behavior is fixed. See [Bug #21298]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13228
Diffstat (limited to 'lib/cgi/util.rb')
0 files changed, 0 insertions, 0 deletions
63ccc8649ea8ebf27979132c0c'>A bunch of clippy auto fixes for yjit (#6476)Jimmy Miller 2022-08-29Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...Takashi Kokubun 2022-08-29Enable skipdata on Capstone to allow embedded data without early stop to disa...Noah Gibbs 2022-08-29Update disasm to work on ARM (https://github.com/Shopify/ruby/pull/331)Noah Gibbs 2022-08-24add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs 2022-05-02YJIT: Remove redundant `extern crate` (#5869)Koichi ITO 2022-04-29YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu 2022-04-27Rust YJITAlan Wu