mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Enable btests now passing on arm (https://github.com/Shopify/ruby/pull/378)
This commit is contained in:
parent
8278d72290
commit
46822ee13f
1 changed files with 3 additions and 3 deletions
|
@ -129,6 +129,7 @@ yjit_task:
|
|||
RUST_BACKTRACE=1 ruby --disable=gems bootstraptest/runner.rb --ruby="./miniruby -I./lib -I. -I.ext/common --disable-gems --yjit-call-threshold=1 --yjit-verify-ctx" \
|
||||
bootstraptest/test_attr.rb \
|
||||
bootstraptest/test_autoload.rb \
|
||||
bootstraptest/test_block.rb \
|
||||
bootstraptest/test_class.rb \
|
||||
bootstraptest/test_constant_cache.rb \
|
||||
bootstraptest/test_env.rb \
|
||||
|
@ -151,15 +152,14 @@ yjit_task:
|
|||
bootstraptest/test_proc.rb \
|
||||
bootstraptest/test_string.rb \
|
||||
bootstraptest/test_struct.rb \
|
||||
bootstraptest/test_syntax.rb \
|
||||
bootstraptest/test_thread.rb \
|
||||
bootstraptest/test_yjit_new_backend.rb \
|
||||
bootstraptest/test_yjit_rust_port.rb
|
||||
|
||||
# These are the btests we can't run yet on arm:
|
||||
#bootstraptest/test_block.rb (missing opt_send)
|
||||
#bootstraptest/test_insns.rb (missing opt_send)
|
||||
#bootstraptest/test_insns.rb (illegal instruction)
|
||||
#bootstraptest/test_literal.rb (displacement bug)
|
||||
#bootstraptest/test_syntax.rb (missing opt_send)
|
||||
#bootstraptest/test_yjit.rb (multiple bugs)
|
||||
#bootstraptest/test_yjit_30k_ifelse.rb (missing opt_send)
|
||||
#bootstraptest/test_yjit_30k_methods.rb (missing opt_send)
|
||||
|
|
Loading…
Reference in a new issue