[前][次][番号順一覧][スレッド一覧]

ruby-changes:73265

From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 01:05:16 +0900 (JST)
Subject: [ruby-changes:73265] 46822ee13f (master): Enable btests now passing on arm (https://github.com/Shopify/ruby/pull/378)

https://git.ruby-lang.org/ruby.git/commit/?id=46822ee13f

From 46822ee13f4fb8d590c3bd6c66aab71566d68dfe Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Fri, 5 Aug 2022 17:09:22 -0400
Subject: Enable btests now passing on arm
 (https://github.com/Shopify/ruby/pull/378)

---
 .cirrus.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 18f8ae5b25..31fa448d5a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -129,6 +129,7 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L129
     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: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L152
     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)
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]