Skip to content

Commit

Permalink
Mask env tests expecting SAFE security errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 4, 2014
1 parent 562620e commit 668a4bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/mri/excludes/TestEnv.rb
Expand Up @@ -5,3 +5,12 @@
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 668a4bd

Please sign in to comment.