summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-26Raise the correct exception in fast_serialize_stringBenoit Daloze
2024-10-26[ruby/json] raise_parse_error: avoid UBJean Boussier
2024-10-26[ruby/json] Drop compatibility for missing Array#permutation (Ruby <= 1.8.6)Étienne Barrié
2024-10-26Use frozen string literalsÉtienne Barrié
2024-10-26Use Encoding constants, String#bÉtienne Barrié
2024-10-26[ruby/json] Add test coverage for JSON.load with a ProcJean Boussier
2024-10-26[ruby/json] Limit the size of ParserError exception messagesJean Boussier
2024-10-26[ruby/strscan] [JRuby] Optimize `scan()`: Remove duplicate `ifNAITOH Jun
2024-10-26[ruby/fiddle] Fix Fiddle::Handle.new for a missing library in theBenoit Daloze
2024-10-25[ruby/reline] Add completion_append_character testtomoya ishida
2024-10-24[ruby/reline] nonprinting_start and nonprinting_end should betomoya ishida
2024-10-24append completion_append_character only when continous completion is … (#764)Wu
2024-10-24[rubygems/rubygems] [SpecFetcher tests] Use >3 character long fake gem name.Ellen Marie Dash
2024-10-24[ruby/error_highlight] Rename the `ErrorHighlight::DefaultFormatter` setting ...Guilherme Carreiro
2024-10-23[rubygems/rubygems] Add another bail-early condition to suggest_gems_from_nam...Ellen Marie Dash
2024-10-23[ruby/error_highlight] Adjust truncation, add opt-out mechanism, rename metho...Guilherme Carreiro
2024-10-23[ruby/error_highlight] Handle very long lines with errors in the middle of th...Guilherme Carreiro
2024-10-23[ruby/error_highlight] Handle very long linesGuilherme Carreiro
2024-10-22[ruby/reline] Use IO's encoding instead of Encoding.default_externalWu
2024-10-21Show where mutated chilled strings were allocatedÉtienne Barrié
2024-10-20[ruby/irb] Improve history test's encoding settingGo
2024-10-18[ruby/ipaddr] Added to_json/as_json methodTaketo Takashima
2024-10-18[ruby/fiddle] test: Fix a typokojix2
2024-10-18Relax Pure::Parser's comment regex...Stephen Humphries
2024-10-18[ruby/json] Assume Encoding is definedJean Boussier
2024-10-18[ruby/json] Always dup argument to preserve original encoding for force_encodingTakumasa Ochi
2024-10-18[ruby/json] Fix behavior of trying to parse non-string objectsYuheiNakasaka
2024-10-17[ruby/rdoc] feature: Render mixed-in methods and constants withMike Dalessio
2024-10-17[ruby/etc] Fix sysconfdir when load-relativeNobuyoshi Nakada
2024-10-17[ruby/win32-registry] Fix compatibility with JRubyLars Kanis
2024-10-17[ruby/win32-registry] Move all tests to volatile environment and use per-test...Lars Kanis
2024-10-16Fix memory leak in syntax error in prismPeter Zhu
2024-10-16RubyVM::InstructionSequence.of Thread::Backtrace::LocationKevin Newton
2024-10-16[ruby/prism] RelocationKevin Newton
2024-10-16Skip GC compaction tests in test_yjit.rb when not supportedPeter Zhu
2024-10-16[ruby/yaml] Make YAML::DBM optionalHiroshi SHIBATA
2024-10-16[ruby/yaml] Also use safe_load with each_value, values and shiftHiroshi SHIBATA
2024-10-16[ruby/yaml] Added basic test casesHiroshi SHIBATA
2024-10-16[ruby/json] Embedded helper.rb into test_helper.rbHiroshi SHIBATA
2024-10-16[ruby/json] Fixed load path for ext versionHiroshi SHIBATA
2024-10-16Restore missing test-case from https://github.com/ruby/json/commit/c5a6d80427...Hiroshi SHIBATA
2024-10-16[ruby/json] ractor_test.rb: ignore stderrJean Boussier
2024-10-16Use JRuby implementation for TruffleRuby (#149)Sutou Kouhei
2024-10-16[ruby/fiddle] Ractor supportNobuyoshi Nakada
2024-10-15[ruby/rdoc] Generate meta tags based on page's contentVinicius Stock
2024-10-15Remove a puts in test_finalizer_thread_raisePeter Zhu
2024-10-14[rubygems/rubygems] Fix `gem contents` for default gemsDavid Rodríguez
2024-10-14[rubygems/rubygems] Fix duplicated specs when they have been previously activ...David Rodríguez
2024-10-14[Bug #20797] Check seconds in UTC offset as well as minutesNobuyoshi Nakada
2024-10-13[ruby/reline] Support continuous tab completiontomoya ishida