Skip to content

Commit

Permalink
crypt specs are bogus. tagging until they can be removed. readlink on…
Browse files Browse the repository at this point in the history
…es need investigation and must be fallout from updating jnr
  • Loading branch information
enebo committed Dec 4, 2014
1 parent 9f8b6a5 commit 67d9cac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/tags/1.8/ruby/core/file/readlink_tags.txt
@@ -1,3 +1,6 @@
fails:File.readlink File.readlink with absolute paths return the name of the file referenced by the given link
fails:File.readlink File.readlink with absolute paths raises an Errno::ENOENT if there is no such file
fails:File.readlink File.readlink with absolute paths raises an Errno::EINVAL if called with a normal file
fails:File.readlink File.readlink with absolute paths returns the name of the file referenced by the given link when the file does not exist
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist
1 change: 1 addition & 0 deletions spec/tags/1.8/ruby/core/string/crypt_spec.rb
@@ -0,0 +1 @@
bogus:String#crypt returns NULL bytes prepended to the string when the salt contains NULL bytes
3 changes: 3 additions & 0 deletions spec/tags/1.9/ruby/core/file/readlink_tags.txt
@@ -1,3 +1,6 @@
fails:File.readlink File.readlink with absolute paths return the name of the file referenced by the given link
fails:File.readlink File.readlink with absolute paths raises an Errno::ENOENT if there is no such file
fails:File.readlink File.readlink with absolute paths raises an Errno::EINVAL if called with a normal file
fails:File.readlink File.readlink with absolute paths returns the name of the file referenced by the given link when the file does not exist
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist
1 change: 1 addition & 0 deletions spec/tags/1.9/ruby/core/string/crypt_tags.txt
@@ -0,0 +1 @@
bogus:String#crypt returns NULL bytes prepended to the string when the salt contains NULL bytes

0 comments on commit 67d9cac

Please sign in to comment.