summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2022-08-04 16:47:35 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 08:47:06 -0700
commitd63b3e43bd0a2dac5447855e3fae2c3de3499e53 (patch)
tree7473a45a884a0a21981be91d32a5c502fa0504e4 /.cirrus.yml
parentddee4d3af8859d30e3714ac544828d5b76027093 (diff)
Enable test_thread.rb on arm, now working
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 839b4a6c17..18f8ae5b25 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -151,6 +151,7 @@ yjit_task:
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:
#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)