summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_string.rb: make GitHub syntax-highlight correctlyYusuke Endoh2021-03-081-0/+1
* [rubygems/rubygems] Remote test to check requireAditya Prakash2021-03-081-6/+0
* Sync latest development version of bundler & rubygemsDavid Rodríguez2021-03-0813-73/+267
* [ruby/stringio] Check if closed in loopNobuyoshi Nakada2021-03-081-0/+27
* Fixed FD leaksNobuyoshi Nakada2021-03-081-1/+1
* Prefer to use omitHiroshi SHIBATA2021-03-081-2/+2
* [ruby/io-wait] Declare as Ractor-safeNobuyoshi Nakada2021-03-071-0/+22
* [ruby/io-wait] Refined uncommon device type testsNobuyoshi Nakada2021-03-071-17/+16
* Undef Enumerator::Chain#{feed,next,next_values,peek,peek_values}Jeremy Evans2021-03-061-0/+6
* Make Enumerator#{+,chain} create lazy chain if any included enumerator is lazyJeremy Evans2021-03-061-0/+12
* Fix calling enumerator methods such as with_index on Enumerator::ChainJeremy Evans2021-03-061-0/+4
* [ruby/irb] Make save-history extension safe for concurrent useJeremy Evans2021-03-061-0/+36
* [ruby/irb] Add a test for not continuing when endless range at eolaycabta2021-03-051-0/+14
* Oops! Add another test and fix to_proc implementationAaron Patterson2021-02-261-0/+11
* Fiddle::Function responds to to_procAaron Patterson2021-02-261-0/+13
* Revert "Add tests for bug 17652"Aaron Patterson2021-02-251-16/+0
* Add tests for bug 17652Peter Zhu2021-02-251-0/+16
* Reverting PR #4221Aaron Patterson2021-02-241-16/+0
* Add tests for bug 17652Peter Zhu2021-02-241-0/+16
* added mutexes for socket and connection lists on win32Andrew Aladjev2021-02-231-0/+25
* Check for cyclic prepend before making originAlan Wu2021-02-221-0/+13
* Send :fiber_switch event for almost every fiber_switch (#4207)nicholas a. evans2021-02-221-0/+62
* [ruby/reline] Add a test for suppressing crash when dynamic prompt returns emptyaycabta2021-02-212-0/+16
* [ruby/reline] Move script files for yamatanooroti testsaycabta2021-02-213-43/+144
* [ruby/reline] Return 1 when char width not foundaycabta2021-02-211-0/+8
* Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans2021-02-201-0/+16
* Fix backtrace to not skip frames with iseq without pcJeremy Evans2021-02-191-0/+12
* Fix typo [ci skip]Shugo Maeda2021-02-191-1/+1
* invalidate negative cache any time.Koichi Sasada2021-02-191-0/+11
* ripper: fix a bug of Ripper::Lexer with syntax error and heredoc [Bug #17644]Shugo Maeda2021-02-191-0/+12
* [ruby/readline-ext] Use omitNobuyoshi Nakada2021-02-181-4/+4
* Parse "-00:00" as UTC for the round-trip [Feature #17544]Nobuyoshi Nakada2021-02-161-0/+2
* UTC zone should be still "+00:00" [Feature #17544]Nobuyoshi Nakada2021-02-161-0/+6
* strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]Nobuyoshi Nakada2021-02-161-0/+5
* Fix a failureKazuhiro NISHIYAMA2021-02-161-1/+1
* `$LOAD_PATH.resolve_feature_path` should not raiseDavid Rodríguez2021-02-161-0/+4
* Added Thread::Backtrace.limit [Feature #17479]Nobuyoshi Nakada2021-02-151-0/+2
* Added tests for --backtrace-limit optionNobuyoshi Nakada2021-02-151-0/+12
* Fixed codepage for utime [Bug #17626]xtkoba (Tee KOBAYASHI)2021-02-141-0/+7
* Thread::Queue.new should accept an Enumerable [Feature #17327]Nobuyoshi Nakada2021-02-121-0/+22
* Make a cyclic prepend not modify ancestors for the receiverJeremy Evans2021-02-111-0/+7
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-111-2/+6
* [ruby/irb] Suppress colorize on Windows testsaycabta2021-02-111-0/+6
* [ruby/zlib] test-unit didn't provide __name__ attributeHiroshi SHIBATA2021-02-101-2/+11
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-093-9/+71
* [ruby/benchmark] Adds `Tms#to_h`Keith Bennett2021-02-071-0/+9
* Forward keyword arguments to ARGF from global functionsNobuyoshi Nakada2021-02-081-0/+9
* Added test for keyword arguments to ARGFNobuyoshi Nakada2021-02-081-0/+42
* [ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta2021-02-071-0/+14
* [ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta2021-02-071-0/+14