aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tool/test/runner.rb: support --test-target-dir optionYusuke Endoh2019-07-211-39/+0
* Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada2019-07-161-0/+3
* Removed duplicate highlightingNobuyoshi Nakada2019-07-151-0/+3
* Move helper file of logger to under the test/logger.Hiroshi SHIBATA2019-07-155-5/+4
* [ruby/logger] Add option to set the binary mode of the log deviceRafael Mendonça França2019-07-152-0/+26
* [ruby/logger] Set filename when initializing logger with a File objectJeremy Evans2019-07-151-0/+15
* [ruby/logger] Fix to use logger and test-unit in this repo withsonots2019-07-154-9/+11
* [ruby/logger] Add support for changing severity using bang methods.Samuel Williams2019-07-151-0/+11
* add tests for orphan/not-orphan proc/lambda.Tanaka Akira2019-07-152-0/+54
* add tests for "break" in lambda.Tanaka Akira2019-07-151-0/+15
* Move a test file of Reline to test/reline/aycabta2019-07-151-0/+0
* The default charset of text/* media type is UTF-8.Tanaka Akira2019-07-151-1/+1
* Remove unused method.manga_osyo2019-07-151-1/+1
* Rename to Reline::History::Test.manga_osyo2019-07-151-1/+1
* Add `class Reline::History` and test.manga_osyo2019-07-151-0/+273
* [ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou2019-07-141-0/+30
* [ruby/csv] Don't raise on eof?Kouhei Sutou2019-07-141-0/+3
* Check the result of String#-@Nobuyoshi Nakada2019-07-141-3/+5
* MJIT Support for getblockparamproxyTakashi Kokubun2019-07-141-2/+12
* Fix links to headingsMaxime Lapointe2019-07-141-4/+4
* Delegates 3 arguments for Pathname.glob.Tanaka Akira2019-07-141-0/+11
* Warn open-uri's "open" method at Kernel.Tanaka Akira2019-07-142-55/+67
* Method#inspect with source location.Koichi Sasada2019-07-142-9/+9
* add encoding conversion from/to CESU-8Martin Dürst2019-07-141-0/+22
* 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