Skip to content

Commit

Permalink
Showing 23 changed files with 1 addition and 80 deletions.
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/blockdev_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/chardev_tags.txt

This file was deleted.

5 changes: 0 additions & 5 deletions spec/truffle/tags/core/file/stat/directory_tags.txt

This file was deleted.

5 changes: 0 additions & 5 deletions spec/truffle/tags/core/file/stat/executable_real_tags.txt

This file was deleted.

5 changes: 0 additions & 5 deletions spec/truffle/tags/core/file/stat/executable_tags.txt

This file was deleted.

4 changes: 0 additions & 4 deletions spec/truffle/tags/core/file/stat/file_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
fails:File::Stat#file? returns true if the named file exists and is a regular file.
fails:File::Stat#file? accepts an object that has a #to_path method
fails:File::Stat#file? returns true if the null device exists and is a regular file.
fails:File::Stat#file? raises a TypeError if not passed a String type
windows:File::Stat#file? raises an ArgumentError if not passed one argument
6 changes: 0 additions & 6 deletions spec/truffle/tags/core/file/stat/ftype_tags.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
fails:File::Stat#ftype returns a String
fails:File::Stat#ftype returns 'file' when the file is a file
fails:File::Stat#ftype returns 'directory' when the file is a dir
fails:File::Stat#ftype returns 'characterSpecial' when the file is a char
fails:File::Stat#ftype returns 'blockSpecial' when the file is a block
fails:File::Stat#ftype returns 'link' when the file is a link
fails:File::Stat#ftype returns fifo when the file is a fifo
fails:File::Stat#ftype returns 'socket' when the file is a socket
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/stat/gid_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/grpowned_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:File::Stat#grpowned? returns true if the file exist
fails:File::Stat#grpowned? accepts an object that has a #to_path method
fails:File::Stat#grpowned? takes non primary groups into account
fails(windows):File::Stat#grpowned? returns false if the file exist
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/stat/mode_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/file/stat/new_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/owned_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/readable_real_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/readable_tags.txt

This file was deleted.

8 changes: 0 additions & 8 deletions spec/truffle/tags/core/file/stat/size_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/symlink_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/stat/uid_tags.txt

This file was deleted.

6 changes: 0 additions & 6 deletions spec/truffle/tags/core/file/stat/world_readable_tags.txt

This file was deleted.

6 changes: 0 additions & 6 deletions spec/truffle/tags/core/file/stat/world_writable_tags.txt

This file was deleted.

4 changes: 0 additions & 4 deletions spec/truffle/tags/core/file/stat/writable_real_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/writable_tags.txt

This file was deleted.

8 changes: 0 additions & 8 deletions spec/truffle/tags/core/file/stat/zero_tags.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
fails:File::Stat#zero? returns true if the file is empty
fails:File::Stat#zero? returns false if the file is not empty
fails:File::Stat#zero? accepts an object that has a #to_path method
fails:File::Stat#zero? returns true for /dev/null
fails:File::Stat#zero? raises an ArgumentError if not passed one argument
fails:File::Stat#zero? raises a TypeError if not passed a String type
fails:File::Stat#zero? returns true inside a block opening a file if it is empty
fails:File::Stat#zero? returns false for a directory
fails(windows):File::Stat#zero? returns true for NUL
fails(windows):File::Stat#zero? returns true for a directory
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ public int chmod(RubyString path, int mode) {

}

@CoreMethod(names = "chown", isModuleFunction = true, required = 3)
@CoreMethod(names = "chown", isModuleFunction = true, required = 3, lowerFixnumParameters = {1, 2})
public abstract static class ChownNode extends CoreMethodArrayArgumentsNode {

public ChownNode(RubyContext context, SourceSection sourceSection) {

0 comments on commit 7343011

Please sign in to comment.