summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2021-12-03TestClass#test_subclass_gc reduce the number of iteration by 10xJean Boussier
2021-12-03Add tests of string argument to Time.atNobuyoshi Nakada
2021-12-02Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn
2021-12-01Don't call + and < in Integer.times for !FIXNUMJeremy Evans
2021-12-01Rework tracing for blocks running as methodsAlan Wu
2021-11-29Simplify platform check for Windows-UCRTLars Kanis
2021-11-26fix to choose correct callcacheKoichi Sasada
2021-11-25YJIT: Implement new struct accessors (#5161)John Hawthorn
2021-11-25Revert "Add GC.stat_size_pool to get stats for a size pool"Peter Zhu
2021-11-25Add GC.stat_size_pool to get stats for a size poolPeter Zhu
2021-11-25test/ruby/test_iseq.rb: Avoid pollution of method namespaceYusuke Endoh
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-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-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-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-12test/ruby/test_jit.rb: suppress a false-positive warningYusuke 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-10[ci skip] Fix typo in test namePeter Zhu
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-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/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