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
/
tool
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
envutil.rb: Also alias to #name
Nobuyoshi Nakada
2020-05-05
1
-2
/
+10
*
Initialize the class variable for Minitest::Unit.current_repeat_count
Nobuyoshi Nakada
2020-04-23
1
-0
/
+1
*
Expand retrying test file names to realpath
Nobuyoshi Nakada
2020-04-23
1
-1
/
+1
*
Rescue EPIPE in _report
Nobuyoshi Nakada
2020-04-17
1
-21
/
+13
*
core_assertions.rb: fixed fd leak at timeout
Nobuyoshi Nakada
2020-04-17
1
-0
/
+2
*
envutil.rb: not try to close pipes twice
Nobuyoshi Nakada
2020-04-17
1
-2
/
+4
*
Migrate {assert,refute}_patch_exits for compatibility with Minitest5
Hiroshi SHIBATA
2020-03-30
1
-0
/
+10
*
Specify explicit separator not to be affected by $;
Nobuyoshi Nakada
2020-03-08
1
-1
/
+1
*
tool/lib/test/unit: support TESTS='-- -ext-' again
卜部昌平
2020-03-04
1
-1
/
+1
*
Narrow the check target.
Koichi Sasada
2020-03-04
1
-1
/
+4
*
Limit the debug code conditon so that it runs only under i386-solaris
Yusuke Endoh
2020-03-03
1
-1
/
+1
*
add debug code for Solaris
Koichi Sasada
2020-03-03
1
-0
/
+1
*
show backtrace.
Koichi Sasada
2020-03-01
1
-1
/
+5
*
respect --test-order=random
Koichi Sasada
2020-02-28
3
-6
/
+15
*
MiniTest::Unit.options has default :seed
Koichi Sasada
2020-02-27
1
-1
/
+1
*
`srand($seed)` at the beginning of each test
Koichi Sasada
2020-02-27
1
-0
/
+2
*
Revert "`srand($seed)` at the beginning of each test"
Koichi Sasada
2020-02-27
1
-3
/
+0
*
`srand($seed)` at the beginning of each test
Koichi Sasada
2020-02-27
1
-0
/
+3
*
don't ignore `--seed` option
Koichi Sasada
2020-02-27
1
-2
/
+13
*
Expose assert_no_memory_leak for weakref
Hiroshi SHIBATA
2020-02-11
2
-45
/
+45
*
Expose assert_normal_exit for weakref
Hiroshi SHIBATA
2020-02-11
2
-106
/
+106
*
Stop auto runner
Nobuyoshi Nakada
2020-02-07
1
-11
/
+13
*
No crafted backtrace for SystemExit
Nobuyoshi Nakada
2020-02-07
1
-2
/
+2
*
Fixed the output from separated test in parallel test
Nobuyoshi Nakada
2020-02-06
1
-1
/
+4
*
Add separated assertion count
Nobuyoshi Nakada
2020-02-06
1
-9
/
+10
*
Fixed the output from separated test in parallel test
Nobuyoshi Nakada
2020-02-05
1
-1
/
+1
*
Fixed FD leaks
Nobuyoshi Nakada
2020-02-05
1
-0
/
+1
*
Get rid of nested string interpolations to be editor-friendly
Nobuyoshi Nakada
2020-02-05
1
-3
/
+5
*
just use STDOUT
NARUSE, Yui
2020-02-04
1
-4
/
+2
*
On Windows it cannot receive fd except 0..2
NARUSE, Yui
2020-02-04
1
-7
/
+15
*
assert_separately uses their own pipe instead of stdout
NARUSE, Yui
2020-02-04
1
-3
/
+8
*
Indent ChangeLog contents [ci skip]
Nobuyoshi Nakada
2020-02-01
1
-3
/
+5
*
Explicitly set the encoding of ChangeLog file to UTF-8 [ci skip]
Nobuyoshi Nakada
2020-02-01
1
-0
/
+1
*
Minitest::Unit.current_repeat_count
Koichi Sasada
2020-01-28
1
-4
/
+8
*
vcs.rb: Allow to empty a part in commit log
Nobuyoshi Nakada
2020-01-12
1
-1
/
+1
*
vcs.rb: Get rid of Kernel#open
Nobuyoshi Nakada
2020-01-09
1
-4
/
+2
*
Add check_warning_flags to leakchecker
Kazuhiro NISHIYAMA
2019-12-27
1
-0
/
+22
*
Fix typo in commit logs by log-fix notes
Nobuyoshi Nakada
2019-12-23
1
-2
/
+22
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
implement make test-all TESTS=--gc-compact
卜部昌平
2019-12-12
1
-2
/
+17
*
support gc_compact_checker on parallel test.
Koichi Sasada
2019-12-12
1
-0
/
+1
*
call GC.compact after each test.
Koichi Sasada
2019-12-12
1
-0
/
+10
*
tool/lib/test/unit/parallel.rb: fail explicitly when failing to get io
Yusuke Endoh
2019-12-03
1
-2
/
+6
*
[ruby/fileutils] Fix test failure under ruby 2.4
David Rodríguez
2019-12-01
1
-1
/
+1
*
[ruby/fileutils] Fix error printing test failure
David Rodríguez
2019-12-01
1
-1
/
+1
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-5
/
+0
*
tool/lib/leakchecker.rb: show the code location that allocated leaked fd
Yusuke Endoh
2019-11-12
2
-16
/
+29
*
Add debug print
Kazuhiro NISHIYAMA
2019-11-09
1
-0
/
+2
*
Try to run assert_output_unchanged with racc tests
Hiroshi SHIBATA
2019-10-31
1
-0
/
+3
*
tool/lib/minitest/unit.rb: add "omit" as an alias to "skip"
Yusuke Endoh
2019-10-29
1
-0
/
+2
[next]