aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Feature #19163] Marshal-loaded Data object also should be frozenNobuyoshi Nakada2022-12-021-0/+10
* [Feature #19163] Data object should be frozenNobuyoshi Nakada2022-12-021-0/+8
* Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams2022-12-011-0/+101
* [Bug #19108] Check for the encoding of pack/unpack formatNobuyoshi Nakada2022-12-011-0/+14
* [ruby/delegate] Revert "Fix `DelegateClass` block "method redefined" warning"Nobuyoshi Nakada2022-12-011-12/+0
* [Feature #19138] Add `SyntaxError#path`Nobuyoshi Nakada2022-12-011-0/+23
* Use RTEST and add test for GH-6832Alan Wu2022-11-301-0/+8
* YJIT: Optimize rb_int_equal (#6838)Takashi Kokubun2022-11-301-0/+16
* Prevent segfault in String#scan with ObjectSpace.each_objectYusuke Endoh2022-12-011-0/+9
* [ruby/rdoc] Non-RD part feature has not been imported to RDocNobuyoshi Nakada2022-12-011-0/+21
* Add a test case for argument forwardingyui-knk2022-11-291-0/+10