Skip to content

Commit

Permalink
[Truffle] Add tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Sep 27, 2016
1 parent 8048c3e commit f6c16b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/truffle/tags/language/constants_tags.txt
@@ -1,3 +1,7 @@
fails:Constant resolution within a singleton class (class << obj) uses its own namespace for each object
fails:Constant resolution within a singleton class (class << obj) uses its own namespace for nested modules
fails:Constant resolution within a singleton class (class << obj) allows nested modules to have proper resolution
fails:Module#private_constant marked constants in a module can be reopened as a module where constant is not private
fails:Module#private_constant marked constants in a module can be reopened as a class where constant is not private
fails:Module#private_constant marked constants in a class can be reopened as a module where constant is not private
fails:Module#private_constant marked constants in a class can be reopened as a class where constant is not private
Expand Up @@ -2,3 +2,4 @@ fails:BasicSocket#setsockopt sets the socket linger to 0
fails:BasicSocket#setsockopt sets the socket linger to some positive value
fails:BasicSocket#setsockopt sets the socket option Socket::SO_OOBINLINE
fails:BasicSocket#setsockopt sets the socket option Socket::SO_SNDBUF
fails:BasicSocket#setsockopt accepts Socket::Option as argument linger
@@ -1,2 +1,4 @@
fails:Socket#unpack_sockaddr_in decodes the host name and port number of a packed sockaddr_in
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
@@ -0,0 +1,3 @@
fails:Socket.unpack_sockaddr_un returns unix path from a passed Addrinfo
fails:Socket.unpack_sockaddr_un raises an ArgumentError when the sin_family is not AF_UNIX
fails:Socket.unpack_sockaddr_un raises an ArgumentError when passed addrinfo is not AF_UNIX

0 comments on commit f6c16b9

Please sign in to comment.