Revision: 3504 http://trac.macosforge.org/projects/ruby/changeset/3504 Author: lsansonetti@apple.com Date: 2010-02-11 20:18:34 -0800 (Thu, 11 Feb 2010) Log Message: ----------- untagged specs that now pass Modified Paths: -------------- MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/file/new_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/file/open_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/language/eigenclass_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/set_options_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/hton_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/getch_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/uri/parse_tags.txt Removed Paths: ------------- MacRuby/trunk/spec/frozen/tags/macruby/core/array/minus_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/array/union_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/exception/exception_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/file/lstat_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/each_option_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/each_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/error_message_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/get_option_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/get_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/ordering_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/terminate_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/terminated_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/ipv4_conversion_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/new_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/operator_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/reverse_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/to_s_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/application/new_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/add_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/debug_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/error_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/fatal_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/info_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/new_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/unknown_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/warn_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/rexml/cdata/initialize_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/singleton/dup_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/socket/socket/getnameinfo_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/tempfile/initialize_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/uri/normalize_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/uri/plus_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/uri/select_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/uri/set_component_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/uri/uri_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/library/zlib/gzipwriter/mtime_tags.txt Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/intersection_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +1 @@ critical:Array#& properly handles recursive arrays -fails:Array#& determines equivalence between elements in the sense of eql? Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/minus_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/array/minus_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/minus_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Array#- acts as if using an intermediate hash to collect values Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/array/union_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/array/union_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/array/union_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Array#| acts as if using an intermediate hash to collect values Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,9 +0,0 @@ -fails:Exception#backtrace includes the filename of the location where self raised in the first element -fails:Exception#backtrace includes the line number of the location where self raised in the first element -fails:Exception#backtrace includes the name of the method from where self raised in the first element -fails:Exception#backtrace includes the filename of the location immediately prior to where self raised in the second element -fails:Exception#backtrace includes the line number of the location immediately prior to where self raised in the second element -fails:Exception#backtrace contains lines of the same format for each prior position in the stack -fails:Exception#backtrace returns nil if no backtrace was set -fails:Exception#backtrace returns an Array -fails:Exception#backtrace sets each element to a String Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/exception/exception_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/exception/exception_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/exception/exception_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Exception is a superclass of EncodingError Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/lstat_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/file/lstat_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/lstat_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:File.lstat should be able to use the instance methods Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/file/new_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/file/new_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/new_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,7 +1,6 @@ fails:File.new return a new File with modus fd fails:File.new raises an Errno::EINVAL error with File::APPEND fails:File.new raises an Errno::EINVAL error with File::RDONLY|File::APPEND -fails:File.new coerces filename using #to_path fails:File.new expected errors fails:File.new can't alter mode or permissions when opening a file fails:File.new returns a new File with modus fd Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/file/open_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/file/open_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/open_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -3,7 +3,6 @@ fails:File.open opens file when call with a block (basic case) fails:File.open opens a file with mode string and block fails:File.open opens a file with mode num and block -fails:File.open opens the file when passed mode, num and permissions fails:File.open opens the file when passed mode, num, permissions and block fails:File.open opens the file when call with fd fails:File.open opens a file with a file descriptor d and a block Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +0,0 @@ -fails:Hash#[] does not compare key with unknown hash codes via eql? -fails:Hash#[] compares key with found hash code via eql? Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/eigenclass_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/language/eigenclass_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/language/eigenclass_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -4,8 +4,6 @@ fails:self in an eigenclass body (class << obj) has the metaclass of Class as superclass for the metaclass of BasicObject fails:self in an eigenclass body (class << obj) raises a TypeError for Bignum's fails:self in an eigenclass body (class << obj) inherits from Class for classes -fails:A constant on an eigenclass is not defined on the object's class -fails:A constant on an eigenclass does not appear in the object's class constant list fails:self in an eigenclass body (class << obj) has the class's metaclass's metaclass as superclass for metaclasses fails:Instance methods of an eigenclass includes instance methods of the metaclass of Class, for a metaclass fails:Instance methods of an eigenclass does not include class methods of the metaclass of Class, for a metaclass Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/each_option_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/each_option_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/each_option_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:GetoptLong#each_option passes each argument/value pair to the block Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/each_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/each_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/each_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:GetoptLong#each passes each argument/value pair to the block Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/error_message_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/error_message_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/error_message_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:GetoptLong#error_message returns the error message of the last error that occurred Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/get_option_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/get_option_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/get_option_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,4 +0,0 @@ -fails:GetoptLong#get_option returns the next option name and its argument as an Array -fails:GetoptLong#get_option shifts ARGV on each call -fails:GetoptLong#get_option terminates processing when encountering '--' -fails:GetoptLong#get_option raises a if an argument was required, but none given Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/get_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/get_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/get_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,4 +0,0 @@ -fails:GetoptLong#get returns the next option name and its argument as an Array -fails:GetoptLong#get shifts ARGV on each call -fails:GetoptLong#get terminates processing when encountering '--' -fails:GetoptLong#get raises a if an argument was required, but none given Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/ordering_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/ordering_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/ordering_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:GetoptLong#ordering= raises an ArgumentError if called after processing has started Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/set_options_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/set_options_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/set_options_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,4 +1 @@ -fails:GetoptLong#set_options allows setting command line options -fails:GetoptLong#set_options discards previously defined command line options fails:GetoptLong#set_options raises an ArgumentError if one of the given arguments is not an Array -fails:GetoptLong#set_options raises a RuntimeError if processing has already started Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/terminate_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/terminate_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/terminate_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:GetoptLong#terminate terminates option proccessing Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/terminated_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/terminated_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/getoptlong/terminated_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:GetoptLong#terminated? returns true if option processing has terminated Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/hton_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/hton_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/hton_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +1 @@ fails:IPAddr#hton converts IPAddr to network byte order -fails:IPAddr#new_ntoh creates a new IPAddr using hton notation Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/ipv4_conversion_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/ipv4_conversion_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/ipv4_conversion_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +0,0 @@ -fails:IPAddr#ipv4_compat should ipv4_compat? -fails:IPAddr#ipv4_mapped should ipv4_mapped Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/new_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/new_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/new_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,4 +0,0 @@ -fails:IPAddr#new it should initialize IPAddr ipv6 address with short notation -fails:IPAddr#new it should initialize IPAddr ipv6 address with long notation -fails:IPAddr#new it should initialize IPAddr ipv6 address with / subnet notation -fails:IPAddr#new it should initialize IPAddr ipv6 address with mask subnet notation Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/operator_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/operator_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/operator_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,6 +0,0 @@ -fails:IPAddr Operator should be able to bitwise or -fails:IPAddr Operator should be able to bitwise and -fails:IPAddr Operator should be able to bitshift right -fails:IPAddr Operator should be able to bitshift left -fails:IPAddr Operator should be able to invert -fails:IPAddr Operator should be able to set a mask Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/reverse_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/reverse_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/reverse_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,3 +0,0 @@ -fails:IPAddr#reverse should be able to generate the reverse DNS lookup entry -fails:IPAddr#ip6_arpa should be able to convert an IPv6 address into the reverse DNS lookup representation according to RFC3172 -fails:IPAddr#ip6_int should be able to convert an IPv6 address into the reverse DNS lookup representation according to RFC1886 Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/to_s_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/to_s_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/ipaddr/to_s_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +0,0 @@ -fails:IPAddr#to_s displays IPAddr using short notation -fails:IPAddr#to_string displays an IPAddr using full notation Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/application/new_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/application/new_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/application/new_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Logger::Application.new defaults application name to '' Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/add_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/add_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/add_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,3 +0,0 @@ -fails:Logger#add writes a new message to the logger -fails:Logger#add receives a severity -fails:Logger#add receives a message Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/debug_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/debug_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/debug_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Logger#debug logs a DEBUG message Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/error_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/error_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/error_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Logger#error logs a ERROR message Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/fatal_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/fatal_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/fatal_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Logger#fatal logs a FATAL message Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/info_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/info_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/info_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Logger#info logs a INFO message Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/new_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/new_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/new_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +0,0 @@ -fails:Logger#new receives a logging device as first argument -fails:Logger#new receivs a maximum logfile size as third argument Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/unknown_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/unknown_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/unknown_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +0,0 @@ -fails:Logger#unknown logs a message with unknown severity -fails:Logger#unknown receives empty messages Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/warn_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/warn_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/logger/logger/warn_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Logger#warn logs a WARN message Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/rexml/cdata/initialize_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/rexml/cdata/initialize_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/rexml/cdata/initialize_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:REXML::CData#initialize receives parent as third argument Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/singleton/dup_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/singleton/dup_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/singleton/dup_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Singleton#dup is prevented Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/socket/socket/getnameinfo_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/socket/socket/getnameinfo_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/socket/socket/getnameinfo_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +0,0 @@ -fails:Socket#getnameinfo gets the name information and resolve the host -fails:Socket#getnameinfo gets the name information and resolves the service Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/getch_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/getch_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/getch_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +1 @@ -fails:StringScanner#getch is multi-byte character sensitive fails:StringScanner#getch should keep the encoding Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/tempfile/initialize_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/tempfile/initialize_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/tempfile/initialize_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Tempfile#initialize sets the permisssions on the tempfile to 0600 Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/uri/normalize_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/uri/normalize_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/uri/normalize_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +0,0 @@ -fails:URI#normalize adds a / onto the end of the URI if the path is blank -fails:URI#normalize downcases the host of the URI Modified: MacRuby/trunk/spec/frozen/tags/macruby/library/uri/parse_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/uri/parse_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/uri/parse_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,7 +1 @@ -fails:URI.parse populates the components of a parsed URI::HTTP, setting the port to 80 by default -fails:URI.parse parses out the port number of a URI, when given -fails:URI.parse sets the port of a parsed https URI to 443 by default -fails:URI.parse populates the components of a parsed URI::LDAP object -fails:URI.parse returns a URI::MailTo object when passed a mailto URI fails:URI.parse populates the components of a parsed URI::MailTo object -fails:URI.parse does its best to extract components from URI::Generic objects Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/uri/plus_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/uri/plus_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/uri/plus_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,2 +0,0 @@ -fails:URI#+ replaces the end of the path of the URI when added to a string that looks like a relative path -fails:URI#+ conforms to the merge specifications from rfc 2396 Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/uri/select_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/uri/select_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/uri/select_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1,3 +0,0 @@ -fails:URI#select takes any number of component names as symbols, and returns an array of those components -fails:URI#select returns nil for any valid component that isn't set and doesn't have a default -fails:URI#select raises an ArgumentError if a component is requested that isn't valid under the given scheme Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/uri/set_component_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/uri/set_component_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/uri/set_component_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:URI#select conforms to the MatzRuby tests Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/uri/uri_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/uri/uri_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/uri/uri_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:the URI method does not add a URI method to Object instances Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/zlib/gzipwriter/mtime_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/zlib/gzipwriter/mtime_tags.txt 2010-02-12 03:15:17 UTC (rev 3503) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/zlib/gzipwriter/mtime_tags.txt 2010-02-12 04:18:34 UTC (rev 3504) @@ -1 +0,0 @@ -fails:Zlib::GzipWriter#mtime= sets mtime using Time