Skip to content

Commit

Permalink
Stop excluding passing tests for Pathname
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Sep 14, 2014
1 parent 0d9120f commit ba6eb77
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/mri/excludes/TestPathname.rb
@@ -1,7 +1,4 @@
exclude :test_binwrite, "needs investigation"
exclude :test_find, "needs investigation"
exclude :test_lchmod, "fails on Travis, maybe on Linux in general?"
exclude :test_open, "needs investigation"
exclude :test_realdirpath, "needs investigation"
exclude :test_open, "4-args open()"
exclude :test_realdirpath, "bad symlink resolution"
exclude :test_realpath, "needs investigation"
exclude :test_write, "needs investigation"

0 comments on commit ba6eb77

Please sign in to comment.