1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/-ext-
Jean Boussier c34a5469c8 Debug TestThreadInstrumentation
It previously failed with:

```
    1) Failure:
  TestThreadInstrumentation#test_thread_instrumentation_fork_safe [/home/runner/work/ruby/ruby/src/test/-ext-/thread/test_instrumentation_api.rb:50]:
  <5> expected but was
  <4>.
```

Suggesting one `EXIT` event wasn't fired or processed.

Adding an assetion on `Thead#status` may help figure out what is wrong.
2022-06-17 15:11:10 +02:00
..
arith_seq
array
bignum Avoid defining the same test class in multiple files 2022-04-22 15:00:16 -07:00
bug_reporter Do not create core file if it is intentional abort 2022-01-19 23:17:14 +09:00
class
debug
exception
file
float
funcall Avoid defining the same test class in multiple files 2022-04-22 15:00:16 -07:00
gvl
hash
integer
iseq_load
iter
load
marshal
method
num2int
path_to_class
popen_deadlock
postponed_job
proc
rational
st
string Decouple GC slot sizes from RVALUE 2022-02-02 09:52:04 -05:00
struct
symbol
thread Debug TestThreadInstrumentation 2022-06-17 15:11:10 +02:00
thread_fd
time
tracepoint
typeddata
vm
wait
win32
test_abi.rb [Feature #18249] Implement ABI checking 2022-02-22 09:55:21 -05:00
test_bug-3571.rb
test_bug-5832.rb
test_bug-14834.rb
test_enumerator_kw.rb
test_notimplement.rb
test_printf.rb
test_random.rb
test_recursion.rb
test_scan_args.rb