summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-05-15Add missing lock in `rb_gc_impl_undefine_finalizer`Jean Boussier
2025-05-15Ensure that forked process do not see invalid blocking operations. (#13343)Samuel Williams
2025-05-15[Bug #21333] Prohibit hash modification inside Hash#update blockNobuyoshi Nakada
2025-05-14[rubygems/rubygems] Reenable skipped specs in truffleruby since they should b...David Rodríguez
2025-05-14[Bug #21331] Prohibit hash modification during stlike loopNobuyoshi Nakada
2025-05-14Revert "[Bug #21331] Prohibit modification during stlike loop"Nobuyoshi Nakada
2025-05-13[Bug #21331] Prohibit modification during stlike loopNobuyoshi Nakada
2025-05-13Make `waiting_fd` behaviour per-IO. (#13127)Samuel Williams
2025-05-13variable.c: Refactor rb_obj_field_* to take shape_id_tJean Boussier
2025-05-13[ruby/json] Further improve parsing errorsJean Boussier
2025-05-13[ruby/json] parser.c: include line and column in error messagesJean Boussier
2025-05-13[ruby/stringio] Do not issue warning when calling set_encoding if string is c...Jeremy Evans
2025-05-12Remove respond_to check from Class#bind_callJohn Hawthorn
2025-05-12[ruby/psych] Fix dumping `StringIO` (and potentially others) on Ruby <= 2.7Earlopain
2025-05-12YJIT: Split the block on optimized getlocal/setlocal (#13282)Takashi Kokubun
2025-05-12test_object_id.rb: use better randomnessJean Boussier
2025-05-12[ruby/json] Favor decimal notation over scientific notation for floatsJean Boussier
2025-05-11Allow T_CLASS and generic types to be too_complexJean Boussier
2025-05-11Skip mmtk/i686 tests for a whileSatoshi Tagomori
2025-05-11avoid calling ZALLOC after NEWOBJ_OF for RClass: need to return RClass not pr...Satoshi Tagomori
2025-05-11namespace on readSatoshi Tagomori
2025-05-09[ruby/psych] exception testsOrenGitHub
2025-05-09[ruby/psych] more special casesOrenGitHub
2025-05-09[ruby/psych] duplicate more testsOrenGitHub
2025-05-09[ruby/psych] add first test for safe load streamOrenGitHub
2025-05-09Fix warnings in tests for ObjectSpace._id2refPeter Zhu
2025-05-09ZJIT: Fix a splitting condition for LHSTakashi Kokubun
2025-05-09Removed CGI library without CGI::Escape featuresHiroshi SHIBATA
2025-05-09Reduce loading class/module on CGIUtilTest and CGIEscapeTestHiroshi SHIBATA
2025-05-09Extract CGIEscapeTest from CGIUtilTestHiroshi SHIBATA
2025-05-09Support `require 'cgi/escape'` with extracting CGI::Escape from CGI::UtilHiroshi SHIBATA
2025-05-08Fix `remove_instance_variable` on complex objectsJean Boussier
2025-05-08[rubygems/rubygems] Update `TarWriter` test to store mtime in a variableEllen Marie Dash
2025-05-08[rubygems/rubygems] Add mtime to Gem::Package::TarWriter#add_file argumentYusuke Nakamura
2025-05-08[ruby/strscan] jruby: Check if len++ walked off the endCharles Oliver Nutter
2025-05-08[ruby/strscan] jruby: Pass end index to byteListToInumCharles Oliver Nutter
2025-05-08Make test/ruby/test_env.rb#test_delete_if_in_ractor easier to debugJean Boussier
2025-05-08Move `object_id` in object fields.Jean Boussier
2025-05-08Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`Jean Boussier
2025-05-05YJIT: End the block after OPTIMIZE_METHOD_TYPE_CALL (#13245)Takashi Kokubun
2025-05-04Handle mutating of array passed to Set.new during iterationJeremy Evans
2025-05-04Handle mutation of array being merged into setJeremy Evans
2025-05-02[ruby/psych] Ensure to remove the test constantsNobuyoshi Nakada
2025-05-02[ruby/strscan] named_captures: fix incompatibility withSutou Kouhei
2025-05-02[rubygems/rubygems] Smoother authentication experienceMike Perham
2025-05-01Add support for Data objects with ivarsnick evans
2025-05-01[ruby/psych] Add support for ruby 3.2 Data objectsnick evans
2025-05-01[ruby/psych] Fix loading/parsing regular expressionsMartin Meyerhoff
2025-05-01Skip test affected by TracePoint-dependent allocation_class_pathYusuke Endoh
2025-05-01Omit tests using ISeq#to_binary under coverage measurementYusuke Endoh