Skip to content

Commit

Permalink
Remove test cases from an exclude list (#4928)
Browse files Browse the repository at this point in the history
`$SAFE` level 2 was obsoleted on MRI 2.3.
So these test cases for `ENV` was dropped (r50958).

see: ruby/ruby@5d6ca9e
yui-knk authored and kares committed Jan 2, 2018
1 parent 7705e82 commit ec3f91d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/mri/excludes/TestEnv.rb
Original file line number Diff line number Diff line change
@@ -5,12 +5,3 @@
exclude :test_getenv, "needs investigation"
exclude :test_has_key, "needs investigation"
exclude :test_rehash, "needs investigation"
exclude :test_taint_aref, "expects SAFE security exceptions"
exclude :test_taint_aset_key, "expects SAFE security exceptions"
exclude :test_taint_aset_value, "expects SAFE security exceptions"
exclude :test_taint_assoc, "expects SAFE security exceptions"
exclude :test_taint_fetch, "expects SAFE security exceptions"
exclude :test_taint_key, "expects SAFE security exceptions"
exclude :test_taint_key_p, "expects SAFE security exceptions"
exclude :test_taint_rassoc, "expects SAFE security exceptions"
exclude :test_taint_value_p, "expects SAFE security exceptions"

0 comments on commit ec3f91d

Please sign in to comment.