Skip to content

Commit

Permalink
Skip test_redefinition_mismatch on trunk-mjit for now
Browse files Browse the repository at this point in the history
Investigating:
http://ci.rvm.jp/logfiles/brlog.trunk-mjit.20220906-025646
which is not immediately reproducible on my laptop.
  • Loading branch information
k0kubun committed Sep 6, 2022
1 parent 6d10865 commit f4dbfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ruby/test_module.rb
Expand Up @@ -3160,6 +3160,7 @@ def test_define_method_with_unbound_method
end

def test_redefinition_mismatch
omit "Investigating trunk-mjit failure on ci.rvm.jp" if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
m = Module.new
m.module_eval "A = 1", __FILE__, line = __LINE__
e = assert_raise_with_message(TypeError, /is not a module/) {
Expand Down

0 comments on commit f4dbfa0

Please sign in to comment.