summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-12-07Suppress noisy outputsNobuyoshi Nakada
2025-12-06Add error case tests for `File.path`Nobuyoshi Nakada
2025-12-06[ruby/timeout] Test that Timeout does not expose extra constantsBenoit Daloze
2025-12-06Yield to scheduler if interrupts are pending. (#14700)Samuel Williams
2025-12-06Add support for `u128`, `U128`, `s128` and `S128` integers to `IO::Buffer`. (...Samuel Williams
2025-12-05[ruby/timeout] Exclude constantly-failing test on x86_64-darwinBenoit Daloze
2025-12-05ZJIT: Account for when YJIT is on by default in test_zjit_enableAlan Wu
2025-12-05ZJIT: Skip GC.auto_compact test when unsupportedAlan Wu
2025-12-05[ruby/openssl] x509cert: handle invalid validity periods in Certificate#inspectKazuki Yamaguchi
2025-12-05[ruby/timeout] Fix condition and fix test to catch that broken conditionBenoit Daloze
2025-12-05[ruby/timeout] support RactorKoichi Sasada
2025-12-05[ruby/psych] Use Node#to_ruby parse_symbols optionÉtienne Barrié
2025-12-05[ruby/openssl] asn1: use ASN1_TIME_to_tm() to decode UTCTime and GeneralizedTimeKazuki Yamaguchi
2025-12-05[ruby/timeout] Only the timeout method should be public on the Timeout moduleBenoit Daloze
2025-12-05Correctly handle `Process.fork` with an active `Fiber.scheduler`. (#15385)Sharon Rosner
2025-12-04Take VM lock in `class_switch_superclass` (#15356)Luke Gruber
2025-12-05fix typo s/sharable/shareable/Koichi Sasada
2025-12-05Method and UnboundMethod can be sharableKoichi Sasada
2025-12-04Remove mismatched indentations warning (#15410)Étienne Barrié
2025-12-05Refine non-nil warnings for the deprecated variablesNobuyoshi Nakada
2025-12-05[Bug #21764] Propagate the encoding of ID to warningNobuyoshi Nakada
2025-12-04[ruby/prism] Fix `%Q` with newline delimiter and heredoc interpolationEarlopain
2025-12-04[ruby/json] Fix a regression in parsing of unicode surogate pairsJean Boussier
2025-12-04[ruby/rubygems] Increase connection pool to allow for up to 70% speed increase:Edouard CHIN
2025-12-04[ruby/psych] Add option to disable symbol parsingCaleb Stewart
2025-12-03[ruby/json] Fix handling of depthÉtienne Barrié
2025-12-03[ruby/json] Fix duplicated test_unsafe_load_with_options test caseJean Boussier
2025-12-03[ruby/json] Reproduce C ext behavior of ignoring mutated depth in arraysÉtienne Barrié
2025-12-03[ruby/json] Test and restore behavior around to_json changing depthÉtienne Barrié
2025-12-03[ruby/json] Improve `JSON.load` and `JSON.unsafe_load` to allow passing optio...Jean Boussier
2025-12-03Handle NEWOBJ tracepoints settings fieldsJean Boussier
2025-12-02Avoid leaking fd in uminus_no_embed testJohn Hawthorn
2025-12-03Check and raise semantics errors on nested variables captures in patternsyui-knk
2025-12-02[ruby/prism] Clean up test excludesEarlopain
2025-12-02[ruby/json] Don't call to_json on the return value of as_json for Float::NANÉtienne Barrié
2025-12-02ZJIT: Optimize GetIvar for non-T_OBJECTBenoit Daloze
2025-12-01Test CC invalidation for singleton classes of objects (#15360)Luke Gruber
2025-12-01ZJIT: Optimize variadic cfunc `Send` calls into `CCallVariadic` (#14898)Stan Lo
2025-11-30[ruby/prism] Update unicode tables to match that of CRubyKevin Newton
2025-11-30[ruby/prism] Fully destroy call operator write argumentsKevin Newton
2025-11-29[ruby/prism] Fix label interpolated stringKevin Newton
2025-11-29[ruby/prism] Handle invalid string pattern keyKevin Newton
2025-11-27Reorganize page documentations (#15154)Stan Lo
2025-11-27[ruby/json] Respect Coder depth when generatingÉtienne Barrié
2025-11-27[ruby/json] Test current behavior regarding depth for CoderÉtienne Barrié
2025-11-27Fix argument handling in `IO::Buffer#each_byte` (#15309)TOMITA Masahiro
2025-11-26Ensure we don't dereference fields_obj as QundefJohn Hawthorn
2025-11-26Clear fields obj when removingJohn Hawthorn
2025-11-26[ruby/json] Test to_json using State#depthÉtienne Barrié
2025-11-26[ruby/json] Test depthÉtienne Barrié