Skip to content

Commit b7b0717

Browse files
authored
Reduce test pend truffleruby (#619)
1 parent 6269138 commit b7b0717

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

test/irb/test_cmd.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ def test_show_source_alias
473473
end
474474

475475
def test_show_source_end_finder
476-
pend if RUBY_ENGINE == 'truffleruby'
477476
eval(code = <<-EOS, binding, __FILE__, __LINE__ + 1)
478477
def show_source_test_method
479478
unless true
@@ -490,7 +489,6 @@ def show_source_test_method
490489
end
491490

492491
def test_show_source_private_instance
493-
pend if RUBY_ENGINE == 'truffleruby'
494492
eval(code = <<-EOS, binding, __FILE__, __LINE__ + 1)
495493
class PrivateInstanceTest
496494
private def show_source_test_method
@@ -510,7 +508,6 @@ class PrivateInstanceTest
510508

511509

512510
def test_show_source_private
513-
pend if RUBY_ENGINE == 'truffleruby'
514511
eval(code = <<-EOS, binding, __FILE__, __LINE__ + 1)
515512
class PrivateTest
516513
private def show_source_test_method

test/irb/test_ruby_lex.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ def test_do_corresponding_to_loop
598598
end
599599

600600
def test_local_variables_dependent_code
601-
pend if RUBY_ENGINE == 'truffleruby'
602601
lines = ["a /1#/ do", "2"]
603602
assert_indent_level(lines, 1)
604603
assert_code_block_open(lines, true)
@@ -707,7 +706,6 @@ def dynamic_prompt(&block)
707706
end
708707

709708
def assert_dynamic_prompt(lines, expected_prompt_list)
710-
pend if RUBY_ENGINE == 'truffleruby'
711709
context = build_context
712710
ruby_lex = RubyLex.new(context)
713711
dynamic_prompt_executed = false

0 commit comments

Comments
 (0)