| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-11 | Directly alias orig_run_suite | Nobuyoshi Nakada | |
| 2021-09-11 | Remove method filter hack for minitest | Nobuyoshi Nakada | |
| 2021-09-11 | Replace minitest to test for backtrace_filter | Hiroshi SHIBATA | |
| 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 | Removed needless require | Hiroshi SHIBATA | |
| 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 | Removed obsoleted constant | 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 | Use prepend for override to status line | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed duplicated autorun method | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Resolved conflict initializers | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed unused _run_suites | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed deprecated process_args | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Merge poke methods | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Merge run methods | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed VERSION constant | 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 | Move MiniTest::Unit to under 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-29 | Handle non-succeeding reports mingled with dots | Nobuyoshi Nakada | |
| 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-24 | test: imply random test order by --seed option | Nobuyoshi Nakada | |
| 2021-06-01 | Expose assert_all? for ruby/csv repo | Hiroshi SHIBATA | |
| 2021-05-28 | Use require_relative to use Minitest library for testing. | Hiroshi SHIBATA | |
| There is no reason to care for minitest gem. | |||
| 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-02-14 | Set verbose flag at retrying | 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-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 | |||
| 2020-12-18 | Use category: :deprecated in warnings that are related to deprecation | Jeremy Evans | |
| Also document that both :deprecated and :experimental are supported :category option values. The locations where warnings were marked as deprecation warnings was previously reviewed by shyouhei. Comment a couple locations where deprecation warnings should probably be used but are not currently used because deprecation warning enablement has not occurred at the time they are called (RUBY_FREE_MIN, RUBY_HEAP_MIN_SLOTS, -K). Add assert_deprecated_warn to test assertions. Use this to simplify some tests, and fix failing tests after marking some warnings with deprecated category. Notes: Merged: https://github.com/ruby/ruby/pull/3917 | |||
| 2020-12-17 | test/ruby: Check warning messages at a finer granularity | Nobuyoshi Nakada | |
| Instead of suppressing all warnings wholly in each test scripts by setting `$VERBOSE` to `nil` in `setup` methods. Notes: Merged: https://github.com/ruby/ruby/pull/3925 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2020-12-13 | Debug the command used for gdb dump | Takashi Kokubun | |
| It's not working http://ci.rvm.jp/results/trunk-mjit@phosphorus-docker/3288206. I'm debugging why. | |||
| 2020-12-12 | Dump a backtrace with gdb | Takashi Kokubun | |
| Because Ruby often fails to dump a C backtrace. | |||
| 2020-12-03 | Avoid leaving too many core files in /tmp | Takashi Kokubun | |
| for CIs like ci.rvm.jp. | |||
