summaryrefslogtreecommitdiff
path: root/test/ruby/test_require.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-04 23:08:22 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-04 23:09:53 +0900
commit164f1ac0e994b3b2937ace5c77192c63a489a962 (patch)
treec5a6ad258c32de32b0d5ec78b5bfcfa4d54eb9ce /test/ruby/test_require.rb
parent7817a6fa09db7cbe2d79b3b6fc86aa4e7fea6d28 (diff)
Revert "Skip test_race_exception on MJIT for now"
This reverts commit 7a75baa6e294473f02da512c99f7ef1f76b2d83c. Revert "Defer skip to avoid errors on ensure" This reverts commit adfc8d6dbadbccef27d6ec78022650840c7604cc. because 76e2370f132f83c16c9de39a0a9356579f364527 is hoped to fix the problem.
Diffstat (limited to 'test/ruby/test_require.rb')
-rw-r--r--test/ruby/test_require.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_require.rb b/test/ruby/test_require.rb
index 4922d4dd26..56dfd95096 100644
--- a/test/ruby/test_require.rb
+++ b/test/ruby/test_require.rb
@@ -507,7 +507,6 @@ class TestRequire < Test::Unit::TestCase
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;"}"