ruby 1.9.2p188 (2011-03-28 revision 31204) [powerpc-darwin9.8.0] [1.9.2] (ppc-mac-mini) 1477W 1NotOK 2F1E rubyspec:15F4E

chkbuild summary recent last

OlderDiff < 20110414T202711Z < ThisDiff > 20110415T201151Z > NewerDiff

COMMIT [Brian Ford] Temporarily Revert "Add spec for 'self' in binding from within Class/Module.new block."
COMMIT [Evan Phoenix] Clearify #binding rules wrt. self
COMMIT [Brian Ford] Handle differences in addr for IPV4/V6.
COMMIT [Brian Ford] Separate Socket#getservbyname specs.
COMMIT [Brian Ford] Added spec stubs for URI.
COMMIT [Postmodern] Added specs for URI::FTP#path=, #path and #to_s.
COMMIT [Brian Ford] Some tweaks, fixes for URI::FTP specs.
COMMIT [Brian Ford] Cleaned up a bunch of 'should' in spec descriptions.
COMMIT [Brian Ford] Finally cleaned up trailing whitespace in spec files.
COMMIT [Brian Ford] Added spec stubs for standard library Date.
COMMIT [Brian Ford] Reapply d7532571 -- eval('self', binding) in a Class.new block.
COMMIT [Evan Phoenix] Add rb_cMethod specs.

===================================================================
+++ 20110415T201151Z
@@ 9880 @@
 <elapsed> s: .
 OpenSSL::TestSSL#test_sslctx_set_params: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters.
 <elapsed> s: .
+OpenSSL::TestSSL#test_starttls: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:36: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_c>: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
@@ 22947 @@
 - returns self for arrays
 - converts using :to_ary
 - returns nil when there is no :to_ary
+- does not rescue exceptions
 - checks the result of the conversion
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/array/union_spec.rb
@@ 25456 @@
 - returns the errno given as optional argument to new
 
 SystemCallError#message
+- returns the default message when no message is given
 - returns the message given as an argument to new
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/exception/to_s_spec.rb
@@ 25943 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/lstat_spec.rb
 File.lstat
 - returns a File::Stat object if the given file exists
+- returns a File::Stat objecw when called on an instance of File
 - accepts an object that has a #to_path method
 - raises an Errno::ENOENT if the file does not exist
 
@@ 26117 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/setgid_spec.rb
 File.setgid?
+- returns false if the file was just made
 - returns false if the file does not exist
+- returns true when the gid bit is set
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/setuid_spec.rb
 File.setuid?
+- returns false if the file was just made
 - returns false if the file does not exist
+- returns true when the gid bit is set
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/size_spec.rb
 File.size?
@@ 26192 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/atime_spec.rb
 File::Stat#atime
+- returns the atime of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/blksize_spec.rb
 File::Stat#blksize
+- returns the blksize of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/blockdev_spec.rb
 File::Stat#blockdev?
@@ 26205 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/blocks_spec.rb
 File::Stat#blocks
+- returns the blocks of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/chardev_spec.rb
 File::Stat#chardev?
@@ 26216 @@
 File::Stat#<=>
 - is able to compare files by the same modification times
 - is able to compare files by different modification times
+- includes Comparable and #== shows mtime equality between two File::Stat objects
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/ctime_spec.rb
 File::Stat#ctime
+- returns the ctime of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/dev_major_spec.rb
 File::Stat#dev_major
@@ 26278 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/gid_spec.rb
 File::Stat#gid
+- returns the group owner attribute of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/grpowned_spec.rb
 File::Stat#grpowned?
@@ 26287 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/ino_spec.rb
 File::Stat#ino
+- returns the ino of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb
 File::Stat#inspect
@@ 26295 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/mode_spec.rb
 File::Stat#mode
+- returns the mode of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/mtime_spec.rb
 File::Stat#mtime
+- returns the mtime of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/new_spec.rb
 File::Stat#initialize
@@ 26383 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/uid_spec.rb
 File::Stat#uid
+- returns the owner attribute of a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/world_readable_spec.rb
 File::Stat.world_readable?
@@ 26435 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat_spec.rb
 File.stat
 - returns a File::Stat object if the given file exists
+- returns a File::Stat objecw when called on an instance of File
 - accepts an object that has a #to_path method
 - raises an Errno::ENOENT if the file does not exist
 
@@ 26761 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/fixnum/bit_and_spec.rb
 Fixnum#&
 - returns self bitwise AND other
+- returns self bitwise AND a Bignum
 - tries to convert it's int like argument to an Integer using to_int
 - raises a TypeError when the given argument can't be converted to Integer
 - coerces arguments correctly even if it is a Bignum
@@ 26769 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/fixnum/bit_or_spec.rb
 Fixnum#|
 - returns self bitwise OR other
+- returns self bitwise OR a Bignum
 - tries to convert the int like argument to an Integer using to_int
 - raises a TypeError when the given argument can't be converted to Integer
 - coerces arguments correctly even if it is a Bignum
@@ 26777 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/fixnum/bit_xor_spec.rb
 Fixnum#^
 - returns self bitwise EXCLUSIVE OR other
+- returns self bitwise EXCLUSIVE OR a Bignum
 - tries to convert the given argument to an Integer using to_int
 - raises a TypeError when the given argument can't be converted to Integer
 - coerces arguments correctly even if it is a Bignum
@@ 27597 @@
 Hash#initialize
 - is private
 - can be used to reset default_proc
+- receives the arguments passed to Hash#new
 - returns self
 - raises a RuntimeError if called on a frozen instance
 
@@ 28181 @@
 - returns true after reading with sysread
 - returns true after reading with readlines
 - returns false on just opened non-empty stream
+- does not consume the data from the stream
 - raises IOError on closed stream
 - raises IOError on stream closed for reading by close_read
 - returns true on one-byte stream after single-byte read
@@ 29576 @@
 - returns a Binding object
 - encapsulates the execution context properly
 - raises a NameError on undefined variable
+- uses the closure's self as self in the binding
+- uses the class as self in a Class.new block
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/kernel/block_given_spec.rb
 Kernel#block_given?
@@ 29746 @@
 - allows creating a new class in a binding
 - allows creating a new class in a binding created by #eval
 - includes file and line information in syntax error
+- sets constants at the toplevel from inside a block
 - uses the filename of the binding if none is provided
+- does not alter the value of __FILE__ in the binding
 - uses the receiver as self inside the eval
 - does not pass the block to the method being eval'ed
 
@@ 30992 @@
 - dumps a Hash subclass
 - dumps a Array
 - dumps a Array subclass
+- dumps a Random (FAILED - <n>)
 - dumps a BasicObject subclass if it defines respond_to?
 
 Marshal.dump for an Integer
@@ 34105 @@
 
 Regexp.compile given a String
 - uses the String argument as an unescaped literal to construct a Regexp object
+- raises a RegexpError when passed an incorrect regexp
 - does not set Regexp options if only given one argument
 - does not set Regexp options if second argument is nil or false
 - sets options from second argument if it is one of the Fixnum option constants
@@ 34228 @@
 
 Regexp.new given a String
 - uses the String argument as an unescaped literal to construct a Regexp object
+- raises a RegexpError when passed an incorrect regexp
 - does not set Regexp options if only given one argument
 - does not set Regexp options if second argument is nil or false
 - sets options from second argument if it is one of the Fixnum option constants
@@ 35841 @@
 - returns self for strings
 - converts using :to_str
 - returns nil when there is no :to_str
+- does not rescue exceptions
 - checks the result of the conversion
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/unpack/a_spec.rb
@@ 37471 @@
 - handles string-like second argument
 - handles string arguments
 - handles float arguments
+- accepts various year ranges
 - raises an ArgumentError for out of range values
 - raises ArgumentError for invalid number of arguments
 - accepts a String or Integer only for arguments
@@ 37534 @@
 - handles string-like second argument
 - handles string arguments
 - handles float arguments
+- accepts various year ranges
 - raises an ArgumentError for out of range values
 - raises ArgumentError for invalid number of arguments
 - accepts a String or Integer only for arguments
@@ 37568 @@
 - handles string-like second argument
 - handles string arguments
 - handles float arguments
+- accepts various year ranges
 - raises an ArgumentError for out of range values
 - raises ArgumentError for invalid number of arguments
 - accepts a String or Integer only for arguments
@@ 37730 @@
 - handles string-like second argument
 - handles string arguments
 - handles float arguments
+- accepts various year ranges
 - raises an ArgumentError for out of range values
 - raises ArgumentError for invalid number of arguments
 - accepts a String or Integer only for arguments
@@ 38189 @@
 - replaces the original method
 
 Defining an 'initialize' method
+- sets the method's visibility to private
 
 Defining an 'initialize_copy' method
+- sets the method's visibility to private
 
 An instance method definition with a splat
 - accepts an unnamed '*' argument
@@ 40763 @@
 - includes the return value of the passed block when passed a block
 
 CGI::HtmlExtension#textarea when passed Hash
+- uses the passed Hash as attributes
 - includes the return value of the passed block when passed a block
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/cgi/initialize_spec.rb
@@ 41224 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/complex/to_s_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb
 ConditionVariable#broadcast
+- returns self if nothing to broadcast to
+- returns self if something is waiting for a broadcast
 - releases all threads waiting in line for this resource
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/conditionvariable/signal_spec.rb
 ConditionVariable#signal
+- returns self if nothing to signal
+- returns self if something is waiting for a signal
 - releases the first thread waiting in line for this resource
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/conditionvariable/wait_spec.rb
@@ 41532 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/add_month_spec.rb
 Date#>>
+- adds the number of months to a Date
+- sets the day to the last day of a month if the day doesn't exist
+- raise a TypeError when passed a Symbol
+- raise a TypeError when passed a String
+- raise a TypeError when passed a Date
+- raise a TypeError when passed an Object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/add_spec.rb
 Date#+
+- adds the number of days to a Date
+- adds a negative number of days to a Date
 - raises a TypeError when passed a Symbol
 - raises a TypeError when passed a String
+- raises a TypeError when passed a Date
+- raises a TypeError when passed an Object
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ajd_spec.rb
 Date#ajd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ajd_to_amjd_spec.rb
+Date.ajd_to_amjd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ajd_to_jd_spec.rb
+Date.ajd_to_jd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/amjd_spec.rb
 Date#amjd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/amjd_to_ajd_spec.rb
+Date.amjd_to_ajd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/append_spec.rb
 Date#<<
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/asctime_spec.rb
+Date#asctime
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/boat_spec.rb
 Date#<=>
+- returns 0 when two dates are equal
+- returns -1 when self is less than another date
+- returns -1 when self is less than a Numeric
+- returns 1 when self is greater than another date
+- returns 1 when self is greater than a Numeric
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/case_compare_spec.rb
 Date#===
 - needs to be reviewed for spec completeness
 
@@ 41600 @@
 - should be able to determine if a date is valid
 - should be able to handle negative months and days
 
+Date.civil
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/civil_to_jd_spec.rb
+Date.civil_to_jd
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/commercial_spec.rb
@@ 41618 @@
 - should be able to determine if the date is a valid commercial date
 - should be able to handle negative week and day numbers
 
+Date.commercial
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/commercial_to_jd_spec.rb
+Date.commercial_to_jd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/comparison_spec.rb
 Date#<=>
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/constants_spec.rb
 Date constants
+- defines ITALY
+- defines ENGLAND
+- defines JULIAN
+- defines GREGORIAN
+- defines MONTHNAMES
+- defines DAYNAMES
+- defines ABBR_MONTHNAMES
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/conversions_spec.rb
 Date#new_start
+- converts a date object into another with a new calendar reform
 
 Date#italy
+- converts a date object into another with the Italian calendar reform
 
 Date#england
+- converts a date object into another with the English calendar reform
 
 Date#julian
+- converts a date object into another with the Julian calendar
 
 Date#gregorian
+- converts a date object into another with the Gregorian calendar
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ctime_spec.rb
+Date#ctime
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/cwday_spec.rb
 Date#cwday
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/cweek_spec.rb
 Date#cweek
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/cwyear_spec.rb
 Date#cwyear
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/day_fraction_spec.rb
 Date#day_fraction
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/day_fraction_to_time_spec.rb
+Date.day_fraction_to_time
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/day_spec.rb
+Date#day
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/downto_spec.rb
 Date#downto
+- creates earlier dates when passed a negative step
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/england_spec.rb
 Date#england
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/eql_spec.rb
 Date#eql?
+- returns true if self is equal to another date
+- returns false if self is not equal to another date
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/exist1_spec.rb
+Date.exist1?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/exist2_spec.rb
+Date.exist2?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/exist3_spec.rb
+Date.exist3?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/exist_spec.rb
+Date.exist?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/existw_spec.rb
+Date.existw?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/format/bag/method_missing_spec.rb
+Date::Format::Bag#method_missing
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/format/bag/to_hash_spec.rb
+Date::Format::Bag#to_hash
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/gregorian_leap_spec.rb
+Date.gregorian_leap?
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/gregorian_spec.rb
 Date#gregorian?
+- marks a day before the calendar reform as Julian
+- marks a day after the calendar reform as Julian
 
 Date#gregorian_leap?
+- returns true if a year is a leap year in the Gregorian calendar
+- returns false if a year is not a leap year in the Gregorian calendar
 
+Date.gregorian?
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/hash_spec.rb
 Date#hash
+- returns the same value for equal dates
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/abs_spec.rb
+Date::Infinity#abs
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/coerce_spec.rb
+Date::Infinity#coerce
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/comparison_spec.rb
+Date::Infinity#<=>
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/d_spec.rb
+Date::Infinity#d
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/finite_spec.rb
+Date::Infinity#finite?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/infinite_spec.rb
+Date::Infinity#infinite?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/nan_spec.rb
+Date::Infinity#nan?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/uminus_spec.rb
+Date::Infinity#-@
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/uplus_spec.rb
+Date::Infinity#+@
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity/zero_spec.rb
+Date::Infinity#zero?
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity_spec.rb
@@ 41795 @@
 - should be able to use -@ and +@ for Date::Infinity
 - should be able to coerce a Date::Infinity object
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/inspect_spec.rb
+Date#inspect
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/italy_spec.rb
 Date#italy
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/jd_spec.rb
 Date#jd
 - needs to be reviewed for spec completeness
 
+Date.jd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/jd_to_ajd_spec.rb
+Date.jd_to_ajd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/jd_to_civil_spec.rb
+Date.jd_to_civil
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/jd_to_commercial_spec.rb
+Date.jd_to_commercial
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/jd_to_ld_spec.rb
+Date.jd_to_ld
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/jd_to_mjd_spec.rb
+Date.jd_to_mjd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/jd_to_ordinal_spec.rb
+Date.jd_to_ordinal
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/jd_to_wday_spec.rb
+Date.jd_to_wday
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/julian_leap_spec.rb
+Date.julian_leap?
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/julian_spec.rb
@@ 41857 @@
 Date#valid_jd?
 - should be able to determine if a day number is a valid Julian day number, true for all numbers
 
+Date.julian?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ld_spec.rb
 Date#ld
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ld_to_jd_spec.rb
+Date.ld_to_jd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/leap_spec.rb
+Date#leap?
 - needs to be reviewed for spec completeness
 
+Date.leap?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/mday_spec.rb
 Date#mday
 - needs to be reviewed for spec completeness
 
@@ 41892 @@
 - should be able to compute the different between two dates
 - should raise an error on non numeric parameters
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/mjd_spec.rb
 Date#mjd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/mjd_to_jd_spec.rb
+Date.mjd_to_jd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/mon_spec.rb
 Date#mon
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/month_spec.rb
+Date#month
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/new0_spec.rb
+Date.new0
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/new1_spec.rb
+Date.new1
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/new2_spec.rb
+Date.new2
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/new3_spec.rb
+Date.new3
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/new_spec.rb
@@ 41932 @@
 - creats a Date for different calendar reform dates
 - doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers
 
+Date.new
 - needs to be reviewed for spec completeness
 
+Date.new!
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/new_start_spec.rb
 Date#new_start
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/newsg_spec.rb
+Date#newsg
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/neww_spec.rb
+Date.neww
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/next_spec.rb
+Date#next
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ns_spec.rb
+Date#ns?
 - needs to be reviewed for spec completeness
 
+Date.ns?
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ordinal_spec.rb
@@ 41969 @@
 - should be able to determine if the date is a valid ordinal date
 - should be able to handle negative day numbers
 
+Date.ordinal
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ordinal_to_jd_spec.rb
+Date.ordinal_to_jd
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/os_spec.rb
+Date#os?
 - needs to be reviewed for spec completeness
 
+Date.os?
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/parse_spec.rb
@@ 42050 @@
 - parses a YY.MM.DD string into a Date object
 - parses a YY.MM.DD string into a Date object using the year digits as 20XX
 
+Date.parse
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/plus_spec.rb
 Date#+
 - needs to be reviewed for spec completeness
 
@@ 42063 @@
 - should be able to compute the difference between two dates
 - should be able to compare to another numeric
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/right_shift_spec.rb
 Date#>>
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/sg_spec.rb
+Date#sg
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/start_spec.rb
+Date#start
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/step_spec.rb
@@ 42155 @@
 - parses a date given MM/DD/YY
 - parses a date given in full notation
 
+Date.strptime
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/succ_spec.rb
+Date#succ
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/time_to_day_fraction_spec.rb
+Date.time_to_day_fraction
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/to_s_spec.rb
+Date#to_s
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/today_spec.rb
+Date.today
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/upto_spec.rb
 Date#upto
+- returns future dates for the default step value
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/valid_civil_spec.rb
+Date.valid_civil?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/valid_commercial_spec.rb
+Date.valid_commercial?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/valid_date_spec.rb
+Date.valid_date?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/valid_jd_spec.rb
+Date.valid_jd?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/valid_ordinal_spec.rb
+Date.valid_ordinal?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/valid_time_spec.rb
+Date.valid_time?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/wday_spec.rb
 Date#wday
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/yday_spec.rb
 Date#yday
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/year_spec.rb
 Date#year
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/zone_to_diff_spec.rb
+Date.zone_to_diff
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/datetime/_strptime_spec.rb
@@ 42882 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/remove_server_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/start_service_spec.rb
 DRb.start_service
+- runs a basic remote call
+- runs a basic remote call passing a block
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/stop_service_spec.rb
 DRb.stop_service
+- clears the port so a new server can start
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/thread_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/to_id_spec.rb
@@ 47558 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/socket/getservbyname_spec.rb
 Socket#getservbyname
+- returns the port for service 'http'
+- returns the port for service 'http' with protocol 'tcp'
+- returns the port for service 'domain' with protocol 'udp'
+- returns the port for service 'daytime'
 - raises a SocketError when the service or port is invalid
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/socket/listen_spec.rb
@@ 49024 @@
 - returns false if the normalized forms are different
 - returns false for when compared to non-uri objects
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/escape/decode_spec.rb
+URI::Escape#decode
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/escape/encode_spec.rb
+URI::Escape#encode
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/escape/escape_spec.rb
+URI::Escape#escape
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/escape/unescape_spec.rb
+URI::Escape#unescape
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/extract_spec.rb
@@ 49051 @@
 - yields each URI in the given string in order to a block, if given, and returns nil
 - allows the user to specify a list of acceptable protocols of URIs to scan for
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ftp/build_spec.rb
+URI::FTP.build
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ftp/merge_spec.rb
+URI::FTP#merge
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ftp/new2_spec.rb
+URI::FTP.new2
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ftp/path_spec.rb
+URI::FTP#path=
+- does not require a leading /
+- does not strip the leading /
 
+URI::FTP#path
+- unescapes the leading /
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ftp/set_typecode_spec.rb
+URI::FTP#set_typecode
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ftp/to_s_spec.rb
+URI::FTP#to_s
+- escapes the leading /
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ftp/typecode_spec.rb
+URI::FTP#typecode
 - needs to be reviewed for spec completeness
 
+URI::FTP#typecode=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/absolute_spec.rb
+URI::Generic#absolute
 - needs to be reviewed for spec completeness
 
+URI::Generic#absolute?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/build2_spec.rb
+URI::Generic.build2
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/build_spec.rb
+URI::Generic.build
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/coerce_spec.rb
+URI::Generic#coerce
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/component_ary_spec.rb
+URI::Generic#component_ary
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/component_spec.rb
+URI::Generic#component
 - needs to be reviewed for spec completeness
 
+URI::Generic.component
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/default_port_spec.rb
+URI::Generic#default_port
 - needs to be reviewed for spec completeness
 
+URI::Generic.default_port
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/eql_spec.rb
+URI::Generic#eql?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/equal_value_spec.rb
+URI::Generic#==
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/fragment_spec.rb
+URI::Generic#fragment
 - needs to be reviewed for spec completeness
 
+URI::Generic#fragment=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/hash_spec.rb
+URI::Generic#hash
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/hierarchical_spec.rb
+URI::Generic#hierarchical?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/host_spec.rb
+URI::Generic#host
 - needs to be reviewed for spec completeness
 
+URI::Generic#host=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/inspect_spec.rb
+URI::Generic#inspect
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/merge_spec.rb
+URI::Generic#merge
 - needs to be reviewed for spec completeness
 
+URI::Generic#merge!
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/minus_spec.rb
+URI::Generic#-
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/normalize_spec.rb
+URI::Generic#normalize
 - needs to be reviewed for spec completeness
 
+URI::Generic#normalize!
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/opaque_spec.rb
+URI::Generic#opaque
 - needs to be reviewed for spec completeness
 
+URI::Generic#opaque=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/password_spec.rb
+URI::Generic#password
 - needs to be reviewed for spec completeness
 
+URI::Generic#password=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/path_spec.rb
+URI::Generic#path
 - needs to be reviewed for spec completeness
 
+URI::Generic#path=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/plus_spec.rb
+URI::Generic#+
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/port_spec.rb
+URI::Generic#port
 - needs to be reviewed for spec completeness
 
+URI::Generic#port=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/query_spec.rb
+URI::Generic#query
 - needs to be reviewed for spec completeness
 
+URI::Generic#query=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/registry_spec.rb
+URI::Generic#registry
 - needs to be reviewed for spec completeness
 
+URI::Generic#registry=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/relative_spec.rb
+URI::Generic#relative?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/route_from_spec.rb
+URI::Generic#route_from
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/route_to_spec.rb
+URI::Generic#route_to
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/scheme_spec.rb
+URI::Generic#scheme
 - needs to be reviewed for spec completeness
 
+URI::Generic#scheme=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/select_spec.rb
+URI::Generic#select
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_fragment_spec.rb
+URI::Generic#set_fragment
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_host_spec.rb
+URI::Generic#set_host
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_opaque_spec.rb
+URI::Generic#set_opaque
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_password_spec.rb
+URI::Generic#set_password
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_path_spec.rb
+URI::Generic#set_path
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_port_spec.rb
+URI::Generic#set_port
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_query_spec.rb
+URI::Generic#set_query
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_registry_spec.rb
+URI::Generic#set_registry
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_scheme_spec.rb
+URI::Generic#set_scheme
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_user_spec.rb
+URI::Generic#set_user
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/set_userinfo_spec.rb
+URI::Generic#set_userinfo
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/to_s_spec.rb
+URI::Generic#to_s
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/use_registry_spec.rb
+URI::Generic.use_registry
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/user_spec.rb
+URI::Generic#user
 - needs to be reviewed for spec completeness
 
+URI::Generic#user=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/generic/userinfo_spec.rb
+URI::Generic#userinfo
 - needs to be reviewed for spec completeness
 
+URI::Generic#userinfo=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/http/build_spec.rb
+URI::HTTP.build
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/http/request_uri_spec.rb
@@ 49319 @@
 - returns a string of the path + query
 - returns '/' if the path of the URI is blank
 
+URI::HTTP#request_uri
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/join_spec.rb
@@ 49330 @@
 - discards arguments given before an absolute uri
 - resolves .. in paths
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/attributes_spec.rb
+URI::LDAP#attributes
 - needs to be reviewed for spec completeness
 
+URI::LDAP#attributes=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/build_spec.rb
+URI::LDAP.build
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/dn_spec.rb
+URI::LDAP#dn
 - needs to be reviewed for spec completeness
 
+URI::LDAP#dn=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/extensions_spec.rb
+URI::LDAP#extensions
 - needs to be reviewed for spec completeness
 
+URI::LDAP#extensions=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/filter_spec.rb
+URI::LDAP#filter
 - needs to be reviewed for spec completeness
 
+URI::LDAP#filter=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/hierarchical_spec.rb
+URI::LDAP#hierarchical?
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/scope_spec.rb
+URI::LDAP#scope
 - needs to be reviewed for spec completeness
 
+URI::LDAP#scope=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/set_attributes_spec.rb
+URI::LDAP#set_attributes
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/set_dn_spec.rb
+URI::LDAP#set_dn
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/set_extensions_spec.rb
+URI::LDAP#set_extensions
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/set_filter_spec.rb
+URI::LDAP#set_filter
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/ldap/set_scope_spec.rb
+URI::LDAP#set_scope
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/mailto/build_spec.rb
 URI::Mailto.build
 - conforms to the MatzRuby tests
 
+URI::MailTo.build
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/mailto/headers_spec.rb
+URI::MailTo#headers
 - needs to be reviewed for spec completeness
 
+URI::MailTo#headers=
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/mailto/set_headers_spec.rb
+URI::MailTo#set_headers
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/mailto/set_to_spec.rb
+URI::MailTo#set_to
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/mailto/to_mailtext_spec.rb
+URI::MailTo#to_mailtext
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/mailto/to_rfc822text_spec.rb
+URI::MailTo#to_rfc822text
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/mailto/to_s_spec.rb
+URI::MailTo#to_s
 - needs to be reviewed for spec completeness
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/mailto/to_spec.rb
+URI::MailTo#to
 - needs to be reviewed for spec completeness
 
+URI::MailTo#to=
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/merge_spec.rb
@@ 49491 @@
 URI#select
 - conforms to the MatzRuby tests
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/split_spec.rb
+URI.split
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/uri_spec.rb
@@ 49501 @@
 - converts its argument with to_str
 - does not add a URI method to Object instances
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/uri/util/make_components_hash_spec.rb
+URI::Util.make_components_hash
 - needs to be reviewed for spec completeness
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/win32ole/win32ole/_getproperty_spec.rb
@@ 50102 @@
 - rb_cThread references the Thread class
 - rb_cTrueClass references the TrueClass class
 - rb_cProc references the Proc class
+- rb_cMethod references the Method class
 
 C-API exception constant
 - rb_eArgError references the ArgumentError class
@@ 50158 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/float_spec.rb
 CApiFloatSpecs rb_float_new
+- creates a new float
 
 CApiFloatSpecs rb_Float
+- creates a new Float from a String
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/gc_spec.rb
 CApiGCSpecs
@@ 50170 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/globals_spec.rb
 CApiGlobalSpecs
 - correctly gets global values
+- returns $~
 - correctly sets global values
 - lists all global variables
 - rb_define_variable should define a new global variable
@@ 50426 @@
 - calls #to_int to coerce the value
 
 CApiNumericSpecs rb_Integer
+- creates a new Integer from a String
 
 CApiNumericSpecs rb_ll2inum
+- creates a new Fixnum from a small signed long long
 
 CApiNumericSpecs rb_int2inum
+- creates a new Fixnum from a long
 
 CApiNumericSpecs rb_num2dbl
 - raises an TypeError if passed nil
@@ 50890 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/integer/chr_spec.rb:27:in `<top (required)>'
 
  <n>)
+Marshal.dump dumps a Random FAILED
+Expected "\x04\bU:\vRandom[\bl+\x02\xE0\x04\xE1489\x12\x94_9\x8A\xC2$\\\xC2\xC6Zjm\x85Y\xFB\x85.\x94\xFB\x05\x1DtG\xCA\x10X\x95 y,rF_-\xAB\x83!c\xDE~\xAF%\xDD\xB5\xEFt\x9D\xD4>S\x15@\x1Ce$\x06\xD0R>\x063C\xB9s\xAE&B\x0E\x9B\x12@\xD4\xBD'\x9FXq\xA2TTv\xD5\xAF\x17\xB3)0\xCD\xE8&\xDE\xF4\xE2\x1C|\xACWM\x98\xA3\xC5\xBD\x0F\xA6e\x1E\xAC\xECJ8*\xA9\v\x0E\xE4\xA0\xB9\xB2Xm\xD9\xFF\xA9j\xAB\xB8\xBC\e\x12M0L*\x17\r\xC4\xBC\xA3O|D\xB9>\xB34\xA0?Pt\xB8YW\xE0\xB9}\x14\xC0j\xF9\xFD\x96\xAA2\x9C\x16\xADw\x18\xE2\xB1e\xEB\xA09su\xD4D1\x976\xE2L\x86R\x8C\xC5\x8D\x9B\x1F>B\xF3\x91\xBD\x04\xEB\xA1\x0F\xBE\xDFH\xEF\xD1\xDD\xAB%\x95\xBDN\xF3\t\xBF\x8B\n'\xFC\x15\xBA\xCF\x8BT\xAA\xC8\xC6)\x13i\xA8\xAAo\eyYb\xDB}-\x81A\xB6\xD2\x17\x87+\x1DHT\e\xA1\"\x97T\x96|\xFAs\xC0\x1E\x102\xF0B\x99l>\x95F\x8F\xEE\x15-\xA8\xDDv\x88B\\cs,:\x9A\x85\x1E\xD1\xD5n`\x1DS\x01\x04c\n,\x9C\xE8\xB3.\x9C+\xD0\\\xF5)\x97\xB6j\x13\x84\xDC\x82\x9Ak\x81\xB1\x1F\x14(\x06\xD8\xF2p\x85^\x87vm\x04Q\x0F\xB3\x1F\x11[\x1C\xC4Q\x81\xF8NS\xD9\xA9\x8E\xE1,N\xC1\xD2]\x88\v\xD8\xCF\x05\x94\x05\x06\xF7\x849OI\xC3\x1A\xEDz%\a\x9C\xDC\x00\x95\xB6wg\x8F\r=\x1C\xF6\xCF\"\xD5\x8F\xC6F]>\x11\x86\xDD?\xF0\xA5\xC2\xBF\xEB2\"(\xE9\xA0\xAC\x93\x00\x9D\a3\x8Dq\xD7:!\xF9\xA6\xA7O\v\xCD\x9E\x03B|\xA3\x16\xDCj\x13\xA9$\x93!\xD9?\xA8\xEF\xF1k\xAD\xE3!\xB6\xC0o&\xA9L\xA5_\xC1k\xA5\x11\x19, \xDE\xB0V\xB3\x8Ag\xBE\xE8r+\x80\xFE\xE5\x98\xB7\x10T\xDFd\xFDq\x97\nu=\x01\xA6v\x86\xCATed\xEE\xBB\x88I\x1E\xC2u*\xBF\xD0\xDE\xC0g+\xF7\xBFG\x0ED\xCEL\xDE0\x06\xAAh\x94\xB4K\xF1\xAC\x98\x8C\xF8lb\xC9\xE1_\x96j\xBE*L\xB0\e-\xFA\x87\xD7+Kx4Q\x13e\xFB\xBAH\xDD\xB3I\xFB\x01\x82\xBBG\x03\x96\xEFVU>\xA6\xDB\xE9\x0E~f \f2\xCCjR\x86`P\xFB\x8D\xA6x\x82N?\xCB\xCC=-ZR\\\xEA4\x92\x1CN[[!g\x06?\x85I\x7F\f\xED\x8C:e\xF6\xEB8\x89(\xD2\x9F\x8B{(\bh\xA2\xD6:\x1D`;\xF0\xE6\xA9\x18\x05(\xB1u\xF4#4<\x89\x81{\x02\xF6\x10\xD5\xDC\x93}Vv\xAB\xF3g6\xBF\x14B\x02\xD4\xB7H\xD8q\xE8!X\xBDX\x96(?\xD1A\xE0\t\xF2\xA3\xDB\xE8Z\xED\b~\xA5\x01\x96\x11B\xD9\xA39\x13.\xE4\xE7\xEA\xCF\xFA\x02\x0E\x8D\xE1Moj\xB3\x10\x1Aw\xDBh\xF1\xAEN\xF1]\xEB\xC8\x18\xCF\xFA\xE6(\xF5\xCB\x96\\\x7F\x0Ev\x1D\xD9+\x19\xE0S0W\x8A\x9B\xA5\v+\xD2+9F\x89\x81\xE6\x8D\xEE\f1\x89\x978\xB1[W\xD4!EAOBub\xA8\x80(\xDF\x9F\xB4\xC9\xFD\a\xEAZ\x92\xCB\x00Y\xD1T\xB3\xB3#\xB5NI-H\x1E\xF17\xC6\b\xE6\xD6\x96i\xE3\x9E\xC7\xA37\x03\x92\x8FX\xF0\xC4R\x8D\xBF(\x9F\xE4\xC0\xEF\xD0<\xA9\x9A.\xC6\xC2\xC2)v\x9B\xACY\xA2\xAA5\xD3jY7c\xB6\xB2\xA4\xE2\xEF]\r\xEC3\xD0\xCF\x05\xCF\x8DF\x89\xAE\x11\x80r\x8E\xE1\x04\xB8@fz\xA6\x9Am%\xC0\xCBA!\"\xDAp\x1F\xE8\xD3\xE4\t\xF5\x9B\x17;\xFF\xFD\x05vX\xCB\x18i<,BMl\rw\xE8\xAF\xED\v\xA4\f\xD4\xDA\xA4\xA8Y\xA5Q\xDC\xD1\x92\xB0>v^a\xE6\xDF\xA4\xDF\x86=p\xA8\xBC'\x82\xB6B\xA2\x9F\xC2\xE0\v\x17\xD9nh\xDDL\xE24\"qH\x96\x80r\xEDE\xF8\x97\xC0\xD0<y\x12\x85\xDA}\x990\xD2\x14\xF5'\xEF9\xECC\xAEG4K\xBF\xE3\x13\xD8\\\xEE\xD9d\xE2\a\x8CJ\xC0\xE1\xC6$\xA7\x149\xD7O\xD0\x84\x01U\x0E\x96\x7F\v\xFBw6\v\xE9d9\xCEl\xD3\x1A\xA3\xAA\x99$4!\x1A{H\x10\x89\x7F\x98+\xEE\xF4\xDF\x9F\x98\xE5\xBE\xAA|\x19\xEE\x061 \x06`\xCB\xA7\xED~\xD2\xBF\xE1\x8Av\x1F26\x1D?\xB2\xE4`tY\xF6\ec\xA8l'w\xFC\xD5\x18L\xE4\xB7g\x1A\\)\xE3\xA9\xD0\x89\xB1P\xA7\xC1\x8C\x03\x05Eh\x05\x02$@{Z\x93\xDC\xA5\x93\xE6\x9F\xBFo\x13/9\xD8\n\x8C\xC8\xF1\x05]\by\x03\xF5\xD0\x1F2\xB2;\x907_LS\xC3\x9B\xA7[\xA1\xC9\xF0\xE9\x18u9\xFB\xC4U\"\xD0\xBB\x04\xC3\xEB:Wy\x85\xF8\xAE\xD6\xCA\nX\x83\x97\t\x8F\xA4J\x99\xEAv~\xED\xB7\xA3v\xA8BL\xA9\xD8\xBA\xA4\x15\xD8\x16\xCE\xF9f\x7F\xBB\xCA`L\xCB\xC4\x17\xB4E7b\xD7\xE6+j\xB8\x88&B\x83\xBF\x13\x802\xA0\a\x98C\t\x1C\x1E\xAB2\x9C\xA9v\x14\xECf\xC4\xAE^Q\x03\xC7R\xB0\xEEn\x9AL\xE8\xB2\xB1\xCB\x1D\xB8\xFC\xAE<\xBC\xBE\xD3W\xD4\xCB\xC9\x83\x7F\x91\au\x85\t\xD2)\xC2\x9A\xAC\x9E\x06\f\x83k\x8Dn*\xCEA\xD9/^JZ\xD2\f\t7\xA4]0O\xC3_C\xAB|d\xFC\x04\xADU\xF07d\xE85\xE7!\xD7A+\x97\x17\xA7\x05K\xA8W\x05b\xB1\xDD\xDC\xF0\xA1\xA2\xC7\xDEEz\xC9)tI\x17\x8BN\x99@\x81\x9FP5z\xE7\xE1a6\x8A\xE9\t\xA3\xCD\x9A\x87\xDF5\x18t\x80I\xD0\x9C\x9B\x93\xE9\xF4\xFA8\xA96UM'\xBBkV\xE08\xE7\xB8\x01\xA0\xC5p\x13=m1\xABX\xB5\xA2\x1A4e\x8B\xC2\xBD\x16\vA\xFF\xFF+\x8B\x9C\xF0\x8E\\\xA8\xBD\xB8\xAE\xD4\xD00\xC7\n\xFDB\xCA\xABCC{(\xC1\xC1\f\x94\xCB\xDD\x11o5\x02\xFA\t\xED\xE46o\x1C\xB0\x16\xE9U\x18)x\xCA\xE9\x01\x98\x84\xC0\xADJ\xA5\x99A\xFD\xA7|\xBD,l\\\xD1\x89\xFCdJp9\x04\e\xC2\xE2\xF4\xAF}\b6\xF0o\xD3\xB2\xA9\xB59\n|\x06g[\xE3ZQ|\xB8V\xF1\xF9\xD7LO\x8F\xE6\x7F\\+\xDB\xBB\x92W\x1Ab\x04\xA7\x89^\x8C\e\x1F\x96Ky+(\x82\xC7}\xC0\xB064\x9C\v\x0E\\;'A1\x92E\x01_\xFF#\xB0<\x9C\xBDQ\xE8\xEB\xC0\x83j\xE9\b\x8B\xEC\xF7\xBE\xA6\x15\xEC\xB4\x91R\xE8\xAA\xC1\xC8\x83\xD7\x97\xEC\xE5\v\x95XH\xCCa\xB6;\x82\x1F\x90\xD9\xEC\xCA\xA2\x16\xB8\xF4s>|:d\xD4\x90zg8Xsl \xE0\x1AA\x86~\xE9\xE40\xC5a0\xA5;8\xED\x9D\x0F~\xA4T\x0E\xF4\xD1d\xE9\xA1\xF1=\xE5\xB6c\x82\xAE\x1D.\x0E~\xEA\xA0^\x8B#D\x89\xA1\xF1V\xEF[\x16\xB0v(@\x18\xF2\x13{\x91\x10\xBC~\x8A\x1F\x12\xCA\fC\x01_ \xEB/\x06S\xA3U\xE0\xEA\xBC\fAi\x89\x17[\x00\x01\x1D\xAA\x06\xBEFj\x88h\x0E\x8D\xFB\xB5]m\e\x92l\xF1\xBC\xCA\xF8j\x1A\xCE\xB9\xFB\xEF\xFE.\v\x13pQ\xA6\x0F\x1CV\x1A\xD5\xB9\x1CI\t\xED\x9C\xD9\x9C\xF2\xB2\xE8\x10\xDA\x15$\x89zL\xB0\x11\xB4\xE8e@F\xC5\r\x8F*\x13\xD1\xE9\b\x11\x9B7\x87\x80\xD2%\x13g\x8EX\xA7K\xCA\x94\xE6f\x95\x05 +\x83^\xDCw\x93\xEF\xAC3\b\xFA\xEA{\xE7#Y\xA0\f\xB2\xD9\xFE\x84\xE9\x1C\xE9\x16\xD3\xF4\x80\xFE\xF0\x96!\bs5\xB3\xEA}O\xE0\x9A\xA0>\xD1\xCE\x9B\xB6-\xF5\xA4\x17g9\xA7\x16\xBC\xBECW\xFC\xD4W\x9DSS@s\xE33|\xE8\xFDG\xC5\x9Di\xFA\xA2\x97\xF2\xB3n\xA6p\xDB\b\xFD\xF0@E[\xAA<\xB8\xEC\xD3\xA0\xC1\xE3\xBE\xE4k\x13?.%\x13\xA7\x02\xAF2\xB5\xA5\xC2\xBD\x86\x18GgQ\x9F\xB2y\e\xE3F\xF4_J8\xF1;\xC0\b8\xD8\a\xCD\x13\xBA\x8FP!\xC8?\x03\xFB\xAF1\x9C\x05n\xC9s\xD8l\x87\xAC\xF5q\xEE\xAB\x00\xCD\xD4f\xD6a\x7Fe\x85\x99\xD3\xEDEd\x1E6iy_\x92\"\xBC\x9A\x1E\x8A\x99H\xF5?\x19\xB4\x93\b\xF8\xF8\xD9Dw\xCF\xBE\xDA\xA8\xD6f\x86\xEE\x8Cw\xF6\xC4\xCE\x97\xD4LU\x7F\xE4\xEE?\xB0\x03[\r6B\x18\x11]\xA1\xEB\xDC\xF5\xC93\x97\xB7%\xF2[\xFC\xC1\xBC\xE6\xB4b\x8E\xC8\xFF\x02\xC85H\x03\xB5\xAE\xC0b\xCD\x92\frAd\xB5L\xB2\xCA\x05\xC1\xC5O\x8E\xBA\xC6\x00\n&@\x9C.Z\xBB\xA6i5\x91t)*\e*\x98\xC87\xC5\xF6\xDD\x02\x96\x83\x86\xC7\x04\x85\x94\xAC6\xC9\xDC\xF3\x05-\xFF\xF4\x0E\xE9\t\e\a\xA7\xED\xCF\xB0\x90`\xE5i\x15\xB7'\x85\xE2o\xA1H\xA0e\xF5\xDF\xE0Ml\xC9_2\x92^\xC4\x8C/\xB7;I>@op2\x86D5\xF9qb_x\xFA\xB1)\"\xDB\xB9\x8D\x93\xC6\x82b\xF7Dcm#at<\xE1Nm4\xEBD\xD6\xD0\x8C\x19n\x85\x00\x0E6\x9D\x0FB)\xA0\f\xA4\xE9\xCE\xBF\x93\x0F\xC6b\xC0\x90,\x06!\xFF_\xBA6\x92\xCF\xF9\x17c\x02\x8F\x9B\xDF>>\xC6`\xB1\xCF\xAD\xDBb5\xA6YT+\xC8ya\xFB\xFD\x8D\x95;Z\x85\xB6\x89\r\xAB\xFE#\a0\x1E\xEEw\x00\xEA;'\xBA~\xDCZ^\x9Eu\xC1\x8B\xBD\v\x06\xEBd\xB0||\xCF\xE0\xCA\x87\xB3 \x16\x88\xEF\x9Cr\xD9\x00\x11v\n\xF4\xB7\t\xF2\xB5\x10\x8E\xD5\r\xA9}\xBB\xF7La\xD2l\n\x82|\xE0\xD1\xD9^Oj\xD1\x7F{H\x12\x8F\xCE*L\xAB\x91R} \xA2\x83\xD3Jn*\x88\xBB\xB8\xA7\xDDhE~\xEFu\x9D(\xAE\x8E\"\xEDi(\xA6\xFF\xF6\x06Q\x91)\xBB\xA5\x827\x11\x85\xB8\xF2jq\x8CKhl\xC3Y\xFAv\xC7*\xA0W$\x18J\t\xB7\xCE%\xFE\x93O\xEEa\xFB%\xA7KS\x00?\xE4\xC2\xB6\xFE\x8D\xDB\x02/\x88Hq\x1F\xA5\xBB\xED\xAE\xCF\xC5\x82\x8F\xB0\xCC\xFF\x17\x0E\x1Ce/\x05 b.]i~\xE4l\xD1\x8D\xE6\xBC\xD9<\xF543\x11Bj\x98\t\x89\xC3\b\x8AV1U$Fc{i\x02\xF1\x01i/"
+to equal "\x04\bU:\vRandom[\bl+\x02\xE0\x04\xE1489\x12\x94_9\x8A\xC2$\\\xC2\xC6Zjm\x85Y\xFB\x85.\x94\xFB\x05\x1DtG\xCA\x10X\x95 y,rF_-\xAB\x83!c\xDE~\xAF%\xDD\xB5\xEFt\x9D\xD4>S\x15@\x1Ce$\x06\xD0R>\x063C\xB9s\xAE&B\x0E\x9B\x12@\xD4\xBD'\x9FXq\xA2TTv\xD5\xAF\x17\xB3)0\xCD\xE8&\xDE\xF4\xE2\x1C|\xACWM\x98\xA3\xC5\xBD\x0F\xA6e\x1E\xAC\xECJ8*\xA9\v\x0E\xE4\xA0\xB9\xB2Xm\xD9\xFF\xA9j\xAB\xB8\xBC\e\x12M0L*\x17\r\xC4\xBC\xA3O|D\xB9>\xB34\xA0?Pt\xB8YW\xE0\xB9}\x14\xC0j\xF9\xFD\x96\xAA2\x9C\x16\xADw\x18\xE2\xB1e\xEB\xA09su\xD4D1\x976\xE2L\x86R\x8C\xC5\x8D\x9B\x1F>B\xF3\x91\xBD\x04\xEB\xA1\x0F\xBE\xDFH\xEF\xD1\xDD\xAB%\x95\xBDN\xF3\t\xBF\x8B\n'\xFC\x15\xBA\xCF\x8BT\xAA\xC8\xC6)\x13i\xA8\xAAo\eyYb\xDB}-\x81A\xB6\xD2\x17\x87+\x1DHT\e\xA1\"\x97T\x96|\xFAs\xC0\x1E\x102\xF0B\x99l>\x95F\x8F\xEE\x15-\xA8\xDDv\x88B\\cs,:\x9A\x85\x1E\xD1\xD5n`\x1DS\x01\x04c\n,\x9C\xE8\xB3.\x9C+\xD0\\\xF5)\x97\xB6j\x13\x84\xDC\x82\x9Ak\x81\xB1\x1F\x14(\x06\xD8\xF2p\x85^\x87vm\x04Q\x0F\xB3\x1F\x11[\x1C\xC4Q\x81\xF8NS\xD9\xA9\x8E\xE1,N\xC1\xD2]\x88\v\xD8\xCF\x05\x94\x05\x06\xF7\x849OI\xC3\x1A\xEDz%\a\x9C\xDC\x00\x95\xB6wg\x8F\r=\x1C\xF6\xCF\"\xD5\x8F\xC6F]>\x11\x86\xDD?\xF0\xA5\xC2\xBF\xEB2\"(\xE9\xA0\xAC\x93\x00\x9D\a3\x8Dq\xD7:!\xF9\xA6\xA7O\v\xCD\x9E\x03B|\xA3\x16\xDCj\x13\xA9$\x93!\xD9?\xA8\xEF\xF1k\xAD\xE3!\xB6\xC0o&\xA9L\xA5_\xC1k\xA5\x11\x19, \xDE\xB0V\xB3\x8Ag\xBE\xE8r+\x80\xFE\xE5\x98\xB7\x10T\xDFd\xFDq\x97\nu=\x01\xA6v\x86\xCATed\xEE\xBB\x88I\x1E\xC2u*\xBF\xD0\xDE\xC0g+\xF7\xBFG\x0ED\xCEL\xDE0\x06\xAAh\x94\xB4K\xF1\xAC\x98\x8C\xF8lb\xC9\xE1_\x96j\xBE*L\xB0\e-\xFA\x87\xD7+Kx4Q\x13e\xFB\xBAH\xDD\xB3I\xFB\x01\x82\xBBG\x03\x96\xEFVU>\xA6\xDB\xE9\x0E~f \f2\xCCjR\x86`P\xFB\x8D\xA6x\x82N?\xCB\xCC=-ZR\\\xEA4\x92\x1CN[[!g\x06?\x85I\x7F\f\xED\x8C:e\xF6\xEB8\x89(\xD2\x9F\x8B{(\bh\xA2\xD6:\x1D`;\xF0\xE6\xA9\x18\x05(\xB1u\xF4#4<\x89\x81{\x02\xF6\x10\xD5\xDC\x93}Vv\xAB\xF3g6\xBF\x14B\x02\xD4\xB7H\xD8q\xE8!X\xBDX\x96(?\xD1A\xE0\t\xF2\xA3\xDB\xE8Z\xED\b~\xA5\x01\x96\x11B\xD9\xA39\x13.\xE4\xE7\xEA\xCF\xFA\x02\x0E\x8D\xE1Moj\xB3\x10\x1Aw\xDBh\xF1\xAEN\xF1]\xEB\xC8\x18\xCF\xFA\xE6(\xF5\xCB\x96\\\x7F\x0Ev\x1D\xD9+\x19\xE0S0W\x8A\x9B\xA5\v+\xD2+9F\x89\x81\xE6\x8D\xEE\f1\x89\x978\xB1[W\xD4!EAOBub\xA8\x80(\xDF\x9F\xB4\xC9\xFD\a\xEAZ\x92\xCB\x00Y\xD1T\xB3\xB3#\xB5NI-H\x1E\xF17\xC6\b\xE6\xD6\x96i\xE3\x9E\xC7\xA37\x03\x92\x8FX\xF0\xC4R\x8D\xBF(\x9F\xE4\xC0\xEF\xD0<\xA9\x9A.\xC6\xC2\xC2)v\x9B\xACY\xA2\xAA5\xD3jY7c\xB6\xB2\xA4\xE2\xEF]\r\xEC3\xD0\xCF\x05\xCF\x8DF\x89\xAE\x11\x80r\x8E\xE1\x04\xB8@fz\xA6\x9Am%\xC0\xCBA!\"\xDAp\x1F\xE8\xD3\xE4\t\xF5\x9B\x17;\xFF\xFD\x05vX\xCB\x18i<,BMl\rw\xE8\xAF\xED\v\xA4\f\xD4\xDA\xA4\xA8Y\xA5Q\xDC\xD1\x92\xB0>v^a\xE6\xDF\xA4\xDF\x86=p\xA8\xBC'\x82\xB6B\xA2\x9F\xC2\xE0\v\x17\xD9nh\xDDL\xE24\"qH\x96\x80r\xEDE\xF8\x97\xC0\xD0<y\x12\x85\xDA}\x990\xD2\x14\xF5'\xEF9\xECC\xAEG4K\xBF\xE3\x13\xD8\\\xEE\xD9d\xE2\a\x8CJ\xC0\xE1\xC6$\xA7\x149\xD7O\xD0\x84\x01U\x0E\x96\x7F\v\xFBw6\v\xE9d9\xCEl\xD3\x1A\xA3\xAA\x99$4!\x1A{H\x10\x89\x7F\x98+\xEE\xF4\xDF\x9F\x98\xE5\xBE\xAA|\x19\xEE\x061 \x06`\xCB\xA7\xED~\xD2\xBF\xE1\x8Av\x1F26\x1D?\xB2\xE4`tY\xF6\ec\xA8l'w\xFC\xD5\x18L\xE4\xB7g\x1A\\)\xE3\xA9\xD0\x89\xB1P\xA7\xC1\x8C\x03\x05Eh\x05\x02$@{Z\x93\xDC\xA5\x93\xE6\x9F\xBFo\x13/9\xD8\n\x8C\xC8\xF1\x05]\by\x03\xF5\xD0\x1F2\xB2;\x907_LS\xC3\x9B\xA7[\xA1\xC9\xF0\xE9\x18u9\xFB\xC4U\"\xD0\xBB\x04\xC3\xEB:Wy\x85\xF8\xAE\xD6\xCA\nX\x83\x97\t\x8F\xA4J\x99\xEAv~\xED\xB7\xA3v\xA8BL\xA9\xD8\xBA\xA4\x15\xD8\x16\xCE\xF9f\x7F\xBB\xCA`L\xCB\xC4\x17\xB4E7b\xD7\xE6+j\xB8\x88&B\x83\xBF\x13\x802\xA0\a\x98C\t\x1C\x1E\xAB2\x9C\xA9v\x14\xECf\xC4\xAE^Q\x03\xC7R\xB0\xEEn\x9AL\xE8\xB2\xB1\xCB\x1D\xB8\xFC\xAE<\xBC\xBE\xD3W\xD4\xCB\xC9\x83\x7F\x91\au\x85\t\xD2)\xC2\x9A\xAC\x9E\x06\f\x83k\x8Dn*\xCEA\xD9/^JZ\xD2\f\t7\xA4]0O\xC3_C\xAB|d\xFC\x04\xADU\xF07d\xE85\xE7!\xD7A+\x97\x17\xA7\x05K\xA8W\x05b\xB1\xDD\xDC\xF0\xA1\xA2\xC7\xDEEz\xC9)tI\x17\x8BN\x99@\x81\x9FP5z\xE7\xE1a6\x8A\xE9\t\xA3\xCD\x9A\x87\xDF5\x18t\x80I\xD0\x9C\x9B\x93\xE9\xF4\xFA8\xA96UM'\xBBkV\xE08\xE7\xB8\x01\xA0\xC5p\x13=m1\xABX\xB5\xA2\x1A4e\x8B\xC2\xBD\x16\vA\xFF\xFF+\x8B\x9C\xF0\x8E\\\xA8\xBD\xB8\xAE\xD4\xD00\xC7\n\xFDB\xCA\xABCC{(\xC1\xC1\f\x94\xCB\xDD\x11o5\x02\xFA\t\xED\xE46o\x1C\xB0\x16\xE9U\x18)x\xCA\xE9\x01\x98\x84\xC0\xADJ\xA5\x99A\xFD\xA7|\xBD,l\\\xD1\x89\xFCdJp9\x04\e\xC2\xE2\xF4\xAF}\b6\xF0o\xD3\xB2\xA9\xB59\n|\x06g[\xE3ZQ|\xB8V\xF1\xF9\xD7LO\x8F\xE6\x7F\\+\xDB\xBB\x92W\x1Ab\x04\xA7\x89^\x8C\e\x1F\x96Ky+(\x82\xC7}\xC0\xB064\x9C\v\x0E\\;'A1\x92E\x01_\xFF#\xB0<\x9C\xBDQ\xE8\xEB\xC0\x83j\xE9\b\x8B\xEC\xF7\xBE\xA6\x15\xEC\xB4\x91R\xE8\xAA\xC1\xC8\x83\xD7\x97\xEC\xE5\v\x95XH\xCCa\xB6;\x82\x1F\x90\xD9\xEC\xCA\xA2\x16\xB8\xF4s>|:d\xD4\x90zg8Xsl \xE0\x1AA\x86~\xE9\xE40\xC5a0\xA5;8\xED\x9D\x0F~\xA4T\x0E\xF4\xD1d\xE9\xA1\xF1=\xE5\xB6c\x82\xAE\x1D.\x0E~\xEA\xA0^\x8B#D\x89\xA1\xF1V\xEF[\x16\xB0v(@\x18\xF2\x13{\x91\x10\xBC~\x8A\x1F\x12\xCA\fC\x01_ \xEB/\x06S\xA3U\xE0\xEA\xBC\fAi\x89\x17[\x00\x01\x1D\xAA\x06\xBEFj\x88h\x0E\x8D\xFB\xB5]m\e\x92l\xF1\xBC\xCA\xF8j\x1A\xCE\xB9\xFB\xEF\xFE.\v\x13pQ\xA6\x0F\x1CV\x1A\xD5\xB9\x1CI\t\xED\x9C\xD9\x9C\xF2\xB2\xE8\x10\xDA\x15$\x89zL\xB0\x11\xB4\xE8e@F\xC5\r\x8F*\x13\xD1\xE9\b\x11\x9B7\x87\x80\xD2%\x13g\x8EX\xA7K\xCA\x94\xE6f\x95\x05 +\x83^\xDCw\x93\xEF\xAC3\b\xFA\xEA{\xE7#Y\xA0\f\xB2\xD9\xFE\x84\xE9\x1C\xE9\x16\xD3\xF4\x80\xFE\xF0\x96!\bs5\xB3\xEA}O\xE0\x9A\xA0>\xD1\xCE\x9B\xB6-\xF5\xA4\x17g9\xA7\x16\xBC\xBECW\xFC\xD4W\x9DSS@s\xE33|\xE8\xFDG\xC5\x9Di\xFA\xA2\x97\xF2\xB3n\xA6p\xDB\b\xFD\xF0@E[\xAA<\xB8\xEC\xD3\xA0\xC1\xE3\xBE\xE4k\x13?.%\x13\xA7\x02\xAF2\xB5\xA5\xC2\xBD\x86\x18GgQ\x9F\xB2y\e\xE3F\xF4_J8\xF1;\xC0\b8\xD8\a\xCD\x13\xBA\x8FP!\xC8?\x03\xFB\xAF1\x9C\x05n\xC9s\xD8l\x87\xAC\xF5q\xEE\xAB\x00\xCD\xD4f\xD6a\x7Fe\x85\x99\xD3\xEDEd\x1E6iy_\x92\"\xBC\x9A\x1E\x8A\x99H\xF5?\x19\xB4\x93\b\xF8\xF8\xD9Dw\xCF\xBE\xDA\xA8\xD6f\x86\xEE\x8Cw\xF6\xC4\xCE\x97\xD4LU\x7F\xE4\xEE?\xB0\x03[\r6B\x18\x11]\xA1\xEB\xDC\xF5\xC93\x97\xB7%\xF2[\xFC\xC1\xBC\xE6\xB4b\x8E\xC8\xFF\x02\xC85H\x03\xB5\xAE\xC0b\xCD\x92\frAd\xB5L\xB2\xCA\x05\xC1\xC5O\x8E\xBA\xC6\x00\n&@\x9C.Z\xBB\xA6i5\x91t)*\e*\x98\xC87\xC5\xF6\xDD\x02\x96\x83\x86\xC7\x04\x85\x94\xAC6\xC9\xDC\xF3\x05-\xFF\xF4\x0E\xE9\t\e\a\xA7\xED\xCF\xB0\x90`\xE5i\x15\xB7'\x85\xE2o\xA1H\xA0e\xF5\xDF\xE0Ml\xC9_2\x92^\xC4\x8C/\xB7;I>@op2\x86D5\xF9qb_x\xFA\xB1)\"\xDB\xB9\x8D\x93\xC6\x82b\xF7Dcm#at<\xE1Nm4\xEBD\xD6\xD0\x8C\x19n\x85\x00\x0E6\x9D\x0FB)\xA0\f\xA4\xE9\xCE\xBF\x93\x0F\xC6b\xC0\x90,\x06!\xFF_\xBA6\x92\xCF\xF9\x17c\x02\x8F\x9B\xDF>>\xC6`\xB1\xCF\xAD\xDBb5\xA6YT+\xC8ya\xFB\xFD\x8D\x95;Z\x85\xB6\x89\r\xAB\xFE#\a0\x1E\xEEw\x00\xEA;'\xBA~\xDCZ^\x9Eu\xC1\x8B\xBD\v\x06\xEBd\xB0||\xCF\xE0\xCA\x87\xB3 \x16\x88\xEF\x9Cr\xD9\x00\x11v\n\xF4\xB7\t\xF2\xB5\x10\x8E\xD5\r\xA9}\xBB\xF7La\xD2l\n\x82|\xE0\xD1\xD9^Oj\xD1\x7F{H\x12\x8F\xCE*L\xAB\x91R} \xA2\x83\xD3Jn*\x88\xBB\xB8\xA7\xDDhE~\xEFu\x9D(\xAE\x8E\"\xEDi(\xA6\xFF\xF6\x06Q\x91)\xBB\xA5\x827\x11\x85\xB8\xF2jq\x8CKhl\xC3Y\xFAv\xC7*\xA0W$\x18J\t\xB7\xCE%\xFE\x93O\xEEa\xFB%\xA7KS\x00?\xE4\xC2\xB6\xFE\x8D\xDB\x02/\x88Hq\x1F\xA5\xBB\xED\xAE\xCF\xC5\x82\x8F\xB0\xCC\xFF\x17\x0E\x1Ce/\x05 b.]i~\xE4l\xD1\x8D\xE6\xBC\xD9<\xF543\x11Bj\x98\t\x89\xC3\b\x8AV1U$Fc{i\x02\xF1\x01i/\n"
 
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/marshal/dump_spec.rb:383:in `block (4 levels) in <top (required)>'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/marshal/dump_spec.rb:8:in `<top (required)>'
 
  <n>)
 String#unpack with format 'Q' adds nil for each element requested beyond the end of the String FAILED
@@ 50929 @@
  <n>)
 TCPSocket.new with a running server connects to a server when passed local_host and local_port arguments ERROR
 Errno::EAFNOSUPPORT: Address family not supported by protocol family - bind(2)
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `initialize'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `new'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `block (3 levels) in <top (required)>'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/new_spec.rb:3:in `<top (required)>'
 
  <n>)
 TCPSocket.open with a running server connects to a server when passed local_host and local_port arguments ERROR
 Errno::EAFNOSUPPORT: Address family not supported by protocol family - bind(2)
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `initialize'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `open'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `block (3 levels) in <top (required)>'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/open_spec.rb:3:in `<top (required)>'
 
  <n>)
@@ 50968 @@
 
 Finished in <t> seconds
 
+3494 files, 17359 examples, <num> expectations, 15 failures, 4 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20110414T202711Z
@@ 9880 @@
 <elapsed> s: .
 OpenSSL::TestSSL#test_sslctx_set_params: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters.
 <elapsed> s: .
-OpenSSL::TestSSL#test_starttls: /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_c>: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_c>: warning: SSL session is not started yet.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
@@ 22947 @@
 - returns self for arrays
 - converts using :to_ary
 - returns nil when there is no :to_ary
-- should not rescue errors
 - checks the result of the conversion
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/array/union_spec.rb
@@ 23476 @@
 
 Class#initialize
 - raises a TypeError when called on already initialized classes
-- should raise a TypeError (even for BasicObject)
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/class/new_spec.rb
 Class.new with a block given
@@ 25456 @@
 - returns the errno given as optional argument to new
 
 SystemCallError#message
-- should return default message when no message given
 - returns the message given as an argument to new
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/exception/to_s_spec.rb
@@ 25943 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/lstat_spec.rb
 File.lstat
 - returns a File::Stat object if the given file exists
-- should be able to use the instance methods
 - accepts an object that has a #to_path method
 - raises an Errno::ENOENT if the file does not exist
 
@@ 26117 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/setgid_spec.rb
 File.setgid?
-- should return false if the file was just made
-- should be false if the file doesn't exist
-- should return true when the gid bit is set
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/setuid_spec.rb
 File.setuid?
-- should return false if the file was just made
-- should be false if the file doesn't exist
-- should return true when the gid bit is set
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/size_spec.rb
 File.size?
@@ 26192 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/atime_spec.rb
 File::Stat#atime
-- should be able to determine the atime on a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/blksize_spec.rb
 File::Stat#blksize
-- should be able to determine the blksize on a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/blockdev_spec.rb
 File::Stat#blockdev?
@@ 26205 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/blocks_spec.rb
 File::Stat#blocks
-- should be able to determine the blocks on a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/chardev_spec.rb
 File::Stat#chardev?
@@ 26216 @@
 File::Stat#<=>
 - is able to compare files by the same modification times
 - is able to compare files by different modification times
-- should also include Comparable and thus == shows mtime equality between two File::Stat objects
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/ctime_spec.rb
 File::Stat#ctime
-- should be able to determine the ctime on a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/dev_major_spec.rb
 File::Stat#dev_major
@@ 26278 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/gid_spec.rb
 File::Stat#gid
-- should be able to determine the group owner through a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/grpowned_spec.rb
 File::Stat#grpowned?
@@ 26287 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/ino_spec.rb
 File::Stat#ino
-- should be able to determine the ino on a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb
 File::Stat#inspect
@@ 26295 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/mode_spec.rb
 File::Stat#mode
-- should be able to determine the mode through a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/mtime_spec.rb
 File::Stat#mtime
-- should be able to determine the mtime on a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/new_spec.rb
 File::Stat#initialize
@@ 26383 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/uid_spec.rb
 File::Stat#uid
-- should be able to determine the owner through a File::Stat object
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat/world_readable_spec.rb
 File::Stat.world_readable?
@@ 26435 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/file/stat_spec.rb
 File.stat
 - returns a File::Stat object if the given file exists
-- should be able to use the instance methods
 - accepts an object that has a #to_path method
 - raises an Errno::ENOENT if the file does not exist
 
@@ 26761 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/fixnum/bit_and_spec.rb
 Fixnum#&
 - returns self bitwise AND other
-- should be able to AND a bignum with a fixnum
 - tries to convert it's int like argument to an Integer using to_int
 - raises a TypeError when the given argument can't be converted to Integer
 - coerces arguments correctly even if it is a Bignum
@@ 26769 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/fixnum/bit_or_spec.rb
 Fixnum#|
 - returns self bitwise OR other
-- should be able to AND a bignum with a fixnum
 - tries to convert the int like argument to an Integer using to_int
 - raises a TypeError when the given argument can't be converted to Integer
 - coerces arguments correctly even if it is a Bignum
@@ 26777 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/fixnum/bit_xor_spec.rb
 Fixnum#^
 - returns self bitwise EXCLUSIVE OR other
-- should be able to AND a bignum with a fixnum
 - tries to convert the given argument to an Integer using to_int
 - raises a TypeError when the given argument can't be converted to Integer
 - coerces arguments correctly even if it is a Bignum
@@ 27597 @@
 Hash#initialize
 - is private
 - can be used to reset default_proc
-- should get passed whatever args were passed to Hash#new
 - returns self
 - raises a RuntimeError if called on a frozen instance
 
@@ 28181 @@
 - returns true after reading with sysread
 - returns true after reading with readlines
 - returns false on just opened non-empty stream
-- should not consume the data from the stream
 - raises IOError on closed stream
 - raises IOError on stream closed for reading by close_read
 - returns true on one-byte stream after single-byte read
@@ 29577 @@
 - encapsulates the execution context properly
 - raises a NameError on undefined variable
 
-Kernel.binding
 - needs to be reviewed for spec completeness
-- uses the caller's self for 'self' in the binding
-- uses the class or module as 'self' in a binding call from Class/Module.new block form
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/kernel/block_given_spec.rb
 Kernel#block_given?
@@ 29749 @@
 - allows creating a new class in a binding
 - allows creating a new class in a binding created by #eval
 - includes file and line information in syntax error
-- should perform top level evaluations from inside a block
 - uses the filename of the binding if none is provided
-- should not alter the value of __FILE__ in the binding
 - uses the receiver as self inside the eval
 - does not pass the block to the method being eval'ed
 
@@ 30995 @@
 - dumps a Hash subclass
 - dumps a Array
 - dumps a Array subclass
-- dumps a Random
 - dumps a BasicObject subclass if it defines respond_to?
 
 Marshal.dump for an Integer
@@ 34108 @@
 
 Regexp.compile given a String
 - uses the String argument as an unescaped literal to construct a Regexp object
-- should throw regexp error with incorrect regexp
 - does not set Regexp options if only given one argument
 - does not set Regexp options if second argument is nil or false
 - sets options from second argument if it is one of the Fixnum option constants
@@ 34231 @@
 
 Regexp.new given a String
 - uses the String argument as an unescaped literal to construct a Regexp object
-- should throw regexp error with incorrect regexp
 - does not set Regexp options if only given one argument
 - does not set Regexp options if second argument is nil or false
 - sets options from second argument if it is one of the Fixnum option constants
@@ 35844 @@
 - returns self for strings
 - converts using :to_str
 - returns nil when there is no :to_str
-- should not rescue errors
 - checks the result of the conversion
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/unpack/a_spec.rb
@@ 37474 @@
 - handles string-like second argument
 - handles string arguments
 - handles float arguments
-- should accept various year ranges
 - raises an ArgumentError for out of range values
 - raises ArgumentError for invalid number of arguments
 - accepts a String or Integer only for arguments
@@ 37537 @@
 - handles string-like second argument
 - handles string arguments
 - handles float arguments
-- should accept various year ranges
 - raises an ArgumentError for out of range values
 - raises ArgumentError for invalid number of arguments
 - accepts a String or Integer only for arguments
@@ 37571 @@
 - handles string-like second argument
 - handles string arguments
 - handles float arguments
-- should accept various year ranges
 - raises an ArgumentError for out of range values
 - raises ArgumentError for invalid number of arguments
 - accepts a String or Integer only for arguments
@@ 37733 @@
 - handles string-like second argument
 - handles string arguments
 - handles float arguments
-- should accept various year ranges
 - raises an ArgumentError for out of range values
 - raises ArgumentError for invalid number of arguments
 - accepts a String or Integer only for arguments
@@ 38192 @@
 - replaces the original method
 
 Defining an 'initialize' method
-- should make it private
 
 Defining an 'initialize_copy' method
-- should make it private
 
 An instance method definition with a splat
 - accepts an unnamed '*' argument
@@ 40766 @@
 - includes the return value of the passed block when passed a block
 
 CGI::HtmlExtension#textarea when passed Hash
-- should use the passed Hash as attributes
 - includes the return value of the passed block when passed a block
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/cgi/initialize_spec.rb
@@ 41021 @@
 - returns the arccosine for Complex numbers
 - returns the arccosine for numbers greater than 1.0 as a Complex number
 - returns the arccosine for numbers less than -1.0 as a Complex number
-- should be private
 
 Math.acos
 - returns the arccosine of the passed argument
@@ 41034 @@
 - returns the principle value of the inverse hyperbolic cosine of the argument
 - returns the principle value of the inverse hyperbolic cosine for numbers less than 1.0 as a Complex number
 - returns the principle value of the inverse hyperbolic cosine for Complex numbers
-- should be private
 
 Math.acosh
 - returns the principle value of the inverse hyperbolic cosine of the argument
@@ 41047 @@
 - returns the arcsine for Complex numbers
 - returns a Complex number when the argument is greater than 1.0
 - returns a Complex number when the argument is less than -1.0
-- should be private
 
 Math.asin
 - returns the arcsine of the argument
@@ 41059 @@
 Math#asinh
 - returns the inverse hyperbolic sin of the argument
 - returns the inverse hyperbolic sin for Complex numbers
-- should be private
 
 Math.asinh
 - returns the inverse hyperbolic sin of the argument
@@ 41070 @@
 - returns the arc tangent of the passed arguments
 - returns the arc tangent for two Complex numbers
 - returns the arc tangent for Complex and real numbers
-- should be private
 
 Math.atan2
 - returns the arc tangent of the passed arguments
@@ 41081 @@
 Math#atan
 - returns the arctangent of the argument
 - returns the arctangent for Complex numbers
-- should be private
 
 Math.atan
 - returns the arctangent of the argument
@@ 41107 @@
 Math#cos
 - returns the cosine of the argument expressed in radians
 - returns the cosine for Complex numbers
-- should be private
 
 Math.cos
 - returns the cosine of the argument expressed in radians
@@ 41117 @@
 Math#cosh
 - returns the hyperbolic cosine of the passed argument
 - returns the hyperbolic cosine for Complex numbers
-- should be private
 
 Math.cosh
 - returns the hyperbolic cosine of the passed argument
@@ 41127 @@
 Math#exp
 - returns the base-e exponential of the passed argument
 - returns the base-e exponential for Complex numbers
-- should be private
 
 Math.exp
 - returns the base-e exponential of the passed argument
@@ 41137 @@
 Math#log10
 - returns the base-10 logarithm of the passed argument
 - returns the base-10 logarithm for Complex numbers
-- should be private
 
 Math.log10
 - returns the base-10 logarithm of the passed argument
@@ 41148 @@
 - returns the natural logarithm of the passed argument
 - returns the natural logarithm for Complex numbers
 - returns the natural logarithm for negative numbers as a Complex number
-- should be private
 
 Math.log
 - returns the natural logarithm of the passed argument
@@ 41159 @@
 Math#sin
 - returns the sine of the passed argument expressed in radians
 - returns the sine for Complex numbers
-- should be private
 
 Math.sin
 - returns the sine of the passed argument expressed in radians
@@ 41169 @@
 Math#sinh
 - returns the hyperbolic sin of the argument
 - returns the hyperbolic sin for Complex numbers
-- should be private
 
 Math.sinh
 - returns the hyperbolic sin of the argument
@@ 41180 @@
 - returns the square root for positive numbers
 - returns the square root for negative numbers
 - returns the square root for Complex numbers
-- should be private
 
 Math.sqrt
 - returns the square root for positive numbers
@@ 41191 @@
 Math#tan
 - returns the tangent of the argument
 - returns the tangent for Complex numbers
-- should be private
 
 Math.tan
 - returns the tangent of the argument
@@ 41201 @@
 Math#tanh
 - returns the hyperbolic tangent of the argument
 - returns the hyperbolic tangent for Complex numbers
-- should be private
 
 Math.tanh
 - returns the hyperbolic tangent of the argument
@@ 41227 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/complex/to_s_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb
 ConditionVariable#broadcast
-- should return self if nothing to broadcast to
-- should return self if something is waiting for a broadcast
 - releases all threads waiting in line for this resource
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/conditionvariable/signal_spec.rb
 ConditionVariable#signal
-- should return self if nothing to signal
-- should return self if something is waiting for a signal
 - releases the first thread waiting in line for this resource
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/conditionvariable/wait_spec.rb
 ConditionVariable#wait
-- should return self
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/continuation/call_spec.rb
 Continuation#call
@@ 41535 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/add_month_spec.rb
 Date#>>
-- should add a number of months to a Date
 - should result in the last day of a month if the day doesn't exist
 - should raise an error on non numeric parameters
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/add_spec.rb
 Date#+
-- should add a number of days to a Date
-- should add a negative number of days to a Date
 - should raise an error on non numeric parameters
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/boat_spec.rb
@@ 41576 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/constants_spec.rb
 Date constants
-- should define ITALY
-- should define ENGLAND
-- should define JULIAN
-- should define GREGORIAN
-- should define MONTHNAMES
-- should define DAYNAMES
-- should define ABBR_MONTHNAMES
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/conversions_spec.rb
 Date#new_start
-- should convert a date object into another with a new calendar reform
 
 Date#italy
-- should convert a date object into another with the Italian calendar reform
 
 Date#england
-- should convert a date object into another with the English calendar reform
 
 Date#julian
-- should convert a date object into another with the Julian calendar
 
 Date#gregorian
-- should convert a date object into another with the Gregorian calendar
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/downto_spec.rb
 Date#downto
@@ 41606 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/eql_spec.rb
 Date#eql?
-- should be able determine equality between date objects
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/gregorian_spec.rb
 Date#gregorian?
@@ 41614 @@
 - should mark a day after the calendar reform as Julian
 
 Date#gregorian_leap?
-- should be able to determine whether a year is a leap year in the Gregorian calendar
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/hash_spec.rb
 Date#hash
-- should be able determine the hash value for a date
-- should be the case that the same date results in the same hash
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/infinity_spec.rb
 Date::Infinity
@@ 42497 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/remove_server_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/start_service_spec.rb
 DRb.start_service
-- should run a basic remote call
-- should run a basic remote call passing a block
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/stop_service_spec.rb
 DRb.stop_service
-- should correctly clear the port so a new server can start
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/thread_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/drb/to_id_spec.rb
@@ 43083 @@
 - returns the square root for Rational numbers
 - returns the square root for positive numbers
 - raises an Math::DomainError if the argument is a negative number
-- should be private
 
 Math.rsqrt
 - returns the square root for Rational numbers
@@ 43096 @@
 - returns the square root for Complex numbers
 - returns the square root for positive numbers
 - returns the square root for negative numbers
-- should be private
 
 Math.rsqrt
 - returns the square root for Rational numbers
@@ 47173 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/socket/getservbyname_spec.rb
 Socket#getservbyname
-- identifies service ports
 - raises a SocketError when the service or port is invalid
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/socket/listen_spec.rb
@@ 49379 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/float_spec.rb
 CApiFloatSpecs rb_float_new
-- should create a new float
 
 CApiFloatSpecs rb_Float
-- should create a new Float from a String
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/gc_spec.rb
 CApiGCSpecs
@@ 49391 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/globals_spec.rb
 CApiGlobalSpecs
 - correctly gets global values
-- should correctly retrieve $~
 - correctly sets global values
 - lists all global variables
 - rb_define_variable should define a new global variable
@@ 49647 @@
 - calls #to_int to coerce the value
 
 CApiNumericSpecs rb_Integer
-- should create a new Integer from a String
 
 CApiNumericSpecs rb_ll2inum
-- should create a new Fixnum from a small signed long long
 
 CApiNumericSpecs rb_int2inum
-- should create a new Fixnum from a long
 
 CApiNumericSpecs rb_num2dbl
 - raises an TypeError if passed nil
@@ 50142 @@
  <n>)
 TCPSocket.new with a running server connects to a server when passed local_host and local_port arguments ERROR
 Errno::EAFNOSUPPORT: Address family not supported by protocol family - bind(2)
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:47:in `initialize'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:47:in `new'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:47:in `block (3 levels) in <top (required)>'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/new_spec.rb:3:in `<top (required)>'
 
  <n>)
 TCPSocket.open with a running server connects to a server when passed local_host and local_port arguments ERROR
 Errno::EAFNOSUPPORT: Address family not supported by protocol family - bind(2)
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:47:in `initialize'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:47:in `open'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:47:in `block (3 levels) in <top (required)>'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/tcpsocket/open_spec.rb:3:in `<top (required)>'
 
  <n>)
@@ 50181 @@
 
 Finished in <t> seconds
 
-3332 files, 17342 examples, <num> expectations, 14 failures, 4 errors
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20110414T202711Z < ThisDiff > 20110415T201151Z > NewerDiff


chkbuild summary recent last