Skip to content

Commit

Permalink
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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.