ruby-changes:73273
From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 01:07:30 +0900 (JST)
Subject: [ruby-changes:73273] 32d9eef562 (master): Enable test_literal.rb and test_ractor.rb on arm
https://git.ruby-lang.org/ruby.git/commit/?id=32d9eef562 From 32d9eef5626118b5848cdbe9fe8f17da043d781c Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...> Date: Tue, 9 Aug 2022 10:32:24 -0400 Subject: Enable test_literal.rb and test_ractor.rb on arm --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index f91b72be64..1d7056c1d2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -144,12 +144,14 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L144 bootstraptest/test_insns.rb \ bootstraptest/test_io.rb \ bootstraptest/test_jump.rb \ + bootstraptest/test_literal.rb \ bootstraptest/test_literal_suffix.rb \ bootstraptest/test_load.rb \ bootstraptest/test_marshal.rb \ bootstraptest/test_massign.rb \ bootstraptest/test_method.rb \ bootstraptest/test_objectspace.rb \ + bootstraptest/test_ractor.rb \ bootstraptest/test_proc.rb \ bootstraptest/test_string.rb \ bootstraptest/test_struct.rb \ -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/