Skip to content

Commit

Permalink
[Truffle] Tag failing specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Oct 9, 2016
1 parent 4d06e89 commit 7968ff6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/truffle/tags/core/io/seek_tags.txt
@@ -1 +1,2 @@
fails:IO#seek does not accept Bignums that don't fit in a C long
fails:IO#seek supports seek offsets greater than 2^32
1 change: 1 addition & 0 deletions spec/truffle/tags/language/array_tags.txt
@@ -0,0 +1 @@
fails:The unpacking splat operator (*) when applied to a BasicObject coerces it to Array if it respond_to?(:to_a)
1 change: 1 addition & 0 deletions spec/truffle/tags/language/method_tags.txt
@@ -0,0 +1 @@
fails:A method assigns local variables from method parameters for definition 'def m(*a, **k) [a, k] end'
1 change: 1 addition & 0 deletions spec/truffle/tags/library/socket/socket/pair_tags.txt
@@ -1 +1,2 @@
fails:Socket#pair ensures the returned sockets are connected
fails:Socket#pair responses with array of two sockets
Expand Up @@ -2,3 +2,4 @@ fails:Socket#unpack_sockaddr_in decodes the host name and port number of a packe
fails:Socket#unpack_sockaddr_in raises an ArgumentError when the sin_family is not AF_INET
fails:Socket.unpack_sockaddr_in gets the hostname and port number from a passed Addrinfo
fails:Socket.unpack_sockaddr_in raises an ArgumentError when passed addrinfo is not AF_INET/AF_INET6
fails:Socket.unpack_sockaddr_in raises an ArgumentError when the sin_family is not AF_INET

0 comments on commit 7968ff6

Please sign in to comment.