There was an error while loading. Please reload this page.
1 parent 5bf1cb2 commit fbf52d9Copy full SHA for fbf52d9
test/irb/test_workspace.rb
@@ -82,6 +82,7 @@ def test_code_around_binding_on_irb
82
83
84
def test_toplevel_binding_local_variables
85
+ pend if RUBY_ENGINE == 'truffleruby'
86
bug17623 = '[ruby-core:102468]'
87
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []
88
assert_in_out_err(bundle_exec + ['-W0', '-e', <<~RUBY , '--', '-f', '--'], 'binding.local_variables', /\[:_\]/, [], bug17623)
0 commit comments