aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* YJIT: Disable code GC (#8865)Takashi Kokubun2023-11-081-4/+27
* [ruby/tempfile] Fix Tempfile#{dup,clone}Jeremy Evans2023-11-081-0/+16
* Improve error and memory handlingAdam Hess2023-11-081-0/+6
* [ruby/irb] Skip TypeCompletion test in ruby citomoya ishida2023-11-085-0/+9
* Prevent a warning: assigned but unused variable - raised_exceptionYusuke Endoh2023-11-081-1/+1
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-087-5/+1107
* [ruby/stringio] Add missing row separator encoding conversionSutou Kouhei2023-11-081-0/+8
* [ruby/fiddle] Use Ruby's true/false for C boolSutou Kouhei2023-11-083-1/+36
* CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.Jun Aruga2023-11-081-19/+0
* [rubygems/rubygems] Allow `--install-dir` to be specified together with `--us...Vít Ondruch2023-11-081-15/+0
* [rubygems/rubygems] Don't use `util_installer` for user installVít Ondruch2023-11-081-6/+4
* [rubygems/rubygems] Check for `:install_dir` precedence over `:user_install`Vít Ondruch2023-11-081-0/+13
* [rubygems/rubygems] Make the user installation less exceptionalVít Ondruch2023-11-081-1/+1
* [rubygems/rubygems] Remove kludge that should be unnecessary.Ellen Marie Dash2023-11-081-1/+1
* [rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACC...Ellen Marie Dash2023-11-081-1/+1
* Use embedded TypedData for Time objectsPeter Zhu2023-11-071-2/+5
* [PRISM] Implement compilation for different parametersJemma Issroff2023-11-071-1/+41
* String for string literal is not resizableNobuyoshi Nakada2023-11-081-0/+4
* [PRISM] CompileEnsureNodeMatt Valentine-House2023-11-071-0/+5
* [ruby/cgi] Add snake case aliases for escapeURIComponentJean Boussier2023-11-071-0/+9
* [ruby/timeout] tests for blank secondsJohn Bachir2023-11-071-0/+12