aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Expose need_major_gc via GC.latest_gc_info (#6791)Mirek Klimos2022-12-101-0/+20
* A negative denominator case in the Rational string parsing testNobuyoshi Nakada2022-12-101-0/+2
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-091-1/+3
* YJIT: implement `getconstant` YARV instruction (#6884)Maxime Chevalier-Boisvert2022-12-091-0/+23
* Use rb_inspect instead of +PRIsVALUE for Object.inspectMatt Valentine-House2022-12-091-0/+9
* Merge net-protocol-0.2.1Hiroshi SHIBATA2022-12-091-0/+8
* Merge Psych-5.0.1Hiroshi SHIBATA2022-12-093-0/+21
* Merge fiddle-1.1.1Hiroshi SHIBATA2022-12-091-0/+7
* Merge strscan-3.0.5Hiroshi SHIBATA2022-12-092-1/+34
* Reapply the following commits related to extend timeout value.Hiroshi SHIBATA2022-12-091-1/+8
* Merge csv-3.2.6Hiroshi SHIBATA2022-12-0912-14/+481
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-9/+11
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-081-0/+17
* Freeze singleton class, not its originAlan Wu2022-12-081-0/+13
* [ruby/irb] Kill PTY process after test is finishedStan Lo2022-12-081-1/+33
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-081-0/+10
* ObjectSpace.dump_all: dump shapes as wellJean Boussier2022-12-081-2/+13
* Use the built bundled gems in test-all as well as test-bundled-gemsNobuyoshi Nakada2022-12-091-5/+7
* [ruby/net-protocol] Failing test case for #19Jean Boussier2022-12-081-0/+29
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-083-3/+9
* Stop transitioning to UNDEF when undefining an instance variableAaron Patterson2022-12-071-12/+22
* [rubygems/rubygems] Remove remaining dev profile testIan Ker-Seymer2022-12-071-10/+0
* [rubygems/rubygems] Better tests are betterIan Ker-Seymer2022-12-071-1/+2
* [rubygems/rubygems] Fix string match in testIan Ker-Seymer2022-12-071-1/+1
* [rubygems/rubygems] Always build in release modeIan Ker-Seymer2022-12-071-25/+0
* [rubygems/rubygems] Updates rb-sys to 0.9.46Ian Ker-Seymer2022-12-074-66/+46
* [Bug #19187] Fix for tzdata-2022gNobuyoshi Nakada2022-12-071-6/+15
* add file version check for new Unicode emoji file headerMartin Dürst2022-12-061-1/+2
* [ruby/irb] Allow disabling autocompletion withStan Lo2022-12-061-0/+24
* [ruby/did_you_mean] Do not suggest #name= for #name and vice versaMatthew Boeh2022-12-051-0/+18
* [ruby/irb] Close leaked pty IOsNobuyoshi Nakada2022-12-051-0/+3
* [ruby/reline] Remove unapproved color setting APIsStan Lo2022-12-052-43/+0
* return early if there is no is_entries bufferAaron Patterson2022-12-031-0/+7
* UnboundMethod only refer defined_classKoichi Sasada2022-12-031-4/+4
* [ruby/irb] Require pathname in test helperStan Lo2022-12-021-0/+2
* [ruby/irb] Disable debug cmd tests based on project structureStan Lo2022-12-022-12/+10
* [rubygems/rubygems] Delete partial file and re-raise on Errno::ENOSPC.Ellen Marie Dash2022-12-021-0/+31
* Do not run drb SSL tests on WindowsTakashi Kokubun2022-12-021-4/+4
* Wait killed threadsNobuyoshi Nakada2022-12-021-0/+2
* [ruby/io-console] Omit on JRubyNobuyoshi Nakada2022-12-021-0/+1
* [ruby/io-console] Check rawmode option names strictlyNobuyoshi Nakada2022-12-021-0/+8
* [ruby/irb] This doesn't work on RubyCI eitherTakashi Kokubun2022-12-021-2/+2
* Wait killed threadNobuyoshi Nakada2022-12-021-0/+1
* [ruby/irb] Skip debug command tests on ruby/rubyTakashi Kokubun2022-12-021-0/+6
* [ruby/irb] Use the proper ruby command and library pathNobuyoshi Nakada2022-12-021-2/+5
* [ruby/irb] Test debug commands without yamatanoorotiStan Lo2022-12-022-223/+258
* Relax the timeout of a YAML testTakashi Kokubun2022-12-011-1/+1
* Module#remove_method: Check frozen on the right objectJean byroot Boussier2022-12-012-0/+21
* [Bug #19087] Disallow successive underscores in Complex stringNobuyoshi Nakada2022-12-021-0/+22
* YJIT: Reorder branches for Fixnum opt_case_dispatch (#6841)Takashi Kokubun2022-12-011-0/+17