summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-11-16[ruby/prism] Add cp852 encodingKevin Newton
2023-11-16[ruby/prism] Add remaining windows encodingsKevin Newton
2023-11-16[ruby/prism] Add windows-1250 encodingKevin Newton
2023-11-16[ruby/prism] Test cp51932Maple Ong
2023-11-16[ruby/prism] Fix calls with splat without parenthesisHaldun Bayhantopcu
2023-11-16[ruby/prism] Add test cases for `in` in `case` conditionTSUYUSATO Kitsune
2023-11-16[ruby/rdoc] fix: Fix NoMethodError for `tokens_to_s` methodtoshimaru
2023-11-15[ruby/prism] Track the then keyword for conditionalsKevin Newton
2023-11-15[rubygems/rubygems] Make temp gem home independent of pwdDavid Rodríguez
2023-11-15Refactor the settings of test-all outYusuke Endoh
2023-11-15No need to save `$VERBOSE`Nobuyoshi Nakada
2023-11-15Separate tests for Hash only from tests for Hash and its subclassesNobuyoshi Nakada
2023-11-15Fix IRB tests (#8925)Hiroshi SHIBATA
2023-11-15Fixup da2c2931a60Hiroshi SHIBATA
2023-11-15test: Follow-up fix for #8916Yuta Saito
2023-11-15Skip Type completion tests related with IRB::VERSIONHiroshi SHIBATA
2023-11-15Revert "Tests of irb is still broken."Hiroshi SHIBATA
2023-11-14Resync prism delete bin/dotKevin Newton
2023-11-14[ruby/prism] Check value expressions on creating a nodeTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Rename librubyparser to libprismKevin Newton
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on creating a nodeTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Add parse_value_expressionTSUYUSATO Kitsune
2023-11-14[ruby/prism] fix: float suffix at end of fileMike Dalessio
2023-11-14[ruby/prism] fix: nested heredoc dedentation use-after-freeMike Dalessio
2023-11-14[ruby/rdoc] Fix TIDYLINK after bracesNobuyoshi Nakada
2023-11-14test: Assert only events originated from the test_settracefunc.rb test fileYuta Saito
2023-11-14[ruby/prism] fix: Handle zero-length block parameters in invalid RubyMike Dalessio
2023-11-13Don't overwrite shape capacity when removing ivarPeter Zhu
2023-11-14test: Check file name in test_thread_add_trace_func alsoYuta Saito
2023-11-13[ruby/prism] Add tests for error cases on #1791, #1807, and #1810TSUYUSATO Kitsune
2023-11-13[ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida
2023-11-13Revert "Fix crash caused by concurrent ObjectSpace.dump_all calls"Jean Boussier
2023-11-13GVL Instrumentation: pass thread->self as part of event dataJean Boussier
2023-11-13[rubygems/rubygems] Explicitly define `@default_specifications_dir` for testsVít Ondruch
2023-11-13[rubygems/rubygems] Provide more insightful test error outputVít Ondruch
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez
2023-11-13[rubygems/rubygems] Report possible error prior checking output of gem uninstallVít Ondruch
2023-11-12Fix crash caused by concurrent ObjectSpace.dump_all callsKJ Tsanaktsidis
2023-11-12[ruby/prism] Reject invalid rational literals like `1e1r` on lexingTSUYUSATO Kitsune
2023-11-11[ruby/prism] Introduce non-associativility to `in` and `=>`TSUYUSATO Kitsune
2023-11-11[Bug #19969] Compact st_table after deleted if possibleNobuyoshi Nakada
2023-11-10[ruby/prism] Remove extra locals added by ...Kevin Newton
2023-11-10[ruby/prism] Disallow forwarding in blocksKevin Newton
2023-11-10Tests of irb is still broken.Hiroshi SHIBATA
2023-11-10[ruby/irb] Revert "Skip TypeCompletion test in ruby ciHiroshi SHIBATA
2023-11-09[ruby/irb] Add command line option to select which completor to usetomoya ishida
2023-11-09[PRISM] Implement compilation for ForwardingArgumentssNodeJemma Issroff