Skip to content

Commit

Permalink
[Truffle] Untag more file specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed May 2, 2015
1 parent bfe8816 commit a24fcc5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
5 changes: 0 additions & 5 deletions spec/truffle/tags/core/file/umask_tags.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
fails:File.umask returns a Fixnum
fails:File.umask returns the current umask value for the process
fails:File.umask invokes to_int on non-integer argument
fails:File.umask always succeeds with any integer values
fails:File.umask raises ArgumentError when more than one argument is provided
fails(windows):File.umask returns the current umask value for this process (basic)
fails(windows):File.umask returns the current umask value for this process
5 changes: 0 additions & 5 deletions spec/truffle/tags/core/file/world_readable_tags.txt

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public boolean setAutorelease(RubyBasicObject pointer, boolean autorelease) {

}

@RubiniusPrimitive(name = "pointer_set_at_offset")
@RubiniusPrimitive(name = "pointer_set_at_offset", lowerFixnumParameters = {0, 2})
public static abstract class PointerSetAtOffsetPrimitiveNode extends ReadAddressPrimitiveNode {

public PointerSetAtOffsetPrimitiveNode(RubyContext context, SourceSection sourceSection) {
Expand Down

0 comments on commit a24fcc5

Please sign in to comment.