Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/truffle/tags/core/file/birthtime_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
fails:File.birthtime raises an NotImplementedError
fails:File#birthtime raises an NotImplementedError
fails:File.birthtime returns the birth time for the named file as a Time object
fails:File.birthtime accepts an object that has a #to_path method
fails:File.birthtime raises an Errno::ENOENT exception if the file is not found
fails:File#birthtime returns the birth time for self
1 change: 1 addition & 0 deletions spec/truffle/tags/core/file/stat/birthtime_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:File::Stat#birthtime raises an NotImplementedError
fails:File::Stat#birthtime returns the birthtime of a File::Stat object

0 comments on commit f5def9a

Please sign in to comment.