diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_autoload.rb | 1 | ||||
| -rw-r--r-- | test/ruby/test_string.rb | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/test/ruby/test_autoload.rb b/test/ruby/test_autoload.rb index 58757dbaa6..8311c40c35 100644 --- a/test/ruby/test_autoload.rb +++ b/test/ruby/test_autoload.rb @@ -336,7 +336,6 @@ p Foo::Bar end def test_no_leak - skip "This sometimes fails with -DMJIT_FORCE_ENABLE. To be investigated." if RubyVM::MJIT.enabled? assert_no_memory_leak([], '', <<~'end;', 'many autoloads', timeout: 30) 200000.times do |i| m = Module.new diff --git a/test/ruby/test_string.rb b/test/ruby/test_string.rb index 878ecb3083..1a6d87f11f 100644 --- a/test/ruby/test_string.rb +++ b/test/ruby/test_string.rb @@ -647,10 +647,6 @@ CODE end def test_crypt - if RubyVM::MJIT.enabled? - skip "This sometimes fails with -DMJIT_FORCE_ENABLE. This seems important to be fixed..." - end - assert_equal(S('aaGUC/JkO9/Sc'), S("mypassword").crypt(S("aa"))) assert_not_equal(S('aaGUC/JkO9/Sc'), S("mypassword").crypt(S("ab"))) assert_raise(ArgumentError) {S("mypassword").crypt(S(""))} |
