aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* freeze all Range objects.v3_0_0_preview1Koichi Sasada2020-09-252-3/+3
* Buffer protocol proposal (#3261)Kenta Murata2020-09-251-0/+249
* Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA2020-09-251-1/+2
* assert_true is not provided by test-unitHiroshi SHIBATA2020-09-251-1/+1
* Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune2020-09-254-0/+4
* [test] properly 'skip' test on JRubyKarol Bucek2020-09-251-2/+1
* [flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett2020-09-251-0/+56
* Add an option to escape forward slash characterJean Boussier2020-09-252-0/+11
* Add resolve_timeout to TCPSocket [Feature #17134]Masaki Matsushita2020-09-251-0/+14
* [ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier2020-09-251-0/+34
* Remove private_iv_getCharles Oliver Nutter2020-09-251-1/+2
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-258-120/+31
* Revert "[ruby/webrick] Add test for shutdown_pipe"Hiroshi SHIBATA2020-09-251-12/+0
* Revert "[ruby/webrick] Fix shutdown_pipe test issue"Hiroshi SHIBATA2020-09-251-20/+9
* Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"Hiroshi SHIBATA2020-09-241-12/+0
* [ruby/webrick] Manually pick commit from upstream repoHiroshi SHIBATA2020-09-241-0/+12
* [ruby/webrick] Only run test_big_bodies test on Ruby 2.5+Jeremy Evans2020-09-241-1/+1
* [ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans2020-09-241-0/+12
* [ruby/webrick] Allow EPROTOTYPE error when writing junk to a socketJeremy Evans2020-09-241-1/+1
* [ruby/webrick] Fix shutdown_pipe test issueJohn W Higgins2020-09-241-9/+20
* [ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...John W Higgins2020-09-241-0/+28
* [ruby/webrick] Add test for shutdown_pipeJohn W Higgins2020-09-241-0/+12
* [ruby/webrick] Do not use ensure in a block without beginJeremy Evans2020-09-241-69/+71
* [ruby/webrick] Skip env-locale-sensitive CGI test on the "java" platformCharles Oliver Nutter2020-09-241-1/+1
* test/net/http/test_https.rb: The test logic was buggyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh2020-09-241-4/+4
* test/ostruct/test_ostruct.rb: Prevent "method redefined; discarding old foo"Yusuke Endoh2020-09-241-0/+3
* test/fiber/scheduler.rb: Prevent "instance variable @urgent not initialized"Yusuke Endoh2020-09-241-0/+2
* test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh2020-09-241-4/+8
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-23135-306/+0
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-23135-0/+306
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-231-1/+1
* Update UnixSocket#recv_io tests to handle receiving a UnixSocketJeremy Evans2020-09-221-2/+8
* Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans2020-09-221-31/+0
* Make hash returned by Hash#transform_values not have a defaultJeremy Evans2020-09-211-0/+1
* Simplify the implementation of Scheduler#blockBenoit Daloze2020-09-211-13/+15
* Make `Thread#join` non-blocking.Samuel Williams2020-09-211-6/+16
* When setting current thread scheduler to nil, invoke `#close`.Samuel Williams2020-09-212-0/+40
* Remove from waiter in Mutex#lock with ensure when calling rb_scheduler_block()Benoit Daloze2020-09-201-0/+32
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-22/+6
* [ruby/rdoc] update all files if any file is newerNobuyoshi Nakada2020-09-181-4/+11
* [ruby/rdoc] Support full filename to make a link for a text fileaycabta2020-09-181-0/+8
* Add missing goto found;Benoit Daloze2020-09-171-1/+2
* Fix Mutex#unlock with a scheduler and thread contentionBenoit Daloze2020-09-171-0/+23
* Document the various scheduler hooksBenoit Daloze2020-09-171-0/+3
* Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...Benoit Daloze2020-09-172-1/+27
* Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}Benoit Daloze2020-09-171-12/+15
* Use a similar pattern for waiting and readyBenoit Daloze2020-09-171-4/+3
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-171-2/+2
* Fix assertion failed in Complex.polar without NDEBUG (#3551)Kenta Murata2020-09-161-0/+5