Skip to content

Commit

Permalink
Revert "Skip test_race_exception on MJIT for now"
Browse files Browse the repository at this point in the history
This reverts commit 7a75baa.

Revert "Defer skip to avoid errors on ensure"

This reverts commit adfc8d6.

because 76e2370 is hoped to fix the
problem.
  • Loading branch information
k0kubun committed Aug 4, 2019
1 parent 7817a6f commit 164f1ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ruby/test_require.rb
Expand Up @@ -507,7 +507,6 @@ def test_race_exception
path = nil
stderr = $stderr
verbose = $VERBOSE
skip 'require has had a race condition since 5931857281ce45c1c277aa86d1588119ab00a955' if RubyVM::MJIT.enabled?
Tempfile.create(%w"bug5754 .rb") {|tmp|
path = tmp.path
tmp.print "#{<<~"begin;"}\n#{<<~"end;"}"
Expand Down

0 comments on commit 164f1ac

Please sign in to comment.