summaryrefslogtreecommitdiff
path: root/tool/test
Commit message (Collapse)AuthorAgeFilesLines
* Support older gitNobuyoshi Nakada2023-04-281-1/+2
| | | | The -b flag is available since 2.28, but Ubuntu 20.04 uses 2.25.
* Skip commits only for toolsNobuyoshi Nakada2023-03-281-0/+73
| | | | Get rid of accidents like 67feb782f947046f65951303893713052a19a546.
* s/MJIT/RJIT/Takashi Kokubun2023-03-064-4/+4
|
* Expand the test directory to real pathNobuyoshi Nakada2023-03-031-1/+1
| | | | | | | | | | | | | | | When the test source directory path contains symbolic links, that directory might be placed earlier in the result of `IRB::InputCompletor.retrieve_gem_and_system_load_path`, than other directories in the source tree that are expanded to the real path. In that case, the test file in "csv" under the test directory of csv gem instead of the library path will be the first candidate, in `TestIRB::TestCompletion#test_complete_require_library_name_first`. ``` <"'csv"> expected but was <"'csv/helper">. ```
* Fix the case trailer without newlineNobuyoshi Nakada2022-12-221-0/+10
| | | | cf0b413ef8b794ef6e7436f22fd5a998050dada9
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-12-012-3/+3
|
* Fix the case of multiple trailersNobuyoshi Nakada2022-11-281-0/+11
|
* Add tests for sync_default_gems.rbNobuyoshi Nakada2022-11-281-0/+55
|
* Allow strings in assert_pattern_listNobuyoshi Nakada2022-08-191-0/+8
|
* Add tests for assert_pattern_listNobuyoshi Nakada2022-08-181-0/+16
|
* Let testunit use omit or pend instead of skipNobuyoshi Nakada2022-01-164-10/+28
|
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-134-4/+4
|
* Disable experimental warnings in test/runner.rbNobuyoshi Nakada2021-11-101-2/+0
|
* Mark IO::Buffer as experimental.Samuel Williams2021-11-101-0/+2
|
* Retry hung up tests verboselyNobuyoshi Nakada2021-10-171-1/+1
|
* Retry hung tests after parallel runsNobuyoshi Nakada2021-10-172-0/+28
|
* Replace unpack with unpack1Nobuyoshi Nakada2021-10-171-2/+2
|
* Use `__dir__`Nobuyoshi Nakada2021-10-151-2/+2
|
* Refactor ordering of testsNobuyoshi Nakada2021-10-042-21/+61
| | | | | | * Split the sorting types into classes. * Apply the same sorting to method sorting under the parallel test.
* Prohibit test method redefinitionNobuyoshi Nakada2021-09-171-9/+4
|
* Fixup 455978cd133f27fab9e2bfa4301efd3b7c7d0462Hiroshi SHIBATA2021-09-131-1/+1
|
* Use capture_output instead of capture_ioHiroshi SHIBATA2021-09-131-2/+2
|
* Removed unsed assertions for rubygemsHiroshi SHIBATA2021-09-111-14/+0
|
* Drop to Ruby 1.8 related codeHiroshi SHIBATA2021-09-111-3/+1
|
* Removed rubinius support from test suiteHiroshi SHIBATA2021-09-111-5/+0
|
* Removed maglev related code because it's not active status nowHiroshi SHIBATA2021-09-111-6/+4
|
* fixup f73f9e1f893409d8b7b42ff5fbda104fdd277cbaHiroshi SHIBATA2021-09-111-1/+1
|
* Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError ↵Hiroshi SHIBATA2021-09-113-25/+25
| | | | and Test::Unit::PendedError
* Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA2021-09-111-0/+2
|
* Surpressing the noisy messagesHiroshi SHIBATA2021-09-111-0/+8
|
* Temporary pend unknown behavior of parallel testsHiroshi SHIBATA2021-09-111-1/+3
|
* pend non-supported featureHiroshi SHIBATA2021-09-111-0/+2
|
* More fixed assertion message testsHiroshi SHIBATA2021-09-111-17/+10
|
* We prepared Test::Unit::TestCase in default valueHiroshi SHIBATA2021-09-111-2/+2
|
* We don't want to consistent assert and refute assertionsHiroshi SHIBATA2021-09-111-26/+0
|
* Fixed compatible assertion message formatHiroshi SHIBATA2021-09-111-35/+11
|
* Removed output assertion tests. Because our default runner is replaced by ↵Hiroshi SHIBATA2021-09-111-232/+0
| | | | custom output
* Use msg format with test-unitHiroshi SHIBATA2021-09-111-2/+2
|
* Use Test namespace instead of MiniTest in test_parallel.rbHiroshi SHIBATA2021-09-111-3/+3
|
* Use Test::Unit::Assertions migrated with MiniTest::AssertionsHiroshi SHIBATA2021-09-112-6/+6
|
* Replace Test::Unit to Test::Unit::Runner migrated with MiniTest::UnitHiroshi SHIBATA2021-09-112-9/+9
|
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-09-111-31/+31
|
* Replace MiniTest to TestHiroshi SHIBATA2021-09-112-71/+71
|
* Move test of minitest to testunitHiroshi SHIBATA2021-09-112-0/+0
|
* Use CoreAssertions instead of AssertionsHiroshi SHIBATA2021-09-111-2/+2
|
* check GC.enable'd statusKoichi Sasada2021-08-051-1/+1
| | | | | | | 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.
* Fix relative paths from core_assertions.rbNobuyoshi Nakada2021-08-041-1/+1
|
* Removed minitest/mockHiroshi SHIBATA2021-05-191-404/+0
|
* Removed minitest/benchmarkHiroshi SHIBATA2021-05-181-130/+0
|
* Removed minitest/autorunHiroshi SHIBATA2021-05-183-3/+1
|