Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -72,10 +72,6 @@ fails:Array#pack with format 'L' with modifier '_' calls #to_int to convert the |
|
|
fails:Array#pack with format 'L' with modifier '_' encodes the number of array elements specified by the count modifier |
|
|
fails:Array#pack with format 'L' with modifier '_' encodes all remaining elements when passed the '*' modifier |
|
|
fails:Array#pack with format 'L' with modifier '_' ignores NULL bytes between directives |
|
|
spaces between directives |
|
|
positive number |
|
|
tive number |
|
|
teger |
|
|
fails:Array#pack with format 'L' with modifier '!' encodes the number of array elements specified by the count modifier |
|
|
fails:Array#pack with format 'L' with modifier '!' encodes all remaining elements when passed the '*' modifier |
|
|
fails:Array#pack with format 'L' with modifier '!' ignores NULL bytes between directives |
|
@@ -110,3 +106,4 @@ fails:Array#pack with format 'l' with modifier '!' encodes a Float truncated as |
|
|
fails:Array#pack with format 'L' with modifier '!' encodes the least significant 64 bits of a positive number |
|
|
fails:Array#pack with format 'L' with modifier '!' encodes the least significant 64 bits of a negative number |
|
|
fails:Array#pack with format 'L' with modifier '!' calls #to_int to convert the pack argument to an Integer |
|
|
fails:Array#pack with format 'L' with modifier '!' encodes the number of array elements specified by the count modifier |
|
@@ -3,4 +3,3 @@ fails:File::Constants the separator constant |
|
|
fails:File::Constants the open mode constants |
|
|
fails:File::Constants lock mode constants |
|
|
fails:File:: |
|
|
|
|
@@ -2,7 +2,6 @@ fails:Kernel#exec raises an ArgumentError if the command includes a null byte |
|
|
fails:Kernel#exec with a command array raises Argument error if the Array does not have exactly two elements |
|
|
fails:Kernel.exec raises an ArgumentError if the command includes a null byte |
|
|
fails:Kernel.exec with a command array raises Argument error if the Array does not have exactly two elements |
|
|
|
|
|
fails:Kernel#exec is a private method |
|
|
fails:Kernel#exec raises Errno::ENOENT for an empty string |
|
|
fails:Kernel#exec raises Errno::ENOENT for a command which does not exist |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.