summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-11-16Make Enumerable#each_cons return object if over sizeJeremy Evans
2021-11-16Add a test for bug 18343Jeremy Evans
2021-11-17Validate string type when constructing IO::Buffer for string mapping.Samuel Williams
2021-11-17`Primitive.mandatory_only?` consider splat argsJean Boussier
2021-11-16[ruby/date] check_limit: also handle symbolsJean Boussier
2021-11-16[ruby/date] `Date._<format>(nil)` should return an empty HashJean Boussier
2021-11-16[ruby/date] Add length limit option for methods that parses date stringsYusuke Endoh
2021-11-16[ruby/io-wait] Disable ractor test which is meaningless on earlier versionsNobuyoshi Nakada
2021-11-16[ruby/io-wait] Use `omit` as per test-unitNobuyoshi Nakada
2021-11-16Merge the master branch of rubygems repoHiroshi SHIBATA
2021-11-15Sync test_http_request.rb after fix to net-httpJeremy Evans
2021-11-16[ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans
2021-11-15test/ruby/test_m17n.rb: skip a test that breaks another testYusuke Endoh
2021-11-15Revert "test/ruby/test_m17n.rb: Run a test under assert_separately"Yusuke Endoh
2021-11-15test/ruby/test_m17n.rb: Run a test under assert_separatelyYusuke Endoh
2021-11-14show encoding for each pathKoichi Sasada
2021-11-14test/io/console/test_io_console.rb: dump debug output to stderrYusuke Endoh
2021-11-12test/ruby/test_jit.rb: suppress a false-positive warningYusuke Endoh
2021-11-12test/io/console/test_io_console.rb: add debug codeYusuke Endoh
2021-11-12Rework implementation of `IO::Buffer.for(string)` to use string locking.Samuel Williams
2021-11-12More immutability and locking tests.Samuel Williams
2021-11-11[Bug #18329] Fix crash when calling non-existent super methodPeter Zhu
2021-11-11fix a memory leak introduced in 8bbd319Matt Valentine-House
2021-11-11quick fix for `test_initialize_HEAD`Koichi Sasada
2021-11-11test/openssl/test_ssl: adjust certificate expiry dateKazuki Yamaguchi
2021-11-11[ruby/getoptlong] fixup 5f57f47572502173e2e8880f83ef7b3e2659f974Hiroshi SHIBATA
2021-11-11[ruby/getoptlong] Save the copy of `ARGV`Nobuyoshi Nakada
2021-11-11[ruby/getoptlong] Write a first test of getoptlong.rbBurdette Lamar
2021-11-10[ci skip] Fix typo in test namePeter Zhu
2021-11-10Disable experimental warnings in test/runner.rbNobuyoshi Nakada
2021-11-10Mark IO::Buffer as experimental.Samuel Williams
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
2021-11-10class.c: descendants must not cause GC until the result array is createdYusuke Endoh
2021-11-09[rubygems/rubygems] Remove more unused stuff from make command parsingDavid Rodríguez
2021-11-09[rubygems/rubygems] This method is never passed a blockDavid Rodríguez
2021-11-09[rubygems/rubygems] Fix assert_contains_make_command on make defined by envir...Jun Aruga
2021-11-09[rubygems/rubygems] Improve error message when make command doesn't matchDavid Rodríguez
2021-11-09test/ruby/test_iseq.rb: Prevent a warningYusuke Endoh
2021-11-09test/ruby/test_enum.rb: Prevent a warningYusuke Endoh
2021-11-09class.c: calculate the length of Class.descendants in advanceYusuke Endoh
2021-11-09test/readline/test_readline.rb: skip a test on i686-linuxYusuke Endoh
2021-11-09test/ruby/test_fiber.rb: Extend timeout on SolarisYusuke Endoh
2021-11-08[Feature #18290] Remove tests that test use of rb_gc_force_recyclePeter Zhu
2021-11-07Refine the error message for hidden variablesNobuyoshi Nakada
2021-11-07rb_id_serial_to_id: return unregistered ID as an internal IDNobuyoshi Nakada
2021-11-05YJIT: Implement checkkeyword (#5083)John Hawthorn
2021-11-05Delegate keywords from Enumerable#to_a to #eachJeremy Evans
2021-11-05[rubygems/rubygems] Fix `ruby setup.rb` command when `--prefix` is passedDavid Rodríguez
2021-11-05[rubygems/rubygems] Bin dir should fall inside destdirDavid Rodríguez
2021-11-05[rubygems/rubygems] Remove unnecessary test setupDavid Rodríguez