summaryrefslogtreecommitdiff
path: root/test/irb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-09-10 06:18:21 +0900
committeraycabta <aycabta@gmail.com>2021-09-10 06:37:07 +0900
commit7cc298a484dfaec5d1af349b25f28b0cfb8c9c20 (patch)
tree2d481e588bf26d788e652743c5c97c7a07e20878 /test/irb
parent3bd596efa45cf7e33529906b648b98e219a16fe2 (diff)
[ruby/irb] Pend on truffleruby
https://github.com/ruby/irb/commit/fbf52d9608
Diffstat (limited to 'test/irb')
-rw-r--r--test/irb/test_workspace.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/test_workspace.rb b/test/irb/test_workspace.rb
index 1e24aded82..e7f3aa85a4 100644
--- a/test/irb/test_workspace.rb
+++ b/test/irb/test_workspace.rb
@@ -82,6 +82,7 @@ module TestIRB
def test_toplevel_binding_local_variables
+ pend if RUBY_ENGINE == 'truffleruby'
bug17623 = '[ruby-core:102468]'
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
assert_in_out_err(bundle_exec + ['-W0', '-e', <<~RUBY , '--', '-f', '--'], 'binding.local_variables', /\[:_\]/, [], bug17623)