aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "test/socket/test_socket.rb: skip on Solaris"Naohisa Goto2021-11-301-4/+0
* Simplify platform check for Windows-UCRTLars Kanis2021-11-291-1/+1
* fix to choose correct callcacheKoichi Sasada2021-11-261-0/+7
* YJIT: Implement new struct accessors (#5161)John Hawthorn2021-11-251-2/+13
* Revert "Add GC.stat_size_pool to get stats for a size pool"Peter Zhu2021-11-251-48/+0
* Add GC.stat_size_pool to get stats for a size poolPeter Zhu2021-11-251-0/+48
* [ruby/win32ole] Scale timeout in win32oleNobuyoshi Nakada2021-11-251-1/+2
* [ruby/win32ole] Fix typos [ci skip]Nobuyoshi Nakada2021-11-251-1/+1
* test/ruby/test_iseq.rb: Avoid pollution of method namespaceYusuke Endoh2021-11-251-4/+4
* [ruby/zlib] [Bug #18358] Fix crash in zlib when in progressPeter Zhu2021-11-241-2/+8
* [ruby/cgi] When parsing cookies, only decode the valuesNobuyoshi Nakada2021-11-241-0/+5
* test/ruby/test_iseq.rb: Use __LINE__ to make the error log easy to seeYusuke Endoh2021-11-241-19/+19
* Add setclassvariable to yjit (#5127)Eileen M. Uchitelle2021-11-231-0/+5
* Add an extra failing test case for [Bug #18250]Jean Boussier2021-11-231-0/+11
* Add Class#subclassesJean Boussier2021-11-231-0/+38
* Suppress the “experimental" warnings for `IO::Buffer`Nobuyoshi Nakada2021-11-232-0/+16
* Avoid assert failure when NULL EC is expectedAlan Wu2021-11-221-0/+7
* [ruby/reline] Correct padding space calculationima1zumi2021-11-212-0/+37
* Fix setting struct member by public_sendNobuyoshi Nakada2021-11-211-0/+8
* Add YJIT codegen for objtostring (#5149)Adam Hess2021-11-191-6/+6
* Fix test_super_with_anonymous_block test to use anonymous blockJeremy Evans2021-11-191-1/+1
* optimize `Struct` getter/setterKoichi Sasada2021-11-191-0/+2
* 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