summaryrefslogtreecommitdiff
path: root/test/ruby/test_require_lib.rb
AgeCommit message (Collapse)Author
2023-09-13[Bug #19872] Refine TestRequireLibNobuyoshi Nakada
Always test only the scripts just under “lib", and just under child directories which has not the same name script in the upper level; instead of random sampling from whole libraries.
2023-08-03Remove --disable-gems for assert_separatelyPeter Zhu
assert_separately adds --disable=gems so we don't need to add --disable-gems when calling assert_separately. Notes: Merged: https://github.com/ruby/ruby/pull/8162
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2021-05-26RSS library is the bundled gems nowHiroshi SHIBATA
2021-05-26Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was ↵Hiroshi SHIBATA
removed from ruby repo
2019-12-06Detect started threads when require onlyKazuhiro NISHIYAMA