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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let testunit use omit or pend instead of skip
Nobuyoshi Nakada
2022-01-16
4
-10
/
+28
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
4
-4
/
+4
*
Disable experimental warnings in test/runner.rb
Nobuyoshi Nakada
2021-11-10
1
-2
/
+0
*
Mark IO::Buffer as experimental.
Samuel Williams
2021-11-10
1
-0
/
+2
*
Retry hung up tests verbosely
Nobuyoshi Nakada
2021-10-17
1
-1
/
+1
*
Retry hung tests after parallel runs
Nobuyoshi Nakada
2021-10-17
2
-0
/
+28
*
Replace unpack with unpack1
Nobuyoshi Nakada
2021-10-17
1
-2
/
+2
*
Use `__dir__`
Nobuyoshi Nakada
2021-10-15
1
-2
/
+2
*
Refactor ordering of tests
Nobuyoshi Nakada
2021-10-04
2
-21
/
+61
*
Prohibit test method redefinition
Nobuyoshi Nakada
2021-09-17
1
-9
/
+4
*
Fixup 455978cd133f27fab9e2bfa4301efd3b7c7d0462
Hiroshi SHIBATA
2021-09-13
1
-1
/
+1
*
Use capture_output instead of capture_io
Hiroshi SHIBATA
2021-09-13
1
-2
/
+2
*
Removed unsed assertions for rubygems
Hiroshi SHIBATA
2021-09-11
1
-14
/
+0
*
Drop to Ruby 1.8 related code
Hiroshi SHIBATA
2021-09-11
1
-3
/
+1
*
Removed rubinius support from test suite
Hiroshi SHIBATA
2021-09-11
1
-5
/
+0
*
Removed maglev related code because it's not active status now
Hiroshi SHIBATA
2021-09-11
1
-6
/
+4
*
fixup f73f9e1f893409d8b7b42ff5fbda104fdd277cba
Hiroshi SHIBATA
2021-09-11
1
-1
/
+1
*
Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError an...
Hiroshi SHIBATA
2021-09-11
3
-25
/
+25
*
Fixed inconsistent require order for assertions and core_assertions
Hiroshi SHIBATA
2021-09-11
1
-0
/
+2
*
Surpressing the noisy messages
Hiroshi SHIBATA
2021-09-11
1
-0
/
+8
*
Temporary pend unknown behavior of parallel tests
Hiroshi SHIBATA
2021-09-11
1
-1
/
+3
*
pend non-supported feature
Hiroshi SHIBATA
2021-09-11
1
-0
/
+2
*
More fixed assertion message tests
Hiroshi SHIBATA
2021-09-11
1
-17
/
+10
*
We prepared Test::Unit::TestCase in default value
Hiroshi SHIBATA
2021-09-11
1
-2
/
+2
*
We don't want to consistent assert and refute assertions
Hiroshi SHIBATA
2021-09-11
1
-26
/
+0
*
Fixed compatible assertion message format
Hiroshi SHIBATA
2021-09-11
1
-35
/
+11
*
Removed output assertion tests. Because our default runner is replaced by cus...
Hiroshi SHIBATA
2021-09-11
1
-232
/
+0
*
Use msg format with test-unit
Hiroshi SHIBATA
2021-09-11
1
-2
/
+2
*
Use Test namespace instead of MiniTest in test_parallel.rb
Hiroshi SHIBATA
2021-09-11
1
-3
/
+3
*
Use Test::Unit::Assertions migrated with MiniTest::Assertions
Hiroshi SHIBATA
2021-09-11
2
-6
/
+6
*
Replace Test::Unit to Test::Unit::Runner migrated with MiniTest::Unit
Hiroshi SHIBATA
2021-09-11
2
-9
/
+9
*
Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2021-09-11
1
-31
/
+31
*
Replace MiniTest to Test
Hiroshi SHIBATA
2021-09-11
2
-71
/
+71
*
Move test of minitest to testunit
Hiroshi SHIBATA
2021-09-11
2
-0
/
+0
*
Use CoreAssertions instead of Assertions
Hiroshi SHIBATA
2021-09-11
1
-2
/
+2
*
check GC.enable'd status
Koichi Sasada
2021-08-05
1
-1
/
+1
*
Fix relative paths from core_assertions.rb
Nobuyoshi Nakada
2021-08-04
1
-1
/
+1
*
Removed minitest/mock
Hiroshi SHIBATA
2021-05-19
1
-404
/
+0
*
Removed minitest/benchmark
Hiroshi SHIBATA
2021-05-18
1
-130
/
+0
*
Removed minitest/autorun
Hiroshi SHIBATA
2021-05-18
3
-3
/
+1
*
Use Test::Unit instead of Minitest::Unit
Hiroshi SHIBATA
2021-05-18
1
-4
/
+4
*
Run nmake check on Actions (#4487)
Takashi Kokubun
2021-05-11
2
-0
/
+2
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
4
-4
/
+4
*
Move webrick library into internal test toolchain
Hiroshi SHIBATA
2020-12-10
24
-0
/
+3804
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
2
-2
/
+2
*
Workaround for Minitest5
Hiroshi SHIBATA
2020-05-08
1
-0
/
+3
*
MiniTest::Unit.options has default :seed
Koichi Sasada
2020-02-27
1
-1
/
+0
*
`srand($seed)` at the beginning of each test
Koichi Sasada
2020-02-27
1
-0
/
+1
*
call GC.compact after each test.
Koichi Sasada
2019-12-12
1
-0
/
+1
*
Make TracePoint.stat a singleton method again (#2726)
Alan Wu
2019-12-04
1
-1
/
+1
[next]