summaryrefslogtreecommitdiff
path: root/tool/test
AgeCommit message (Expand)Author
2023-11-15Refactor the settings of test-all outYusuke Endoh
2023-11-07Remove files which are newly added but to be ignoredNobuyoshi Nakada
2023-10-26Fix test failure with __runner_options__ renamingHiroshi SHIBATA
2023-10-26tool test/unit/testcase: rename vars @passed, @@currentlukeg
2023-10-18Handle `Timeout::Error` reported from workersNobuyoshi Nakada
2023-10-18Manage parallel test workers after timeoutNobuyoshi Nakada
2023-10-18Add `jobs` optional keyword argumentNobuyoshi Nakada
2023-10-04Special treat when the first line ends with a dot [ci skip]Nobuyoshi Nakada
2023-09-20Fix the case of file to be ignored with to be removedNobuyoshi Nakada
2023-09-20Add a successful sync test caseNobuyoshi Nakada
2023-09-18Fix `git cat-file` conditionNobuyoshi Nakada
2023-09-18Refactor test_sync_default_gems.rbNobuyoshi Nakada
2023-08-28sync_default_gems.rb: convert keys of REPOSITORIES to stringsNobuyoshi Nakada
2023-08-13Prohibit copying to `fixtures` and dot-direcotry just under `test`Nobuyoshi Nakada
2023-08-06Exclude files added to the toplevelNobuyoshi Nakada
2023-07-29Change `HOME` too when testing sync_default_gems.rbNobuyoshi Nakada
2023-07-29Revert "Test sync_default_gems.rb only when git 2.32 is available"Nobuyoshi Nakada
2023-07-29Test sync_default_gems.rb only when git 2.32 is availableNobuyoshi Nakada
2023-06-03Exit with a failure if any test files failed to loadNobuyoshi Nakada
2023-04-28Support older gitNobuyoshi Nakada
2023-03-28Skip commits only for toolsNobuyoshi Nakada
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-03Expand the test directory to real pathNobuyoshi Nakada
2022-12-22Fix the case trailer without newlineNobuyoshi Nakada
2022-12-01Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada
2022-11-28Fix the case of multiple trailersNobuyoshi Nakada
2022-11-28Add tests for sync_default_gems.rbNobuyoshi Nakada
2022-08-19Allow strings in assert_pattern_listNobuyoshi Nakada
2022-08-18Add tests for assert_pattern_listNobuyoshi Nakada
2022-01-16Let testunit use omit or pend instead of skipNobuyoshi Nakada
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-11-10Disable experimental warnings in test/runner.rbNobuyoshi Nakada
2021-11-10Mark IO::Buffer as experimental.Samuel Williams
2021-10-17Retry hung up tests verboselyNobuyoshi Nakada
2021-10-17Retry hung tests after parallel runsNobuyoshi Nakada
2021-10-17Replace unpack with unpack1Nobuyoshi Nakada
2021-10-15Use `__dir__`Nobuyoshi Nakada
2021-10-04Refactor ordering of testsNobuyoshi Nakada
2021-09-17Prohibit test method redefinitionNobuyoshi Nakada
2021-09-13Fixup 455978cd133f27fab9e2bfa4301efd3b7c7d0462Hiroshi SHIBATA
2021-09-13Use capture_output instead of capture_ioHiroshi SHIBATA
2021-09-11Removed unsed assertions for rubygemsHiroshi SHIBATA
2021-09-11Drop to Ruby 1.8 related codeHiroshi SHIBATA
2021-09-11Removed rubinius support from test suiteHiroshi SHIBATA
2021-09-11Removed maglev related code because it's not active status nowHiroshi SHIBATA
2021-09-11fixup f73f9e1f893409d8b7b42ff5fbda104fdd277cbaHiroshi SHIBATA
2021-09-11Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError an...Hiroshi SHIBATA
2021-09-11Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA
2021-09-11Surpressing the noisy messagesHiroshi SHIBATA
2021-09-11Temporary pend unknown behavior of parallel testsHiroshi SHIBATA