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-
Koichi Sasada 308fe1eb85 Do not create core file if it is intentional abort
Two tests abort intentionally and they create core files if
possible. In these case, we don't need to see core files
so disable by `"Process.setrlimit(Process::RLIMIT_CORE, 0)` for
those cases.
2022-01-19 23:17:14 +09:00
..
arith_seq
array
bignum
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 Use omit instead of skip: test/-ext-/**/*.rb 2021-12-28 21:13:39 +09:00
funcall
gvl Use omit instead of skip: test/-ext-/**/*.rb 2021-12-28 21:13:39 +09:00
hash
integer
iseq_load Use omit instead of skip: test/-ext-/**/*.rb 2021-12-28 21:13:39 +09:00
iter
load
marshal
method
num2int
path_to_class
popen_deadlock
postponed_job Avoid assert failure when NULL EC is expected 2021-11-22 19:29:29 -05:00
proc
rational
st
string Make embedded string length a long for VWA 2022-01-12 12:00:55 -05:00
struct
symbol
thread_fd
time
tracepoint
typeddata
vm
wait
win32
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