| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-17 | Removed skip alias in test suite | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5446 | |||
| 2021-10-26 | Revert "introduce check code for mysterious EBADF" | Koichi Sasada | |
| This reverts commit 7864efa105921eb3900c843126f2e0db02b9c6ae. | |||
| 2021-10-26 | Revert "check other IO#close calls" | Koichi Sasada | |
| This reverts commit a1c4cab11d613d7df037a81a770ee44a23a2e9be. | |||
| 2021-10-25 | check other IO#close calls | Koichi Sasada | |
| http://ci.rvm.jp/results/trunk@ruby-iga/3690333 > tool/lib/test/unit/parallel.rb:68:in `close': Bad file descriptor (Errno::EBADF) | |||
| 2021-10-25 | introduce check code for mysterious EBADF | Koichi Sasada | |
| parallel test randomly failed with EBADF. This patch checks wich suite causes this error. ex) http://ci.rvm.jp/results/trunk@ruby-iga/3690219 ``` /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb:88:in `close': Bad file descriptor (Errno::EBADF) /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb:88:in `ensure in _run_suite' /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb:89:in `_run_suite' /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb:30:in `block in _run_suites' /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb:29:in `map' /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb:29:in `_run_suites' /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb:128:in `run' /tmp/ruby/v3/src/trunk/tool/lib/test/unit/parallel.rb:211:in `<main>' ``` | |||
| 2021-10-18 | Remove `Test::Unit::TestCase.make_my_diffs_pretty!` | Nobuyoshi Nakada | |
| `Test::Unit::CoreAssertions#mu_pp` is defined always using `pretty_inspect`. Notes: Merged: https://github.com/ruby/ruby/pull/4983 | |||
| 2021-10-18 | Remove `Test::Unit::Assertions#exception_details` | Nobuyoshi Nakada | |
| Never used since fa0f3eff228bb26de6d5b0e1238b1f358165dbd0. Notes: Merged: https://github.com/ruby/ruby/pull/4983 | |||
| 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 | Prefer `require_relative` | 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 | Use capture_output instead of capture_io | Hiroshi SHIBATA | |
| 2021-09-13 | Rename capture_io to capture_output and deprecate to use capture_io | Hiroshi SHIBATA | |
| 2021-09-13 | Removed unused mu_pp method | Hiroshi SHIBATA | |
| 2021-09-13 | Renamed skip to pend and prepared to deprecate skip method | Hiroshi SHIBATA | |
| 2021-09-13 | Removed workaround for test_order | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4828 | |||
| 2021-09-11 | Removed unsed assertions for rubygems | Hiroshi SHIBATA | |
| 2021-09-11 | Removed unused alias for run_test | 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 | Update comments for minitest | Nobuyoshi Nakada | |
| 2021-09-11 | Directly alias orig_run_suite | Nobuyoshi Nakada | |
| 2021-09-11 | Fixed uninitialized constant Test::Unit::Assertions::MIN_MEASURABLE. | Hiroshi SHIBATA | |
| I'm not sure why it's failed under the chkbuild and rubyci. http://rubyci.s3.amazonaws.com/arch/ruby-master/log/20210911T000007Z.fail.html.gz | |||
| 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 | Integrate Minitest to Test | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Replace MiniTest::Unit to Test::Unit::Runner | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Added default test-class for parallel tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use Test::Unit namespace | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use self class for diff | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Fixed broken runner for `make test-all` | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use MiniTest | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move test_order under the Test::Unit::TestCase | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move constants under the TestCase | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Migrate MiniTest::Unit::TestCase class under the Test::Unit | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move MiniTest::Assertions to Test::Unit::Assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-06 | Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migration | Hiroshi SHIBATA | |
| 2021-09-06 | Simplify conditions for CoreAssertion initialization | Hiroshi SHIBATA | |
| 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-07-11 | Move core_assertions.rb from test/unit | Nobuyoshi Nakada | |
| This file contains extended assertions for ruby core which do not belong to test/unit. | |||
| 2021-06-01 | Expose assert_all? for ruby/csv repo | Hiroshi SHIBATA | |
| 2021-03-08 | [ruby/stringio] Include all modules included into Test::Unit::TestCase | Nobuyoshi Nakada | |
| Some methods are separated into modules in test-unit now. https://github.com/ruby/stringio/commit/d289848994 | |||
| 2021-03-08 | [ruby/stringio] Pass IOs as separate list for ruby 2.x | Nobuyoshi Nakada | |
| https://github.com/ruby/stringio/commit/74e39858eb | |||
| 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-24 | Pass keyword options in assert_syntax_error | Nobuyoshi Nakada | |
| 2020-12-23 | [ruby/date] Workaround for non-ruby repository like ruby/date, flori/json | Hiroshi SHIBATA | |
| https://github.com/ruby/date/commit/1ff7fa2d80 | |||
| 2020-12-20 | Add `require_relative` option to `assert_ractor` | Marc-Andre Lafortune | |
| 2020-12-19 | `assert_ractor` tweak. Thanks Nobu | Marc-Andre Lafortune | |
| 2020-12-19 | Add `assert_ractor` [Feature #17367] | Marc-Andre Lafortune | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3942 | |||
