forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We can't provide an actual pointer, so this just encodes the identity hashcode as a long.
- Loading branch information
Showing
2 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
fails:Array#pack with format 'P' round-trips a string through pack and unpack | ||
fails:Array#pack with format 'P' with nil gives a null pointer | ||
fails:Array#pack with format 'p' round-trips a string through pack and unpack | ||
fails:Array#pack with format 'p' with nil gives a null pointer | ||
fails:Array#pack with format 'P' produces as many bytes as there are in a pointer | ||
fails:Array#pack with format 'p' produces as many bytes as there are in a pointer |