| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Update an option message | Nobuyoshi Nakada | |
| 2021-09-11 | Directly alias orig_run_suite | Nobuyoshi Nakada | |
| 2021-09-11 | Remove method filter hack for minitest | Nobuyoshi Nakada | |
| 2021-09-11 | Update the test tool path | Nobuyoshi Nakada | |
| 2021-09-11 | Change include order for test assertions | Hiroshi SHIBATA | |
| 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 | Added missing Assertions for assert_file_predicate | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 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 | Removed MiniTest hack for the default gems repo | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed minitest dir and added LEGAL infomation for based code | 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 | Removed needless compatibility for MiniTest 5 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed needless alias about Minitest | 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-09-04 | Expand upstream issue numbers to URLs in ChangeLog | Nobuyoshi Nakada | |
| 2021-09-03 | Add some punctuations as regexp separators to fix commit logs | Nobuyoshi Nakada | |
| 2021-08-29 | Handle non-succeeding reports mingled with dots | Nobuyoshi Nakada | |
| 2021-08-29 | Memory::Status#_update should return `self` | Nobuyoshi Nakada | |
| 2021-08-05 | Show WorkingSetSize as RSS on Windows | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4709 | |||
| 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-05 | Use equivalent `__FILE__` | Nobuyoshi Nakada | |
