| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-22 | Fix the case trailer without newline | Nobuyoshi Nakada | |
| cf0b413ef8b794ef6e7436f22fd5a998050dada9 | |||
| 2022-12-01 | Use class methods of `File` over `Kernel.open` and `IO.read` | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/6834 | |||
| 2022-11-28 | Fix the case of multiple trailers | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/6820 | |||
| 2022-11-28 | Add tests for sync_default_gems.rb | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/6820 | |||
| 2022-08-19 | Allow strings in assert_pattern_list | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/6252 | |||
| 2022-08-18 | Add tests for assert_pattern_list | Nobuyoshi Nakada | |
| 2022-01-16 | Let testunit use omit or pend instead of skip | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5453 | |||
| 2021-12-13 | Prepare for removing RubyVM::JIT (#5262) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2021-11-10 | Disable experimental warnings in test/runner.rb | Nobuyoshi Nakada | |
| 2021-11-10 | Mark IO::Buffer as experimental. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4621 | |||
| 2021-10-17 | Retry hung up tests verbosely | Nobuyoshi Nakada | |
| 2021-10-17 | Retry hung tests after parallel runs | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4976 | |||
| 2021-10-17 | Replace unpack with unpack1 | Nobuyoshi Nakada | |
| 2021-10-15 | Use `__dir__` | Nobuyoshi Nakada | |
| 2021-10-04 | Refactor ordering of tests | Nobuyoshi Nakada | |
| * Split the sorting types into classes. * Apply the same sorting to method sorting under the parallel test. Notes: Merged: https://github.com/ruby/ruby/pull/4862 | |||
| 2021-09-17 | Prohibit test method redefinition | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4854 | |||
| 2021-09-13 | Fixup 455978cd133f27fab9e2bfa4301efd3b7c7d0462 | Hiroshi SHIBATA | |
| 2021-09-13 | Use capture_output instead of capture_io | Hiroshi SHIBATA | |
| 2021-09-11 | Removed unsed assertions for rubygems | Hiroshi SHIBATA | |
| 2021-09-11 | Drop to Ruby 1.8 related code | Hiroshi SHIBATA | |
| 2021-09-11 | Removed rubinius support from test suite | Hiroshi SHIBATA | |
| 2021-09-11 | Removed maglev related code because it's not active status now | Hiroshi SHIBATA | |
| 2021-09-11 | fixup f73f9e1f893409d8b7b42ff5fbda104fdd277cba | Hiroshi SHIBATA | |
| 2021-09-11 | Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError ↵ | Hiroshi SHIBATA | |
| and Test::Unit::PendedError Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Fixed inconsistent require order for assertions and core_assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Surpressing the noisy messages | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Temporary pend unknown behavior of parallel tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | pend non-supported feature | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | More fixed assertion message tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | We prepared Test::Unit::TestCase in default value | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | We don't want to consistent assert and refute assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Fixed compatible assertion message format | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed output assertion tests. Because our default runner is replaced by ↵ | Hiroshi SHIBATA | |
| custom output Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use msg format with test-unit | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use Test namespace instead of MiniTest in test_parallel.rb | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use Test::Unit::Assertions migrated with MiniTest::Assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Replace Test::Unit to Test::Unit::Runner migrated with MiniTest::Unit | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use assert_raise instead of assert_raises | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Replace MiniTest to Test | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move test of minitest to testunit | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use CoreAssertions instead of Assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-08-05 | check GC.enable'd status | Koichi Sasada | |
| Check GC.enable'd status before and after test execution. Write this checker in gc_checker.rb, it was renamed from gc_compact_checker.rb. Notes: Merged: https://github.com/ruby/ruby/pull/4710 | |||
| 2021-08-04 | Fix relative paths from core_assertions.rb | Nobuyoshi Nakada | |
| 2021-05-19 | Removed minitest/mock | Hiroshi SHIBATA | |
| 2021-05-18 | Removed minitest/benchmark | Hiroshi SHIBATA | |
| 2021-05-18 | Removed minitest/autorun | Hiroshi SHIBATA | |
| 2021-05-18 | Use Test::Unit instead of Minitest::Unit | Hiroshi SHIBATA | |
| 2021-05-11 | Run nmake check on Actions (#4487) | Takashi Kokubun | |
| * Run nmake check on Actions * Skip tests not working in mswin GitHub Actions * Override TEMP * Revert "Skip tests not working in mswin GitHub Actions" This reverts commit 544d2575fcdf23ae63cd25aa03fce10c28b259f2. * Revert "Revert "Skip tests not working in mswin GitHub Actions"" This reverts commit e1f8ad7862c9c4be52dc6e1031a004621eb07e6e. * Fix timeouts * Skip some more broken tests * Update windows.yml * Add a guard for rbasic_spec * Revert "Update windows.yml" This reverts commit bc9694b6b3b9594d406378d15ca11723fb052bc8. * Skip the ensure clause * Simplify the ensure Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2021-01-13 | Rename RubyVM::MJIT to RubyVM::JIT | Takashi Kokubun | |
| because the name "MJIT" is an internal code name, it's inconsistent with --jit while they are related to each other, and I want to discourage future JIT implementation-specific (e.g. MJIT-specific) APIs by this rename. [Feature #17490] | |||
| 2020-12-10 | Move webrick library into internal test toolchain | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3729 | |||
