summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2021-11-05Add the test of `Dir.glob` when `sort: true` is given explicitlyNobuyoshi Nakada
2021-11-04test/ruby/test_gc_compact.rb: Backpatch the URL to the PRYusuke Endoh
2021-11-04test/ruby/test_gc_compact.rb: Do not run on s390xYusuke Endoh
2021-11-02Fix typosNobuyoshi Nakada
2021-10-31Argument forwarding definition without parentheses [Bug #18267]Nobuyoshi Nakada
2021-10-30Apply the timeout scale to also separated workersNobuyoshi Nakada
2021-10-29Preserve the encoding of message from outer local variableNobuyoshi Nakada
2021-10-29Preserve the encoding of message from outer local variablesNobuyoshi Nakada
2021-10-29Remove redundant callsNobuyoshi Nakada
2021-10-29Fix script_lines in loaded iseq as nilNobuyoshi Nakada
2021-10-28Rename ::YJIT to RubyVM::YJITAlan Wu
2021-10-28Fix leap day with UTC offset [Bug #18274]Nobuyoshi Nakada
2021-10-27YJIT: move --yjit-stats at_exit call into RubyAlan Wu
2021-10-27Expect multi-line -v output for -DRUBY_DEVEL in testsAlan Wu
2021-10-27Fix indentation in testAlan Wu
2021-10-27YJIT: Support newhash with values (#5029)John Hawthorn
2021-10-26pack.c: add an offset argument to unpack and unpack1Jean Boussier
2021-10-26Add Class#descendantsJeremy Evans
2021-10-26[Bug #18264] Fix memory leak in TracePointPeter Zhu
2021-10-26Make the metaclass of Refinement explicitlyShugo Maeda
2021-10-25Strip out YJIT at build time when unsupported or disabled (#5003)Alan Wu
2021-10-25test/ruby/test_jit.rb: Add a test for checkmatch insnYusuke Endoh