[前][次][番号順一覧][スレッド一覧]

ruby-changes:64928

From: Nobuhiro <ko1@a...>
Date: Mon, 18 Jan 2021 02:18:43 +0900 (JST)
Subject: [ruby-changes:64928] 166f33d0d1 (master): [ruby/irb] skip a failling test on TruffleRuby

https://git.ruby-lang.org/ruby.git/commit/?id=166f33d0d1

From 166f33d0d1e04c0c09f2c95c7bde0e262672a7a5 Mon Sep 17 00:00:00 2001
From: Nobuhiro IMAI <nov@y...>
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

diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb
index a32b1fc..f3d0626 100644
--- a/test/irb/test_context.rb
+++ b/test/irb/test_context.rb
@@ -106,6 +106,7 @@ module TestIRB https://github.com/ruby/ruby/blob/trunk/test/irb/test_context.rb#L106
     end
 
     def test_eval_input_raise2x
+      skip if RUBY_ENGINE == 'truffleruby'
       input = TestInputMethod.new([
         "raise 'Foo'\n",
         "raise 'Bar'\n",
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]