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

ruby-changes:73220

From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 01:03:06 +0900 (JST)
Subject: [ruby-changes:73220] 96303342e4 (master): Enable more btests

https://git.ruby-lang.org/ruby.git/commit/?id=96303342e4

From 96303342e417cb2e5980d3e3f0909d32bf004431 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...>
Date: Fri, 22 Jul 2022 12:26:59 -0400
Subject: Enable more btests

---
 .cirrus.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index a6d29cd3eb..d71ac851e3 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -143,7 +143,11 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L143
     bootstraptest/test_jump.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_string.rb \
+    bootstraptest/test_struct.rb \
     bootstraptest/test_yjit_new_backend.rb
   # full_build_script: make -j
-- 
cgit v1.2.1


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

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