summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-11-24[ruby/zlib] [Bug #18358] Fix crash in zlib when in progressPeter Zhu
2021-11-24[ruby/cgi] When parsing cookies, only decode the valuesNobuyoshi Nakada
2021-11-24test/ruby/test_iseq.rb: Use __LINE__ to make the error log easy to seeYusuke Endoh
2021-11-23Add setclassvariable to yjit (#5127)Eileen M. Uchitelle
2021-11-23Add an extra failing test case for [Bug #18250]Jean Boussier
2021-11-23Add Class#subclassesJean Boussier
2021-11-23Suppress the “experimental" warnings for `IO::Buffer`Nobuyoshi Nakada
2021-11-22Avoid assert failure when NULL EC is expectedAlan Wu
2021-11-21[ruby/reline] Correct padding space calculationima1zumi
2021-11-21Fix setting struct member by public_sendNobuyoshi Nakada
2021-11-19Add YJIT codegen for objtostring (#5149)Adam Hess
2021-11-19Fix test_super_with_anonymous_block test to use anonymous blockJeremy Evans
2021-11-19optimize `Struct` getter/setterKoichi Sasada
2021-11-18Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans
2021-11-18Anonymous block forwarding allows a method to forward a passedJeremy Evans
2021-11-18Make Module#{public,private,protected,module_function} return argumentsJeremy Evans
2021-11-18Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada
2021-11-17Allow Kernel#load to load code into a specified moduleJeremy Evans
2021-11-18[rubygems/rubygems] `Gem::Specification.reset` already clears loaded spec cacheDavid Rodríguez
2021-11-17Add tests for cme NULL crashPeter Zhu
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