1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Enable test_thread.rb on arm, now working

This commit is contained in:
Maxime Chevalier-Boisvert 2022-08-04 16:47:35 -04:00 committed by Takashi Kokubun
parent ddee4d3af8
commit d63b3e43bd
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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)