From 166f33d0d1e04c0c09f2c95c7bde0e262672a7a5 Mon Sep 17 00:00:00 2001 From: Nobuhiro IMAI Date: Sat, 16 Jan 2021 07:44:25 +0900 Subject: [ruby/irb] skip a failling test on TruffleRuby * due to the difference of backtrace pointed out by @aycabta https://github.com/ruby/irb/commit/5e00a0ae61 --- test/irb/test_context.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/irb') diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb index a32b1fc97a..f3d0626caa 100644 --- a/test/irb/test_context.rb +++ b/test/irb/test_context.rb @@ -106,6 +106,7 @@ module TestIRB end def test_eval_input_raise2x + skip if RUBY_ENGINE == 'truffleruby' input = TestInputMethod.new([ "raise 'Foo'\n", "raise 'Bar'\n", -- cgit v1.2.3