aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada2019-07-251-0/+3
* Suppress deflateParams() warningsNobuyoshi Nakada2019-07-241-4/+4
* [rubygems/rubygems] Make `@@project_dir` constants per filesNobuyoshi Nakada2019-07-242-14/+14
* [rubygems/rubygems] Resolve `@@project_dir` from test file pathsNobuyoshi Nakada2019-07-242-0/+4
* should not free local hook_list here.Koichi Sasada2019-07-241-0/+17
* Make Object#singleton_methods work correctly for singleton classes of objectsJeremy Evans2019-07-231-0/+23
* Test missing Content-Type warningsNobuyoshi Nakada2019-07-241-4/+11
* Test invalid offset warningsNobuyoshi Nakada2019-07-241-3/+6
* Show the caller's locationNobuyoshi Nakada2019-07-241-1/+13
* Split test/ripper/test_files.rb to run in parallelNobuyoshi Nakada2019-07-237-18/+56
* 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