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

ruby-changes:73251

From: Maxime <ko1@a...>
Date: Tue, 30 Aug 2022 01:05:03 +0900 (JST)
Subject: [ruby-changes:73251] d63b3e43bd (master): Enable test_thread.rb on arm, now working

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

From d63b3e43bd0a2dac5447855e3fae2c3de3499e53 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@s...>
Date: Thu, 4 Aug 2022 16:47:35 -0400
Subject: Enable test_thread.rb on arm, now working

---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 839b4a6c17..18f8ae5b25 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -151,6 +151,7 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L151
     bootstraptest/test_proc.rb \
     bootstraptest/test_string.rb \
     bootstraptest/test_struct.rb \
+    bootstraptest/test_thread.rb \
     bootstraptest/test_yjit_new_backend.rb \
     bootstraptest/test_yjit_rust_port.rb
 
@@ -159,7 +160,6 @@ yjit_task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L160
   #bootstraptest/test_insns.rb (missing opt_send)
   #bootstraptest/test_literal.rb (displacement bug)
   #bootstraptest/test_syntax.rb (missing opt_send)
-  #bootstraptest/test_thread.rb (deadlock)
   #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/

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