Skip to content

Commit

Permalink
[Truffle] Tag specs that fail on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed May 2, 2015
1 parent 39e7dcf commit c1faae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/truffle/tags/core/file/grpowned_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
fails:File.grpowned? takes non primary groups into account
fails(windows):File.grpowned? returns false if the file exist
fails:FileTest.grpowned? accepts an object that has a #to_path method
fails:FileTest.grpowned? returns true if the file exist
fails:File.grpowned? accepts an object that has a #to_path method
fails:File.grpowned? returns true if the file exist
1 change: 1 addition & 0 deletions spec/truffle/tags/core/kernel/at_exit_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ slow:Kernel.at_exit gives access to the last raised exception
fails:Kernel.at_exit allows calling exit inside at_exit handler
fails:Kernel.at_exit runs in reverse order of registration
fails:Kernel.at_exit runs after all other code
fails:Kernel.at_exit gives access to the last raised exception

0 comments on commit c1faae0

Please sign in to comment.