ruby--ruby/test/-ext-/bug_reporter
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
..
test_bug_reporter.rb Do not create core file if it is intentional abort 2022-01-19 23:17:14 +09:00