| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-26 | tool test/unit/testcase: rename vars @passed, @@current | lukeg | |
| to @__passed__, @@__current__. @passed is redefined in a few test suites, and this could lead to bugs. Also rename @options (Runner#options) to @__runner_options__, which is only used in make test-tool anyway. | |||
| 2023-10-18 | Manage parallel test workers after timeout | Nobuyoshi Nakada | |
| 2023-10-18 | Add `jobs` optional keyword argument | Nobuyoshi Nakada | |
| 2023-03-06 | s/MJIT/RJIT/ | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
| 2021-12-13 | Prepare for removing RubyVM::JIT (#5262) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 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-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 | Temporary pend unknown behavior of parallel tests | 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-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. | |||
