aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/runner.rb: fix commit miss on r44278.ko12013-12-181-1/+0
* * gc.c (gc_profile_dump_major_reason): fix this function because major_reasonko12013-12-181-0/+1
* * test/profile_test_all.rb: refactoring memory profiling tool forko12013-08-161-1/+1
* Show more portable and detailed info on NoMemoryError ref #8711naruse2013-08-011-1/+1
* Show memory usage on NoMemoryError ref #8711naruse2013-08-011-0/+1
* revert r42255 ref #8711naruse2013-07-311-4/+0
* Show /proc/meminfo on NoMemoryError ref #8711naruse2013-07-311-2/+1
* rescue NoMemoryErrornaruse2013-07-301-1/+1
* remove debugging raise in previous commitnaruse2013-07-301-1/+0
* Show ObjectSpace.count_objects to debug NoMemoryErrornaruse2013-07-301-1/+12
* test/runner.rb: reap zombiesnobu2013-06-191-0/+12
* * test/runner.rb: Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set.drbrain2012-12-011-9/+1
* runner.rb: no installed gemsnobu2012-08-031-0/+1
* test: skip default gemsnobu2012-07-121-0/+9
* test: realpathnobu2012-06-081-1/+1
* * common.mk (RUN_OPT): disable gems.nobu2011-07-081-0/+2
* * test/runner.rb: set Gem::TestCase's @@project_dir.naruse2011-03-221-0/+3
* Import rubygems 1.6.2 (release candidate @ 2026fbb5)ryan2011-03-091-1/+1
* * bin/testrb, test/runner.rb, lib/test/unit.rb: improve backwardnobu2011-02-111-9/+1
* * common.mk (test-build): test for build process.nobu2010-12-061-1/+0
* * test/profile_test_all.rb: added.ko12010-10-291-0/+2
* * lib/test/unit.rb (Test::Unit::GlobOption): merged RejectOption.nobu2010-09-161-12/+3
* * lib/test/unit.rb (MiniTest::Unit#process_args): refactored.nobu2010-07-171-1/+2
* * lib/test/unit.rb: MiniTest::Unit is different class fromnobu2010-07-171-1/+1
* * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame2010-07-161-1/+1
* * lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu2010-07-161-1/+1
* * test/runner.rb: search srcdir/test/arg at first to find test/rubyakr2008-10-201-3/+3
* * lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr2008-10-191-1/+21
* * lib/test/unit: removed test/unit.akr2008-10-161-16/+2
* Disable minitest autorunner and run manually in order to get test/unit fork/s...ryan2008-10-151-1/+11
* Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan2008-10-101-43/+1
* Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rbdrbrain2008-09-291-0/+2
* I finally clued into the fact that test/unit's -x was for file level filterin...ryan2008-09-251-2/+21
* Allow for -v and other flags to be passed through properlyryan2008-09-241-1/+4
* Added ARGV filtering for tests. Allows for multiple valuesryan2008-09-241-4/+11
* Added changes needed for miniunit. usually from using internal calls that are...ryan2008-09-231-1/+12
* * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott2005-02-171-1/+1
* * test/runner.rb (CROSS_COMPILING): need to require rbconfig.rb beforeeban2004-11-201-1/+2
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+1
* * bin/testrb: new test runner. [ruby-core:01845]nobu2003-12-021-4/+1
* * eval.c (rb_feature_p): match by classified suffix.nobu2003-10-131-1/+4
* * lib/test/unit.rb: removed installation instructions.ntalbott2003-10-081-58/+2
* * lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi2003-10-041-1/+1
* * test/runner.rb: glob for directories.nobu2003-09-301-1/+8
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-11/+14
* * test/runner.rb: arguments should be keys.nobu2003-09-051-1/+1
* test/runner.rb: convert Version to numeric array.nobu2003-09-051-3/+2
* test/runner.rb: add Release.nobu2003-09-051-3/+4
* * lib/optparse.rb (--version): fix assignment/reference order.nobu2003-09-051-10/+21
* * test/runner.rb: added. gets testcases from command line and runs it.nahi2003-09-051-0/+42