mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
ZJIT: Reject ISEQs with too-large stack_max (#13770)
This commit is contained in:
parent
e240b415a5
commit
d5f5a56bf2
3 changed files with 10 additions and 2 deletions
2
.github/workflows/zjit-macos.yml
vendored
2
.github/workflows/zjit-macos.yml
vendored
|
@ -125,6 +125,7 @@ jobs:
|
|||
../src/bootstraptest/test_literal_suffix.rb \
|
||||
../src/bootstraptest/test_load.rb \
|
||||
../src/bootstraptest/test_marshal.rb \
|
||||
../src/bootstraptest/test_massign.rb \
|
||||
../src/bootstraptest/test_method.rb \
|
||||
../src/bootstraptest/test_objectspace.rb \
|
||||
../src/bootstraptest/test_string.rb \
|
||||
|
@ -136,7 +137,6 @@ jobs:
|
|||
../src/bootstraptest/test_yjit_rust_port.rb
|
||||
# ../src/bootstraptest/test_eval.rb \
|
||||
# ../src/bootstraptest/test_insns.rb \
|
||||
# ../src/bootstraptest/test_massign.rb \
|
||||
# ../src/bootstraptest/test_proc.rb \
|
||||
# ../src/bootstraptest/test_ractor.rb \
|
||||
# ../src/bootstraptest/test_yjit.rb \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue