1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Pend on truffleruby

https://github.com/ruby/irb/commit/fbf52d9608
This commit is contained in:
aycabta 2021-09-10 06:18:21 +09:00
parent 3bd596efa4
commit 7cc298a484

View file

@ -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)