summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-11-05[ruby/json] Appease ruby/ruby CIJean Boussier
2024-11-05[ruby/json] Strip whitespacesJean Boussier
2024-11-05[ruby/json] ResyncJean Boussier
2024-11-05[ruby/json] Re-enable passing testBenoit Daloze
2024-11-05[ruby/json] Add tests for the behavior of JSON.generate with base types subcl...Jean Boussier
2024-11-05[ruby/json] JSON::Ext::Parser mark the name cache entries when not on the heapJean Boussier
2024-11-05Use wide character startupNobuyoshi Nakada
2024-11-05[ruby/stringio] Copy from the relocated stringNobuyoshi Nakada
2024-11-05[ruby/date] Refine assertionsNobuyoshi Nakada
2024-11-05[ruby/date] Fix incorrect argc2 decrement in datetime_s_iso8601 functionDmitrii Zudin
2024-11-04[ruby/rdoc] Display class ancestors in the sidebar #1183Alexis Bernard
2024-11-04YJIT: Replace Array#each only when YJIT is enabled (#11955)Takashi Kokubun
2024-11-04Fix Dir.mktmpdir argumentNobuyoshi Nakada
2024-11-04Mingw: Exclude failing tests due to the crt changeNobuyoshi Nakada
2024-11-04Validate user input encodingDavid Rodríguez
2024-11-04[rubygems/rubygems] Fix commands with 2 MFA requests when webauthn is enabledDavid Rodríguez
2024-11-04[rubygems/rubygems] TermError should inherit from SystemExitDavid Rodríguez
2024-11-03[ruby/prism] Error for def ivarKevin Newton
2024-11-02Skip TestProc#test_hash_does_not_change_after_compaction if compaction is not...Peter Zhu
2024-11-01Improve coverage of TestProc#test_hash_uniquenessPeter Zhu
2024-11-01Add TestProc#test_hash_equalPeter Zhu
2024-11-01Rename test_hash to test_hash_uniquenessPeter Zhu
2024-11-01[Bug #20853] Fix Proc#hash to not change after compactionPeter Zhu
2024-11-01JSON.generate: call to_json on String subclassesJean Boussier
2024-11-01[ruby/json] Emit warnings when dumping binary stringsJean Boussier
2024-11-01Deprecate unsafe default options of `JSON.load`Jean Boussier
2024-11-01Elide Generator::State allocation until a `to_json` method has to be calledJean Boussier
2024-11-01[ruby/json] Skip test failing on JRubyBenoit Daloze
2024-11-01[ruby/json] Add test for parsing broken stringsBenoit Daloze
2024-11-01[ruby/json] Setup ruby_memcheckJean Boussier
2024-11-01`alias` should not set `defined_class` for ModulesKoichi Sasada
2024-11-01Removed accidentally sync fileHiroshi SHIBATA
2024-10-31Fix assertion when envval of proc is QundefPeter Zhu
2024-10-31Fix indentation in TestProc#test_hash [ci skip]Peter Zhu
2024-10-31[ruby/openssl] pkcs7: remove default cipher from PKCS7.encryptKazuki Yamaguchi
2024-10-31Introduce Fiber Scheduler `blocking_region` hook. (#11963)Samuel Williams
2024-10-31[ruby/error_highlight] use `instance_method` to get method objectKoichi Sasada
2024-10-30Only check RubyVM on CRubyCharles Oliver Nutter
2024-10-30[rubygems/rubygems] Fix `gem update --system` leaving old default bundler exe...David Rodríguez
2024-10-29[ruby/error_highlight] Redefine in the module contextNobuyoshi Nakada
2024-10-30Fix method definition ownersNobuyoshi Nakada
2024-10-29[ruby/error_highlight] Suppress smaller `max_snippet_width` warningNobuyoshi Nakada
2024-10-29Handle all formatting configs potentially being `nil`.Jean Boussier
2024-10-26[ruby/json] Workaround rubygems $LOAD_PATH bugJean Boussier
2024-10-26[ruby/json] Cleanup test_helper.rbJean Boussier
2024-10-26json_pure: fix ractor compatibilityJean Boussier
2024-10-26[ruby/json] Cleaner .encode / .force_encodingJean Boussier
2024-10-26[ruby/json] Modernize heredocsJean Boussier
2024-10-26pretty_generate: don't apply object_nl / array_nl for empty containersJean Boussier
2024-10-26[ruby/json] JSON.dump / String#to_json: raise on invalid encodingJean Boussier