ruby/bootstraptest
John Hawthorn 87a85550ed Re-initialize vm->ractor.sched.lock after fork
Previously under certain conditions it was possible to encounter a
deadlock in the forked child process if ractor.sched.lock was held.

Co-authored-by: Nathan Froyd <froydnj@gmail.com>
2024-08-13 11:52:24 -07:00
..
pending.rb
runner.rb Rename a variable name 2024-07-19 16:39:21 +09:00
test_attr.rb
test_autoload.rb Use `File.write` instead of `Kernel#open` 2024-07-09 13:01:44 +09:00
test_block.rb
test_class.rb
test_constant_cache.rb
test_env.rb
test_eval.rb
test_exception.rb
test_fiber.rb
test_finalizer.rb Test finalizer is ran in bootstraptest 2024-04-01 10:26:16 -04:00
test_flip.rb
test_flow.rb
test_fork.rb Re-initialize vm->ractor.sched.lock after fork 2024-08-13 11:52:24 -07:00
test_gc.rb
test_insns.rb Expand opt_newarray_send to support Array#pack with buffer keyword arg 2024-07-29 16:26:58 -04:00
test_io.rb Use `File.write` instead of `Kernel#open` 2024-07-09 13:01:44 +09:00
test_jump.rb
test_literal.rb
test_literal_suffix.rb [PRISM] Enhance syntax error message extraction in test_literal_suffix btest 2024-04-03 17:34:12 -04:00
test_load.rb Use `File.write` instead of `Kernel#open` 2024-07-09 13:01:44 +09:00
test_marshal.rb
test_massign.rb
test_method.rb Fix forwarding for optimized send 2024-07-02 11:48:43 -07:00
test_objectspace.rb
test_proc.rb
test_ractor.rb fix `defined?(@ivar)` with Ractors 2024-07-12 04:43:14 +09:00
test_rjit.rb RJIT: Fixed and/or reg+disp32 operations (#10856) 2024-06-13 15:55:01 -07:00
test_string.rb
test_struct.rb
test_syntax.rb Skip flaky RJIT tests 2024-06-03 16:50:43 -07:00
test_thread.rb Use `File.write` instead of `Kernel#open` 2024-07-09 13:01:44 +09:00
test_yjit.rb Expand opt_newarray_send to support Array#pack with buffer keyword arg 2024-07-29 16:26:58 -04:00
test_yjit_30k_ifelse.rb
test_yjit_30k_methods.rb
test_yjit_rust_port.rb