aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans2021-11-183-8/+38
* Anonymous block forwarding allows a method to forward a passedJeremy Evans2021-11-183-1/+31
* Make Module#{public,private,protected,module_function} return argumentsJeremy Evans2021-11-181-0/+22
* Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada2021-11-181-0/+6
* Allow Kernel#load to load code into a specified moduleJeremy Evans2021-11-171-0/+32
* [rubygems/rubygems] `Gem::Specification.reset` already clears loaded spec cacheDavid Rodríguez2021-11-181-1/+0
* Add tests for cme NULL crashPeter Zhu2021-11-171-1/+7
* Make Enumerable#each_cons return object if over sizeJeremy Evans2021-11-161-0/+2
* Add a test for bug 18343Jeremy Evans2021-11-161-0/+8
* Validate string type when constructing IO::Buffer for string mapping.Samuel Williams2021-11-171-0/+8
* `Primitive.mandatory_only?` consider splat argsJean Boussier2021-11-171-0/+4
* [ruby/date] check_limit: also handle symbolsJean Boussier2021-11-161-0/+24
* [ruby/date] `Date._<format>(nil)` should return an empty HashJean Boussier2021-11-161-0/+18
* [ruby/date] Add length limit option for methods that parses date stringsYusuke Endoh2021-11-161-0/+29
* [ruby/io-wait] Disable ractor test which is meaningless on earlier versionsNobuyoshi Nakada2021-11-161-5/+1
* [ruby/io-wait] Use `omit` as per test-unitNobuyoshi Nakada2021-11-161-1/+1
* Merge the master branch of rubygems repoHiroshi SHIBATA2021-11-166-39/+39
* Sync test_http_request.rb after fix to net-httpJeremy Evans2021-11-151-1/+1
* [ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans2021-11-161-2/+3
* test/ruby/test_m17n.rb: skip a test that breaks another testYusuke Endoh2021-11-151-0/+3
* Revert "test/ruby/test_m17n.rb: Run a test under assert_separately"Yusuke Endoh2021-11-151-25/+27
* test/ruby/test_m17n.rb: Run a test under assert_separatelyYusuke Endoh2021-11-151-27/+25
* show encoding for each pathKoichi Sasada2021-11-141-1/+1
* test/io/console/test_io_console.rb: dump debug output to stderrYusuke Endoh2021-11-141-1/+2
* test/ruby/test_jit.rb: suppress a false-positive warningYusuke Endoh2021-11-121-1/+3
* test/io/console/test_io_console.rb: add debug codeYusuke Endoh2021-11-121-1/+6
* Rework implementation of `IO::Buffer.for(string)` to use string locking.Samuel Williams2021-11-121-0/+19
* More immutability and locking tests.Samuel Williams2021-11-121-0/+29
* [Bug #18329] Fix crash when calling non-existent super methodPeter Zhu2021-11-111-0/+31
* fix a memory leak introduced in 8bbd319Matt Valentine-House2021-11-111-0/+9
* quick fix for `test_initialize_HEAD`Koichi Sasada2021-11-111-1/+1
* test/openssl/test_ssl: adjust certificate expiry dateKazuki Yamaguchi2021-11-111-1/+2
* [ruby/getoptlong] fixup 5f57f47572502173e2e8880f83ef7b3e2659f974Hiroshi SHIBATA2021-11-111-1/+1
* [ruby/getoptlong] Save the copy of `ARGV`Nobuyoshi Nakada2021-11-111-1/+1
* [ruby/getoptlong] Write a first test of getoptlong.rbBurdette Lamar2021-11-111-0/+163
* [ci skip] Fix typo in test namePeter Zhu2021-11-101-1/+1
* Disable experimental warnings in test/runner.rbNobuyoshi Nakada2021-11-101-0/+2
* Mark IO::Buffer as experimental.Samuel Williams2021-11-101-0/+1
* IO::Buffer for scheduler interface.Samuel Williams2021-11-101-0/+131
* class.c: descendants must not cause GC until the result array is createdYusuke Endoh2021-11-101-0/+8
* [rubygems/rubygems] Remove more unused stuff from make command parsingDavid Rodríguez2021-11-091-10/+4
* [rubygems/rubygems] This method is never passed a blockDavid Rodríguez2021-11-091-1/+0
* [rubygems/rubygems] Fix assert_contains_make_command on make defined by envir...Jun Aruga2021-11-092-5/+9
* [rubygems/rubygems] Improve error message when make command doesn't matchDavid Rodríguez2021-11-091-1/+1
* test/ruby/test_iseq.rb: Prevent a warningYusuke Endoh2021-11-091-1/+1
* test/ruby/test_enum.rb: Prevent a warningYusuke Endoh2021-11-091-0/+1
* class.c: calculate the length of Class.descendants in advanceYusuke Endoh2021-11-091-0/+6
* test/readline/test_readline.rb: skip a test on i686-linuxYusuke Endoh2021-11-091-0/+6
* test/ruby/test_fiber.rb: Extend timeout on SolarisYusuke Endoh2021-11-091-1/+1
* [Feature #18290] Remove tests that test use of rb_gc_force_recyclePeter Zhu2021-11-083-55/+0