summaryrefslogtreecommitdiff
path: root/test/irb/test_context.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-1/+0
* [ruby/irb] Support inspecting BasicObjectStan Lo2023-03-131-1/+13
* [ruby/irb] Remove no longer necessary TruffleRuby test exclusions.Kevin Menard2023-03-031-3/+1
* [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] Provide more useful message whenStan Lo2023-02-271-5/+57
* [ruby/irb] Make tests more compatible with TruffleRubyStan Lo2023-02-091-9/+4
* Drop Ruby 2.5 supportst00122022-11-171-3/+3
* [ruby/irb] Remove duplicated TestInputMethod definitionsst00122022-11-151-26/+0
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-031-2/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-0/+10
* [ruby/irb] Properly reset USE_COLORIZE after changing it in testsst00122022-06-291-106/+118
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-18/+28
* [ruby/irb] Set prompt mode explictlyNobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Require stringio to use StringIONobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones2022-06-261-4/+12
* [ruby/irb] Check colorize option correctly to clear char attr and don't use i...aycabta2021-12-211-1/+5
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+22
* [ruby/irb] Relax backtrace nest levelsNobuyoshi Nakada2021-08-301-6/+4
* [ruby/irb] Added the extra stdout message with test-unitHiroshi SHIBATA2021-08-301-2/+6
* [ruby/irb] Use capture_output instead of capture_ioHiroshi SHIBATA2021-08-301-18/+18
* [ruby/irb] Use pend instead of skipHiroshi SHIBATA2021-08-301-7/+7
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-0/+1
* [ruby/irb] follow up the actual line numberNobuhiro IMAI2021-02-031-0/+21
* [ruby/irb] Stub a screen size for test_contextTakashi Kokubun2021-01-191-0/+11
* [ruby/irb] Support GitHub ActionsTakashi Kokubun2021-01-181-3/+3
* [ruby/irb] skip a failling test on TruffleRubyNobuhiro IMAI2021-01-181-0/+1
* [ruby/irb] handle repeated exception separatelyNobuhiro IMAI2021-01-181-0/+18
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-081-0/+66
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-081-1/+62
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-8/+15
* [ruby/irb] Fix failing testsTakashi Kokubun2020-12-281-3/+3
* [ruby/irb] Skip the few failing tests on TruffleRubyBenoit Daloze2020-12-171-0/+2
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-22/+6
* [ruby/irb] Omit output if first line of multiline is too longaycabta2020-09-141-0/+76
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-4/+81
* Sometimes result indicator (=>) isn't shownaycabta2020-07-221-1/+1
* Use simple assersionaycabta2020-07-221-3/+1
* [ruby/irb] Add test_eval_object_without_inspect_methodaycabta2020-07-221-0/+17
* [ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta2020-03-261-0/+7
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-211-0/+31
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-1/+1
* Suppress warnings except for when last evaluationaycabta2019-11-131-0/+6
* Set IRB::Context#return_format on test clarifyaycabta2019-08-161-0/+1
* Don't echo results of assignment expressionsSteven Willis2019-08-161-0/+125
* Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA2019-08-081-1/+1
* Revert "Don't echo results of assignment expressions"aycabta2019-08-061-125/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-061-0/+125
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-271-0/+5