index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
/
test_workspace.rb
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2024-07-16
[ruby/irb] Group class methods under `class << self`
Stan Lo
2024-02-19
Load rubygems explicitly for tests of test/irb
Hiroshi SHIBATA
2024-02-01
[ruby/irb] Add rubocop with a few basic styling rules
Stan Lo
2023-06-13
[ruby/irb] Stanardise test class names with `Test` postfix instead
Stan Lo
2023-03-31
[ruby/irb] Drop unnecessary pends for truffleruby
Stan Lo
2022-11-03
[ruby/irb] Provide a base test class and let tests restore encodings
Stan Lo
2021-09-10
[ruby/irb] Tests may not execute in the source directory
Nobuyoshi Nakada
2021-09-10
Find irb command path in test
aycabta
2021-09-10
[ruby/irb] Pend on truffleruby
aycabta
2021-09-10
[ruby/irb] Remove an unused variable
aycabta
2021-09-10
[ruby/irb] Avoid loading files' local variables [Bug #17623]
Marc-Andre Lafortune
2021-08-30
[ruby/irb] Use pend instead of skip
Hiroshi SHIBATA
2021-02-11
[ruby/irb] Suppress colorize on Windows tests
aycabta
2020-07-15
rubygems is needed to run solo-file test
Koichi Sasada
2019-05-21
Add "require 'irb'" to use IRB.conf
aycabta
2019-04-26
make sync-default-gems GEM=irb
Takashi Kokubun
2019-04-26
Colorize IRB's code_around_binding
Takashi Kokubun
2018-01-10
skip some tests so that no failure occurs in root privilege
mame
2017-11-29
test_workspace.rb: prefer using skip
k0kubun
2017-11-24
test_workspace.rb: skip test failing on windows
k0kubun
2017-11-24
Fix TOCTTOU and avoid to read existing unreadable file
kazu
2017-11-24
Fix typos [ci skip]
kazu
2017-11-24
test/irb/test_workspace.rb: fix SCRIPT_LINES__
nobu
2017-11-24
irb.rb: show source around binding.irb on start
k0kubun