ruby-changes:73262
From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 01:05:15 +0900 (JST)
Subject: [ruby-changes:73262] 85d6d76e41 (master): Enable test_insns.rb on arm
https://git.ruby-lang.org/ruby.git/commit/?id=85d6d76e41 From 85d6d76e41b0c2cec64e3726d8218467954f5ee6 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...> Date: Mon, 8 Aug 2022 18:42:42 -0400 Subject: Enable test_insns.rb on arm --- .cirrus.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 31fa448d5a..f91b72be64 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -141,6 +141,7 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L141 bootstraptest/test_flow.rb \ bootstraptest/test_fork.rb \ bootstraptest/test_gc.rb \ + bootstraptest/test_insns.rb \ bootstraptest/test_io.rb \ bootstraptest/test_jump.rb \ bootstraptest/test_literal_suffix.rb \ @@ -158,7 +159,9 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L159 bootstraptest/test_yjit_rust_port.rb # These are the btests we can't run yet on arm: - #bootstraptest/test_insns.rb (illegal instruction) + #bootstraptest/test_block.rb (missing opt_send) + #bootstraptest/test_insns.rb (missing opt_send) + #bootstraptest/test_ractor.rb ? (untested) #bootstraptest/test_literal.rb (displacement bug) #bootstraptest/test_yjit.rb (multiple bugs) #bootstraptest/test_yjit_30k_ifelse.rb (missing opt_send) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/