aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Relaxed delta of nanosec from Float timeNobuyoshi Nakada2019-07-131-1/+1
* Fixed duplicate test nameNobuyoshi Nakada2019-07-121-1/+1
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-115-0/+36
* Revert "parse.y: Deprecate flip-flops"Nobuyoshi Nakada2019-07-111-2/+0
* $LOAD_PATH.resolve_feature_pathNobuyoshi Nakada2019-07-111-3/+3
* remove an unused variable.Tanaka Akira2019-07-111-1/+0
* WEBrick::HTTPResponse create tempfile if required.Tanaka Akira2019-07-111-0/+40
* Restore support library for only test files that are digest and csv.Hiroshi SHIBATA2019-07-093-2/+24
* Restore support library for only test files.Hiroshi SHIBATA2019-07-095-4/+72
* Check indent of `end` against `else` if presentNobuyoshi Nakada2019-07-081-5/+6
* Get rid of toplevel methodsNobuyoshi Nakada2019-07-081-22/+8
* Message to pipe should end with a newlineNobuyoshi Nakada2019-07-071-10/+14
* Enable indentation warning against `if` just after `else`Nobuyoshi Nakada2019-07-071-5/+8
* Added assertions for Unicode escaped CHAR scanner eventsNobuyoshi Nakada2019-07-061-0/+11
* Fix segfault when using method reference operator without using resultJeremy Evans2019-07-051-0/+7
* Multiple codepoints are not allowed at single character literalNobuyoshi Nakada2019-07-051-0/+1
* Support Control- and Meta-aycabta2019-07-041-0/+2
* Check commented out line in inputrc correctlyaycabta2019-07-041-0/+22
* Parse key sequence more strictlyNobuyoshi Nakada2019-07-041-0/+5
* Skip indented comment lines [Bug #15981]Nobuyoshi Nakada2019-07-041-0/+5
* Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-041-0/+1
* Do not dispatch a nil token in ripperNobuyoshi Nakada2019-07-041-0/+6
* Revert self-referencing finalizer warning [Feature #15974]Nobuyoshi Nakada2019-07-041-29/+3
* Just disable inlining with local varaible for nowTakashi Kokubun2019-07-031-0/+14
* Fix up [Feature #15974]Nobuyoshi Nakada2019-07-031-3/+29
* Revert "Avoid corrupting VM stack on inlined setlocal"Koichi Sasada2019-07-031-14/+0
* Check that String#scrub block does not modify receiverJeremy Evans2019-07-021-0/+13
* Make String#-@ not freeze receiver if called on unfrozen subclass instanceJeremy Evans2019-07-021-0/+16
* Implement Array#minmaxJeremy Evans2019-07-021-0/+19
* Fix timezone issue for logger period's testsYusuke Endoh2019-07-021-0/+85
* Revert "Add a missing tests for Logger::Period module"Koichi Sasada2019-07-021-85/+0
* Avoid corrupting VM stack on inlined setlocalTakashi Kokubun2019-07-021-0/+14
* Add a missing tests for Logger::Period moduleAnton Davydov2019-07-021-0/+85
* The behavior of statx(2) depends on the filesystemNobuyoshi Nakada2019-07-021-1/+1
* Clean up temporary expired cert fileNobuyoshi Nakada2019-07-021-0/+10
* Clean up temporary directory for raccNobuyoshi Nakada2019-07-023-19/+17
* Adjust jit_support file path.Hiroshi SHIBATA2019-07-024-4/+4
* with_different_ofs.rb has been moved tooNobuyoshi Nakada2019-07-022-2/+2
* Renamed to get rid of name clashNobuyoshi Nakada2019-07-021-1/+1
* Fixed the wrong path for COVERAGE.Hiroshi SHIBATA2019-07-021-1/+1
* Split test files for test-framework that are test-unit and minitest to tool d...Hiroshi SHIBATA2019-07-0217-2800/+0
* Move to tool/lib from test/lib.Hiroshi SHIBATA2019-07-0222-6045/+7
* Raise TypeError if calling ENV.freezeJeremy Evans2019-07-011-0/+4
* marshal.c: check instance variable countNobuyoshi Nakada2019-07-011-1/+13
* marshal.c: check instance variable countNobuyoshi Nakada2019-07-011-0/+32
* Fixed inadvertent ID creation in rb_iv_getNobuyoshi Nakada2019-07-011-0/+9
* Assert obsolete method warnings in IPAddrNobuyoshi Nakada2019-07-011-3/+9
* Return the result of the block given to assert_warning/assert_no_warningNobuyoshi Nakada2019-07-011-2/+6
* Call deprecated method only inside assert_warning blockNobuyoshi Nakada2019-07-011-5/+3
* Suppress unused variable warningNobuyoshi Nakada2019-07-011-1/+1