summaryrefslogtreecommitdiff
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Print deprecation warning for `help` commandHEADmasterStan Lo2023-05-181-12/+26
* [ruby/irb] Fix Test timedout in test_debug_cmdtomoya ishida2023-05-171-2/+5
* [ruby/irb] Use a more tolerant way to check Locale#find's returnStan Lo2023-04-261-4/+4
* [ruby/irb] Add tests for Locale#find and Locale#loadStan Lo2023-04-261-0/+35
* [ruby/irb] Fix Locale's encoding lookup for Japanese encodingsStan Lo2023-04-261-2/+2
* Revert "Temporary skipped failing assertions"Hiroshi SHIBATA2023-04-261-2/+2
* Temporary skipped failing assertionsHiroshi SHIBATA2023-04-251-2/+2
* [ruby/irb] Add tests for Locale classStan Lo2023-04-251-0/+83
* [ruby/irb] Simplify the help command's implementationStan Lo2023-04-241-3/+5
* [ruby/irb] Filter out top-level methods when using `lsStan Lo2023-04-241-1/+4
* [ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid rippertomoya ishida2023-04-071-3/+3
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-055-64/+7
* [ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo2023-04-021-2/+0
* [ruby/irb] Drop unnecessary pends for trufflerubyStan Lo2023-03-312-2/+1
* [ruby/irb] Fix 2 minor issues in test suitelukeg2023-03-172-233/+237
* [ruby/irb] Support inspecting BasicObjectStan Lo2023-03-131-1/+13
* [ruby/irb] Improve method completion for string and regexp thattomoya ishida2023-03-061-0/+4
* [ruby/irb] Drop chained methods' completion supportStan Lo2023-03-041-2/+0
* [ruby/irb] Remove no longer necessary TruffleRuby test exclusions.Kevin Menard2023-03-031-3/+1
* [ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida2023-03-031-0/+2
* [ruby/irb] Fix prompt test not to change STDIO.external_encodingtomoya ishida2023-03-031-3/+5
* [ruby/irb] Fix warnings because of `@context.main.delete`Nobuyoshi Nakada2023-03-031-2/+5
* [ruby/irb] Handle long inspect and control character in prompttomoya ishida2023-03-021-0/+17
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-0/+60
* [ruby/irb] Provide more useful message whenStan Lo2023-02-271-5/+57
* [ruby/irb] Cleanup completion testsStan Lo2023-02-241-18/+0
* [ruby/irb] Improve RubyLex's testsStan Lo2023-02-211-58/+71
* [ruby/irb] Fix colorize backtick symboltomoya ishida2023-02-121-0/+1
* [ruby/irb] Make tests more compatible with TruffleRubyStan Lo2023-02-091-9/+4
* [ruby/irb] Add tests for workspaces commandsStan Lo2023-02-041-0/+112
* [ruby/irb] Store context in RubyLexStan Lo2023-01-141-14/+17
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-121-0/+13
* [ruby/irb] Drop unused arguments in `RubyLex`Stan Lo2023-01-111-1/+3
* [ruby/irb] Group command test cases with classStan Lo2023-01-051-297/+312
* [ruby/irb] Fix prompt and code mismatchtomoya ishida2023-01-021-0/+32
* [ruby/irb] Add dynamic prompt test case for quoted heredocStan Lo2022-12-271-0/+18
* Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun2022-12-262-44/+63
* [ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada2022-12-261-0/+2
* [ruby/irb] Remove unnecessary warning check on help commandStan Lo2022-12-261-5/+0
* [ruby/irb] Remove unnecessary test setupStan Lo2022-12-261-4/+0
* [ruby/irb] Add test for the help commandst00122022-12-261-0/+51
* [ruby/irb] Test colors with enabling colorsNobuyoshi Nakada2022-12-262-0/+22
* [ruby/irb] PTY module is platform dependentNobuyoshi Nakada2022-12-191-1/+6
* [ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA2022-12-161-2/+2
* [ruby/irb] Group show_doc tests and update the expectationStan Lo2022-12-121-32/+34
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-121-2/+2
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-091-1/+3
* [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
* [ruby/irb] Kill PTY process after test is finishedStan Lo2022-12-081-1/+33