1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/lib
nobu 95256bcf97 test/unit.rb: glob w/o prefix/suffix
* test/lib/test/unit.rb (Test::Unit::GlobOption#non_options): glob
  the given pattern as-is under the TESTSDIR without the prefix
  nor the suffix, when it has separator(s) but does not end with a
  separator nor is not a directory.  e.g.:

      make test-all TESTS='ruby/test_time*'

  runs `ruby/test_time.rb` and `ruby/test_time_tz.rb` only, like
  as the following:

      make test-all TESTS='$(TESTSDIR)/ruby/test_time*'

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-10-23 14:26:23 +00:00
..
-test-
minitest revisit more MJIT test skips 2018-10-22 15:49:22 +00:00
test test/unit.rb: glob w/o prefix/suffix 2018-10-23 14:26:23 +00:00
envutil.rb Show how many seconds it timeouts 2018-01-05 20:36:46 +00:00
find_executable.rb Specify frozen_string_literal: true. 2017-06-20 11:10:37 +00:00
iseq_loader_checker.rb Specify frozen_string_literal: true. 2017-06-20 11:10:37 +00:00
jit_support.rb revisit more MJIT test skips 2018-10-22 15:49:22 +00:00
leakchecker.rb Revert "test/lib/leakchecker.rb (find_tempfiles): don't warn for missing files" 2018-08-14 22:59:57 +00:00
memory_status.rb Specify frozen_string_literal: true. 2017-06-20 11:10:37 +00:00
profile_test_all.rb Specify frozen_string_literal: true. 2017-06-20 11:10:37 +00:00
tracepointchecker.rb Ignore failures related to threading. 2017-11-27 02:11:36 +00:00
with_different_ofs.rb Specify frozen_string_literal: true. 2017-06-20 11:10:37 +00:00
zombie_hunter.rb test/lib/zombie_hunter.rb: enable zombie hunter for MJIT 2018-08-18 02:20:46 +00:00