| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-08-04 | Fix relative paths from core_assertions.rb | Nobuyoshi Nakada | |
| 2021-08-04 | Remove an extraneous escape | Nobuyoshi Nakada | |
| Since a3fb97465df3, this string is not inside the here-document. | |||
| 2021-07-26 | Prepend DebugSystem to VCS class only | Nobuyoshi Nakada | |
| And revert 24e5f1c982966c379220b1bbb26b4e0320180fa1, pepending to Kernel did not affect the top level methods before 3.0. | |||
| 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-07-06 | Try "so" attribute if "smso" is not found | Nobuyoshi Nakada | |
| 2021-06-27 | Show leaked file descriptors only, without cwd, txt, and so on | Nobuyoshi Nakada | |
| 2021-06-27 | Narrow the tracing of object allocations to during each test | Nobuyoshi Nakada | |
| 2021-06-24 | Tests for MiniTest define anonymous test cases | Nobuyoshi Nakada | |
| 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-05-19 | Removed minitest/mock | Hiroshi SHIBATA | |
| 2021-05-18 | Removed minitest/benchmark | Hiroshi SHIBATA | |
| 2021-05-18 | Removed minitest/autorun | Hiroshi SHIBATA | |
| 2021-05-14 | tool/lib/minitest/mock.rb: define Object#stub only when not defined | Yusuke Endoh | |
| Recently, lib/rubygems/test_case.rb also defines the method. | |||
| 2021-05-11 | Workaround for make test-tool | Hiroshi SHIBATA | |
| 2021-05-11 | Fix a typo of c6a11b865e1f9085c88fe169a1f47680383580c2 | Yusuke Endoh | |
| It failed to define `refute_path_not_exist` | |||
| 2021-05-11 | Alias assert/refute_path_exists for test-unit gem. | Hiroshi SHIBATA | |
| It's required at https://github.com/rubygems/rubygems/pull/3141 | |||
| 2021-03-13 | Revert "Extracted AtomicWrite" | Nobuyoshi Nakada | |
| This reverts commit 2148ee78a5bc5e679903f5839c66578bfcf94a39, mistakenly committed. | |||
| 2021-03-13 | Extracted AtomicWrite | Nobuyoshi Nakada | |
| 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-02-08 | vcs.rb: update the given option to VCS.detect by keyword arguments | Nobuyoshi Nakada | |
| 2021-02-08 | vcs.rb: added `base_url` keyword option to GIT#export_changelog | Nobuyoshi Nakada | |
| 2021-02-08 | vcs.rb: improved export_changelog | Nobuyoshi Nakada | |
| * arguments are optional * `path` may be passed as a keyword argument * `nil` or `"-"` path means stdout | |||
| 2021-01-26 | vcs.rb: fix for baseruby 2.2 | Nobuyoshi Nakada | |
| 2021-01-26 | vcs.rb: support `d` command in log-fix | Nobuyoshi Nakada | |
| 2021-01-26 | vcs.rb: allow log-fix to insert an empty line | Nobuyoshi Nakada | |
| 2021-01-23 | vcs.rb: continue just with warning if failed to fetch notes | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4109 | |||
| 2021-01-23 | vcs.rb: include commit info in ChangeLog | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4109 | |||
| 2021-01-21 | Support `i` command in log-fix | 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] | |||
| 2021-01-09 | Get rid of defining methods for tests in core classes | Nobuyoshi Nakada | |
| Not to interfere in other tests. Notes: Merged: https://github.com/ruby/ruby/pull/4043 | |||
| 2020-12-25 | Follow up on variations of the development start messages [ci skip] | Nobuyoshi Nakada | |
| 2020-12-24 | Pass keyword options in assert_syntax_error | Nobuyoshi Nakada | |
| 2020-12-23 | [ruby/date] Fix envutil for old Ruby | Kenta Murata | |
| https://github.com/ruby/date/commit/57e25c406a | |||
| 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-23 | Guard < Ruby 3.0 for the repositories of default gems. | Hiroshi SHIBATA | |
| 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. | |||
