[5214] MacRuby/trunk/spec/frozen/tags/macruby
Revision: 5214 http://trac.macosforge.org/projects/ruby/changeset/5214 Author: watson1978@gmail.com Date: 2011-01-31 05:50:56 -0800 (Mon, 31 Jan 2011) Log Message: ----------- Failing tags. Thank you, Eloy. Added Paths: ----------- MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/m_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/u_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/w_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/array/rindex_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/basicobject/basicobject_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/dir/element_reference_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/dir/glob_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/float/round_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/sprintf_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/object/instance_exec_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/signal/ MacRuby/trunk/spec/frozen/tags/macruby/core/signal/trap_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/string/append_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/string/concat_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/string/inspect_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/string/next_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/string/setbyte_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/string/succ_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/ MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/m_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/u_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/time/at_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/time/usec_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/language/alias_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/language/class_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/digest/md5/length_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/digest/md5/size_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha256/length_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha256/size_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha384/length_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha384/size_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha512/length_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha512/size_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/net/http/ MacRuby/trunk/spec/frozen/tags/macruby/library/net/http/http/ MacRuby/trunk/spec/frozen/tags/macruby/library/net/http/http/get_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/socket/socket/connect_nonblock_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/socket/unixsocket/ MacRuby/trunk/spec/frozen/tags/macruby/library/socket/unixsocket/recv_io_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/initialize_copy_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/match_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/pre_match_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/yaml/dump_stream_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/yaml/to_yaml_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/zlib/deflate/set_dictionary_tags.txt Added: MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/m_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/m_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/m_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,3 @@ +fails:Array#pack with format 'M' converts Floats to the minimum unique representation +fails:Array#pack with format 'M' sets the output string to US-ASCII encoding +fails:Array#pack with format 'm' sets the output string to US-ASCII encoding Added: MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/u_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/u_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/u_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Array#pack with format 'u' sets the output string to US-ASCII encoding Added: MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/w_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/w_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/pack/w_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Array#pack with format 'w' encodes a BER-compressed integer Added: MacRuby/trunk/spec/frozen/tags/macruby/core/array/rindex_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/array/rindex_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/rindex_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Array#rindex given no argument and no block raises StopIteration if the array is truncated before completion Added: MacRuby/trunk/spec/frozen/tags/macruby/core/basicobject/basicobject_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/basicobject/basicobject_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/basicobject/basicobject_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:BasicObject metaclass has Class as superclass Added: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/element_reference_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/element_reference_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/element_reference_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Dir.[] calls #to_path to convert patterns Added: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/glob_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/glob_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/glob_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Dir.glob calls #to_path to convert patterns Added: MacRuby/trunk/spec/frozen/tags/macruby/core/float/round_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/float/round_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/float/round_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Float#round rounds self to an optionally given precision Added: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/sprintf_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/sprintf_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/sprintf_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Kernel#sprintf passes some tests for negative %u Added: MacRuby/trunk/spec/frozen/tags/macruby/core/object/instance_exec_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/object/instance_exec_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/object/instance_exec_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,3 @@ +fails:Object#instance_exec sets class variables in the receiver +fails:Object#instance_exec raises a TypeError when defining methods on an immediate +fails:Object#instance_exec raises a TypeError when defining methods on numerics Added: MacRuby/trunk/spec/frozen/tags/macruby/core/signal/trap_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/signal/trap_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/signal/trap_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,2 @@ +fails:Signal.trap the special EXIT signal code accepts the EXIT code +fails:Signal.trap the special EXIT signal code runs the proc before at_exit handlers Added: MacRuby/trunk/spec/frozen/tags/macruby/core/string/append_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/append_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/append_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:String#<< raises RangeError for negative length argument Added: MacRuby/trunk/spec/frozen/tags/macruby/core/string/concat_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/concat_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/concat_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:String#concat raises RangeError for negative length argument Added: MacRuby/trunk/spec/frozen/tags/macruby/core/string/inspect_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/inspect_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/inspect_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,2 @@ +fails:String#inspect returns a string with \#<char> when # is followed by $, @, { +fails:String#inspect returns a string with non-printing, characters replaced by \u notation for Unicode strings Added: MacRuby/trunk/spec/frozen/tags/macruby/core/string/next_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/next_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/next_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,3 @@ +fails:String#next increases the next best character if there is a carry for non-alphanumerics +fails:String#next adds an additional character (just left to the last increased one) if there is a carry and no character left to increase +fails:String#next returns subclass instances when called on a subclass Added: MacRuby/trunk/spec/frozen/tags/macruby/core/string/setbyte_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/setbyte_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/setbyte_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:String#setbyte can invalidate a String's encoding Added: MacRuby/trunk/spec/frozen/tags/macruby/core/string/succ_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/succ_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/succ_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,3 @@ +fails:String#succ increases the next best character if there is a carry for non-alphanumerics +fails:String#succ adds an additional character (just left to the last increased one) if there is a carry and no character left to increase +fails:String#succ returns subclass instances when called on a subclass Added: MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/m_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/m_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/m_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,2 @@ +fails:String#unpack with format 'M' decodes pre-encoded byte values 127..255 +fails:String#unpack with format 'm' decodes all pre-encoded ascii byte values Added: MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/u_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/u_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/unpack/u_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:String#unpack with format 'u' decodes all ascii characters Added: MacRuby/trunk/spec/frozen/tags/macruby/core/time/at_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/time/at_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/time/at_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Time.at converts to time object Added: MacRuby/trunk/spec/frozen/tags/macruby/core/time/usec_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/time/usec_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/time/usec_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Time#usec returns the microseconds for time created by Time#local Added: MacRuby/trunk/spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/unboundmethod/equal_value_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,2 @@ +fails:UnboundMethod#== returns true if either is an alias for the other +fails:UnboundMethod#== returns true if both are aliases for a third method Added: MacRuby/trunk/spec/frozen/tags/macruby/language/alias_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/language/alias_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/language/alias_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:The alias keyword is not allowed against Fixnum or String instances Added: MacRuby/trunk/spec/frozen/tags/macruby/language/class_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/language/class_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/language/class_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,2 @@ +fails:A class definition raises a TypeError if inheriting from a metaclass +fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return Added: MacRuby/trunk/spec/frozen/tags/macruby/library/digest/md5/length_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/digest/md5/length_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/digest/md5/length_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Digest::MD5#length returns the length of the digest Added: MacRuby/trunk/spec/frozen/tags/macruby/library/digest/md5/size_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/digest/md5/size_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/digest/md5/size_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Digest::MD5#size returns the length of the digest Added: MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha256/length_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha256/length_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha256/length_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Digest::SHA256#length returns the length of the digest Added: MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha256/size_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha256/size_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha256/size_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Digest::SHA256#size returns the length of the digest Added: MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha384/length_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha384/length_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha384/length_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Digest::SHA384#length returns the length of the digest Added: MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha384/size_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha384/size_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha384/size_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Digest::SHA384#size returns the length of the digest Added: MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha512/length_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha512/length_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha512/length_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Digest::SHA512#length returns the length of the digest Added: MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha512/size_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha512/size_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/digest/sha512/size_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Digest::SHA512#size returns the length of the digest Added: MacRuby/trunk/spec/frozen/tags/macruby/library/net/http/http/get_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/net/http/http/get_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/net/http/http/get_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Net::HTTP.get when passed URI yields each read part of the body to the passed block when passed a block Added: MacRuby/trunk/spec/frozen/tags/macruby/library/socket/socket/connect_nonblock_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/socket/socket/connect_nonblock_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/socket/socket/connect_nonblock_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1,2 @@ +fails:Socket#connect_nonblock connects the socket to the remote side +fails:Socket#connect_nonblock takes an encoded socket address and starts the connection to it Added: MacRuby/trunk/spec/frozen/tags/macruby/library/socket/unixsocket/recv_io_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/socket/unixsocket/recv_io_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/socket/unixsocket/recv_io_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:UNIXSocket#recv_io takes an optional mode to use Added: MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/initialize_copy_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/initialize_copy_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/initialize_copy_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:StringScanner#initialize_copy copies previous match state Added: MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/match_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/match_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/match_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:StringScanner#match? effects pre_match Added: MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/pre_match_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/pre_match_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/pre_match_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:StringScanner#pre_match is not changed when the scanner's position changes Added: MacRuby/trunk/spec/frozen/tags/macruby/library/yaml/dump_stream_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/yaml/dump_stream_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/yaml/dump_stream_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:YAML.dump_stream returns a YAML stream containing the objects passed Added: MacRuby/trunk/spec/frozen/tags/macruby/library/yaml/to_yaml_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/yaml/to_yaml_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/yaml/to_yaml_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Object#to_yaml returns the YAML representation of a Struct object Added: MacRuby/trunk/spec/frozen/tags/macruby/library/zlib/deflate/set_dictionary_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/zlib/deflate/set_dictionary_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/zlib/deflate/set_dictionary_tags.txt 2011-01-31 13:50:56 UTC (rev 5214) @@ -0,0 +1 @@ +fails:Zlib::Deflate#set_dictionary sets the dictionary
participants (1)
-
source_changes@macosforge.org