| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-08-04 | Fix relative paths from core_assertions.rb | Nobuyoshi Nakada | |
| 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-04 | Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) && | Benoit Daloze | |
| * Otherwise those tests, etc cannot run on alternative Ruby implementations. | |||
| 2019-12-04 | Make TracePoint.stat a singleton method again (#2726) | Alan Wu | |
| [Bug #16399] Notes: Merged-By: XrXr | |||
| 2019-12-03 | tool/lib/test/unit/parallel.rb: fail explicitly when failing to get io | Yusuke Endoh | |
| `(ulimit -n 30; make test-tool)` fails with unexplicit message: "undefined method `write' for nil:NilClass" due to lack of stdout. This change makes it explicit. [Bug #5577] | |||
| 2019-11-08 | use builtin for TracePoint. | Koichi Sasada | |
| Define TracePoint in trace_point.rb and use __builtin_ syntax. Notes: Merged: https://github.com/ruby/ruby/pull/2655 | |||
| 2019-10-02 | fix assertion number. | Koichi Sasada | |
| On parallel test, there are additional tests because of implicit checkers which are enabled on 84cbce3d88. | |||
| 2019-07-02 | Split test files for test-framework that are test-unit and minitest to tool ↵ | Hiroshi SHIBATA | |
| direcotry. | |||
