index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
runner.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the built bundled gems in test-all as well as test-bundled-gems
Nobuyoshi Nakada
2022-12-09
1
-5
/
+7
*
Disable experimental warnings in test/runner.rb
Nobuyoshi Nakada
2021-11-10
1
-0
/
+2
*
Fix bundled gems locations
Nobuyoshi Nakada
2021-07-30
1
-1
/
+1
*
No codesign in tests
Nobuyoshi Nakada
2021-03-27
1
-0
/
+1
*
Separated tool/test/runner.rb and test/runner.rb
Nobuyoshi Nakada
2019-07-25
1
-0
/
+11
*
tool/test/runner.rb: support --test-target-dir option
Yusuke Endoh
2019-07-21
1
-39
/
+0
*
Fixed the wrong path for COVERAGE.
Hiroshi SHIBATA
2019-07-02
1
-1
/
+1
*
Move to tool/lib from test/lib.
Hiroshi SHIBATA
2019-07-02
1
-6
/
+7
*
the working directory may not be srcdir
usa
2017-09-07
1
-1
/
+1
*
Measure the test coverage without SimpleCov
mame
2017-09-07
1
-8
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
1
-1
/
+1
*
* test/lib/iseq_loader_checker.rb: add iseq dumper/loader checker.
ko1
2015-12-07
1
-0
/
+1
*
* test/runner.rb: use official repository for coverage tool.
hsbt
2015-11-09
1
-2
/
+7
*
* test/runner.rb: extracted test helper.
hsbt
2015-11-06
1
-13
/
+1
*
* lib/rake/*: Gemify rake [fix GH-862][Feature #11025]
hsbt
2015-04-04
1
-0
/
+5
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
* test/runner.rb: reporting test coverage for test-all with COVERAGE env.
hsbt
2014-09-02
1
-0
/
+6
*
* test/profile_test_all.rb: move into test library directory.
hsbt
2014-06-26
1
-1
/
+1
*
* test/lib/tracepointchecker.rb: add to check TracePoint healthiness.
ko1
2014-06-20
1
-13
/
+2
*
runner.rb: instance variable
nobu
2014-06-16
1
-2
/
+2
*
* test/runner.rb: failure message should be passed as an argument.
ko1
2014-06-16
1
-2
/
+4
*
* test/runner.rb: capture TracePoint stat before setup and compare
ko1
2014-06-16
1
-6
/
+8
*
runner.rb: use class variable
nobu
2014-06-14
1
-3
/
+4
*
runner.rb: check increment
nobu
2014-06-14
1
-1
/
+3
*
runner.rb: include event name
nobu
2014-06-14
1
-1
/
+1
*
* vm_trace.c: add new method TracePoint.stat to debug
ko1
2014-06-13
1
-0
/
+6
*
* test/runner.rb: fixed randomly test failure.
hsbt
2014-05-27
1
-0
/
+1
*
* test/runner.rb: remove dependency test-unit and minitest
hsbt
2014-05-17
1
-2
/
+4
*
* test/runner.rb: fix commit miss on r44278.
ko1
2013-12-18
1
-1
/
+0
*
* gc.c (gc_profile_dump_major_reason): fix this function because major_reason
ko1
2013-12-18
1
-0
/
+1
*
* test/profile_test_all.rb: refactoring memory profiling tool for
ko1
2013-08-16
1
-1
/
+1
*
Show more portable and detailed info on NoMemoryError ref #8711
naruse
2013-08-01
1
-1
/
+1
*
Show memory usage on NoMemoryError ref #8711
naruse
2013-08-01
1
-0
/
+1
*
revert r42255 ref #8711
naruse
2013-07-31
1
-4
/
+0
*
Show /proc/meminfo on NoMemoryError ref #8711
naruse
2013-07-31
1
-2
/
+1
*
rescue NoMemoryError
naruse
2013-07-30
1
-1
/
+1
*
remove debugging raise in previous commit
naruse
2013-07-30
1
-1
/
+0
*
Show ObjectSpace.count_objects to debug NoMemoryError
naruse
2013-07-30
1
-1
/
+12
*
test/runner.rb: reap zombies
nobu
2013-06-19
1
-0
/
+12
*
* test/runner.rb: Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set.
drbrain
2012-12-01
1
-9
/
+1
*
runner.rb: no installed gems
nobu
2012-08-03
1
-0
/
+1
*
test: skip default gems
nobu
2012-07-12
1
-0
/
+9
*
test: realpath
nobu
2012-06-08
1
-1
/
+1
*
* common.mk (RUN_OPT): disable gems.
nobu
2011-07-08
1
-0
/
+2
*
* test/runner.rb: set Gem::TestCase's @@project_dir.
naruse
2011-03-22
1
-0
/
+3
*
Import rubygems 1.6.2 (release candidate @ 2026fbb5)
ryan
2011-03-09
1
-1
/
+1
*
* bin/testrb, test/runner.rb, lib/test/unit.rb: improve backward
nobu
2011-02-11
1
-9
/
+1
*
* common.mk (test-build): test for build process.
nobu
2010-12-06
1
-1
/
+0
*
* test/profile_test_all.rb: added.
ko1
2010-10-29
1
-0
/
+2
[next]