Skip to content

Commit

Permalink
Remove redundant TruffleRuby omits/pends
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Menard <kevin@nirvdrum.com>
  • Loading branch information
st0012 and nirvdrum committed Feb 3, 2023
1 parent a640715 commit 05b65e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/irb/test_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def test_evaluate_with_onigmo_warning
end

def test_eval_input
pend if RUBY_ENGINE == 'truffleruby'
verbose, $VERBOSE = $VERBOSE, nil
input = TestInputMethod.new([
"raise 'Foo'\n",
Expand All @@ -88,7 +87,6 @@ def test_eval_input
end

def test_eval_input_raise2x
pend if RUBY_ENGINE == 'truffleruby'
input = TestInputMethod.new([
"raise 'Foo'\n",
"raise 'Bar'\n",
Expand Down Expand Up @@ -513,7 +511,6 @@ def test_eval_input_with_exception
end

def test_eval_input_with_invalid_byte_sequence_exception
pend if RUBY_ENGINE == 'truffleruby'
verbose, $VERBOSE = $VERBOSE, nil
input = TestInputMethod.new([
%Q{def hoge() fuga; end; def fuga() raise "A\\xF3B"; end; hoge\n},
Expand Down

0 comments on commit 05b65e1

Please sign in to comment.