aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuhiro IMAI <nov@yo.rim.or.jp>2021-01-16 07:44:25 +0900
committeraycabta <aycabta@gmail.com>2021-01-18 02:13:01 +0900
commit166f33d0d1e04c0c09f2c95c7bde0e262672a7a5 (patch)
treedf6220e99e36b6ae9ea4200f1dfee0eb95c29456
parentd290a02bd7035eb186eb5c275af4e1ddc20ad47f (diff)
downloadruby-166f33d0d1e04c0c09f2c95c7bde0e262672a7a5.tar.gz
[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
-rw-r--r--test/irb/test_context.rb1
1 files changed, 1 insertions, 0 deletions
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",