summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2025-02-28Improve tests for small UTF regex with case fold.Maciek Rząsa
2025-02-28Use mbuf instead of bitset for character class for small UTF. Fixes #16145Maciej Rzasa
2025-02-27[Bug #21159] module names should not be modifiableNobuyoshi Nakada
2025-02-24[Bug #21153] Add missing op-assign to top const in `command_asgn`Nobuyoshi Nakada
2025-02-18Ensure IO.copy_stream buffer is an independent stringJeremy Evans
2025-02-18Fix typo in test_gc_compact.rb [ci skip]Peter Zhu
2025-02-18Fix crash for special constants in too complex generic ivarsPeter Zhu
2025-02-18Add a test for Binding#local_variable* with numbered parameters and `it`Yusuke Endoh
2025-02-14Only count VM instructions in YJIT stats buildsAaron Patterson
2025-02-14[Bug #21127] Thread deadlock does not display backtraces (#12721)Masataka Pocke Kuwabara
2025-02-13[Feature #21116] Extract RJIT as a third-party gemNobuyoshi Nakada
2025-02-13Extend timeout with resolv.rb and Windows platform. It's expired with 10sec s...Hiroshi SHIBATA
2025-02-06Enable bundled gems in ruby-runnerNobuyoshi Nakada
2025-02-03Add out of range tests of random number generatorNobuyoshi Nakada
2025-02-01[Bug #21103] Fix local variable index calculation with forwardingNobuyoshi Nakada
2025-01-31[Feature #19521] Test for `Module#set_temporary_name`Nobuyoshi Nakada
2025-01-31rb_alias: improve "undefined method" error message by invokingFabio Sangiovanni
2025-01-24Fix "Relax expectations of errors from `getgrnam`"Nobuyoshi Nakada
2025-01-22Relax expectations of errors from `getgrnam`Nobuyoshi Nakada
2025-01-15Fix ENV tests on Windows on ARM64Lars Kanis
2025-01-14[PRISM] Handle forwarding inside evalKevin Newton
2025-01-14Add tests for Proc#parameters on `it` blocksAlan Wu
2025-01-13Proc#parameters: Show anonymous optionals as `[:opt]`Alan Wu
2025-01-13[Bug #21030] Fix step for non-numeric rangeNobuyoshi Nakada
2025-01-12[Bug #21018] Fix for s390xNobuyoshi Nakada
2025-01-09[Feature #6012] Extend `source_location` for end position and columnsNobuyoshi Nakada
2025-01-09[Bug #21018] Show invalid command line option more properlyNobuyoshi Nakada
2025-01-09Implement FOR NODE locationsydah
2025-01-08Avoid opt_aset_with optimization inside multiple assignmentJeremy Evans
2025-01-08Use erb instead of ostruct for test_frozen_loaded_featuresHiroshi SHIBATA
2025-01-08[Bug #21011] `nd_value` is NULL in massignNobuyoshi Nakada
2025-01-07Correctly set node_id on iseq locationAaron Patterson
2025-01-07[Bug #21008] Normalize before sum to floatNobuyoshi Nakada
2025-01-07[Bug #21006] Fix defined_expr compilation of method call with parenth… (#12...tomoya ishida
2025-01-06Allow escaping from ensures through nextKevin Newton
2025-01-05Do not warn unused block when using forwardingKevin Newton
2025-01-04Suppress warnings for flip-flop in test_ast.rbPeter Zhu
2025-01-04YJIT: Fix crash when yielding keyword argumentsAlan Wu
2025-01-04Implement FLIP3 NODE locationsydah
2025-01-04Implement FLIP2 NODE locationsydah
2025-01-04Implement DOT3 NODE locationsydah
2025-01-04Implement DOT2 NODE locationsydah
2025-01-04Implement REGX NODE locationsydah
2025-01-04Implement LAMBDA NODE locationsydah
2025-01-04Implement YIELD NODE locationsydah
2025-01-04Implement EVSTR NODE locationsydah
2025-01-03Implement SUPER NODE locationsydah
2025-01-03Speed up initial test creation in test_case_comprehensive.rb:Martin Dürst
2025-01-03Implement IF NODE locationsydah
2025-01-03Try all assertions in `TestM17N#test_regexp_usascii`Nobuyoshi Nakada