aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* No need to save `$VERBOSE`Nobuyoshi Nakada2023-11-151-2/+0
* Separate tests for Hash only from tests for Hash and its subclassesNobuyoshi Nakada2023-11-151-386/+380
* Fix IRB tests (#8925)Hiroshi SHIBATA2023-11-152-10/+11
* Fixup da2c2931a60Hiroshi SHIBATA2023-11-151-10/+8
* test: Follow-up fix for #8916Yuta Saito2023-11-151-3/+3
* Skip Type completion tests related with IRB::VERSIONHiroshi SHIBATA2023-11-152-3/+5
* Revert "Tests of irb is still broken."Hiroshi SHIBATA2023-11-155-9/+0
* Resync prism delete bin/dotKevin Newton2023-11-141-94/+0
* [ruby/prism] Check value expressions on creating a nodeTSUYUSATO Kitsune2023-11-141-8/+22
* [ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune2023-11-141-0/+40
* [ruby/prism] Rename librubyparser to libprismKevin Newton2023-11-141-14/+14
* [ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune2023-11-141-0/+40
* [ruby/prism] Check value expressions on creating a nodeTSUYUSATO Kitsune2023-11-141-8/+84
* [ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune2023-11-141-0/+73
* [ruby/prism] Add parse_value_expressionTSUYUSATO Kitsune2023-11-141-0/+72
* [ruby/prism] fix: float suffix at end of fileMike Dalessio2023-11-141-0/+1
* [ruby/prism] fix: nested heredoc dedentation use-after-freeMike Dalessio2023-11-142-32/+95
* [ruby/rdoc] Fix TIDYLINK after bracesNobuyoshi Nakada2023-11-141-0/+6
* test: Assert only events originated from the test_settracefunc.rb test fileYuta Saito2023-11-141-11/+15
* [ruby/prism] fix: Handle zero-length block parameters in invalid RubyMike Dalessio2023-11-141-0/+2
* Don't overwrite shape capacity when removing ivarPeter Zhu2023-11-131-0/+33
* test: Check file name in test_thread_add_trace_func alsoYuta Saito2023-11-141-10/+10
* [ruby/prism] Add tests for error cases on #1791, #1807, and #1810TSUYUSATO Kitsune2023-11-131-0/+33
* [ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida2023-11-131-1/+60
* Revert "Fix crash caused by concurrent ObjectSpace.dump_all calls"Jean Boussier2023-11-131-8/+0
* GVL Instrumentation: pass thread->self as part of event dataJean Boussier2023-11-131-0/+7
* [rubygems/rubygems] Explicitly define `@default_specifications_dir` for testsVít Ondruch2023-11-131-1/+1
* [rubygems/rubygems] Provide more insightful test error outputVít Ondruch2023-11-131-1/+1
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez2023-11-137-36/+8
* [rubygems/rubygems] Report possible error prior checking output of gem uninstallVít Ondruch2023-11-131-0/+2
* Fix crash caused by concurrent ObjectSpace.dump_all callsKJ Tsanaktsidis2023-11-121-0/+8
* [ruby/prism] Reject invalid rational literals like `1e1r` on lexingTSUYUSATO Kitsune2023-11-122-26/+36
* [ruby/prism] Introduce non-associativility to `in` and `=>`TSUYUSATO Kitsune2023-11-116-117/+242
* [Bug #19969] Compact st_table after deleted if possibleNobuyoshi Nakada2023-11-111-0/+9
* [ruby/prism] Remove extra locals added by ...Kevin Newton2023-11-1011-26/+26
* [ruby/prism] Disallow forwarding in blocksKevin Newton2023-11-103-7/+7
* Tests of irb is still broken.Hiroshi SHIBATA2023-11-105-0/+9
* [ruby/irb] Revert "Skip TypeCompletion test in ruby ciHiroshi SHIBATA2023-11-105-9/+0
* [ruby/irb] Add command line option to select which completor to usetomoya ishida2023-11-091-0/+16
* [PRISM] Implement compilation for ForwardingArgumentssNodeJemma Issroff2023-11-091-0/+16
* String#force_encoding don't clear coderange if encoding is unchangedJean Boussier2023-11-092-1/+2
* [ruby/prism] Reset do_loop_stack around a body of a endless method definitionTSUYUSATO Kitsune2023-11-092-42/+81
* Do not allow test-all to load the bundled gemsYusuke Endoh2023-11-091-8/+1
* [rubygems/rubygems] Make the `test_build_extensions` more predictableVít Ondruch2023-11-091-24/+27
* [rubygems/rubygems] Use `extension_in_lib` helper instead of custom codeVít Ondruch2023-11-092-38/+33
* [ruby/prism] Provide Parameters#signature for mirroring Method#parametersKevin Newton2023-11-081-0/+91
* [PRISM] Add tests for OptionalKeywordParameterNodeJemma Issroff2023-11-081-0/+4
* [PRISM] Added tests for ForwardingParameterNode, KeywordRestParameterNodeJemma Issroff2023-11-081-0/+8
* [PRISM] Add tests for several parameters nodesJemma Issroff2023-11-081-1/+25
* [ruby/tempfile] Make Tempfile#open return the underlying FileJeremy Evans2023-11-081-0/+8