ruby 1.9.2p35 (2010-11-02 revision 29665) [powerpc-darwin9.8.0] [1.9.2] (ppc-mac-mini) 1487W 1NotOK 1F0E rubyspec:5F1E

chkbuild summary recent last

OlderDiff < 20101102T193838Z < ThisDiff > 20101103T193937Z > NewerDiff

COMMIT Set default_external as UTF-8.

===================================================================
+++ 20101103T193937Z
@@ 9654 @@
 <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:<line_a>: 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:<line_b>: 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.
@@ 26920 @@
 IO.foreach
 - raises TypeError if the first parameter is nil
 - raises Errno::ENOENT if the file does not exist
+- converts first parameter to string and uses as file name
 - returns an Enumerator when called without a block
 
 IO.foreach with no separator argument
+- yields a sequence of Strings that were separated by $/
 - updates $. with each yield
 
 IO.foreach with nil as the separator argument
+- yields a single string with entire content
 - updates $. with each yield
 
 IO.foreach with an empty String as the separator argument
+- yields a sequence of paragraphs when the separator is an empty string
 - updates $. with each yield
 
 IO.foreach with an arbitrary String as the separator argument
+- yields a sequence of Strings that were separated by r
 - updates $. with each yield
+- accepts non-ASCII data as separator
 
 IO.foreach with an object as the separator argument
+- calls #to_str once for each line read to convert it to a String
 - calls #to_path on non-String arguments
 
 IO.foreach when the filename starts with |
@@ 27313 @@
 - raises an IOError if the stream is opened for write only
 
 IO.readlines when not passed a separator
+- returns an Array containing lines of file_name based on $/
 
 IO.readlines when not passed a separator
 - raises an Errno::ENOENT error when the passed file_name does not exist
 - does not change $_
+- tries to convert the passed file_name to a String using #to_str
 
 IO.readlines when passed nil as a separator
+- returns the contents as a single String
 
 IO.readlines when passed an empty String as a separator
 - returns an Array containing all paragraphs
 
 IO.readlines when passed an arbitrary string separator
+- returns an Array containing lines of file_name based on the passed separator
 - does not change $_
 
 IO.readlines when passed an object as separator
@@ 33292 @@
 - returns a string with lower-case alpha characters unescaped
 - returns a string with non-printing characters replaced by \x notation
 - returns a string with non-printing, characters replaced by \u notation for Unicode strings
+- returns a string with extended characters for Unicode strings
+- produces different output based on #force_encoding
+- can handle malformed UTF-8 string for #force_encoding('UTF-8')
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/intern_spec.rb
 String#intern
@@ 47195 @@
 
  <n>)
 C-API String function rb_str_resize increases the size of the string FAILED
+Expected "test\xC0"
  to equal "test\x00"
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/string_spec.rb:281:in `block (3 levels) in <top (required)>'
@@ 47211 @@
 
 Finished in <t> seconds
 
+3286 files, 15411 examples, <num> expectations, 5 failures, 1 error
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20101102T193838Z
@@ 9654 @@
 <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:<line_a>: 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:<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_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.
@@ 26921 @@
 IO.foreach
 - raises TypeError if the first parameter is nil
 - raises Errno::ENOENT if the file does not exist
-- converts first parameter to string and uses as file name (FAILED - <n>)
-- returns an Enumerator when called without a block (FAILED - <n>)
 
 IO.foreach with no separator argument
-- yields a sequence of Strings that were separated by $/ (FAILED - <n>)
 - updates $. with each yield
 
 IO.foreach with nil as the separator argument
-- yields a single string with entire content (FAILED - <n>)
 - updates $. with each yield
 
 IO.foreach with an empty String as the separator argument
-- yields a sequence of paragraphs when the separator is an empty string (FAILED - <n>)
 - updates $. with each yield
 
 IO.foreach with an arbitrary String as the separator argument
-- yields a sequence of Strings that were separated by r (FAILED - <n>)
 - updates $. with each yield
-- accepts non-ASCII data as separator (ERROR - <n>)
 
 IO.foreach with an object as the separator argument
-- calls #to_str once for each line read to convert it to a String (FAILED - <n>)
-- calls #to_path on non-String arguments (FAILED - <n>)
 
 IO.foreach when the filename starts with |
 - gets data from the standard out of the subprocess
@@ 27314 @@
 - raises an IOError if the stream is opened for write only
 
 IO.readlines when not passed a separator
-- returns an Array containing lines of file_name based on $/ (FAILED - <n>)
 
 IO.readlines when not passed a separator
 - raises an Errno::ENOENT error when the passed file_name does not exist
 - does not change $_
-- tries to convert the passed file_name to a String using #to_str (FAILED - <n>)
 
 IO.readlines when passed nil as a separator
-- returns the contents as a single String (FAILED - <n>)
 
 IO.readlines when passed an empty String as a separator
-- returns an Array containing all paragraphs (FAILED - <n>)
 
 IO.readlines when passed an arbitrary string separator
-- returns an Array containing lines of file_name based on the passed separator (FAILED - <n>)
 - does not change $_
 
 IO.readlines when passed an object as separator
-- tries to convert the passed separator to a String using #to_str (FAILED - <n>)
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readpartial_spec.rb
 IO#readpartial
@@ 33293 @@
 - returns a string with lower-case alpha characters unescaped
 - returns a string with non-printing characters replaced by \x notation
 - returns a string with non-printing, characters replaced by \u notation for Unicode strings
-- returns a string with extended characters for Unicode strings (FAILED - <n>)
-- produces different output based on #force_encoding (FAILED - <n>)
-- can handle malformed UTF-8 string for #force_encoding('UTF-8') (FAILED - <n>)
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/intern_spec.rb
 String#intern
@@ 47165 @@
 
 
  <n>)
-IO.foreach converts first parameter to string and uses as file name FAILED
-Expected ["Voici la ligne une.\n",
- "Qui \xC3\xA8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\xC3\xA1 aqui a linha cinco.\n",
- "Here is line six.\n"]
-to equal ["Voici la ligne une.\n",
- "Qui \u00E8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\u00ED est\u00E1 la l\u00EDnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\u00E1 aqui a linha cinco.\n",
- "Here is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:24:in `block (2 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.foreach returns an Enumerator when called without a block FAILED
-Expected ["Voici la ligne une.\n",
- "Qui \xC3\xA8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\xC3\xA1 aqui a linha cinco.\n",
- "Here is line six.\n"]
-to equal ["Voici la ligne une.\n",
- "Qui \u00E8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\u00ED est\u00E1 la l\u00EDnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\u00E1 aqui a linha cinco.\n",
- "Here is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:30:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.foreach with no separator argument yields a sequence of Strings that were separated by $/ FAILED
-Expected ["Voici la ligne une.\n",
- "Qui \xC3\xA8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\xC3\xA1 aqui a linha cinco.\n",
- "Here is line six.\n"]
-to equal ["Voici la ligne une.\n",
- "Qui \u00E8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\u00ED est\u00E1 la l\u00EDnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\u00E1 aqui a linha cinco.\n",
- "Here is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:37:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.foreach with nil as the separator argument yields a single string with entire content FAILED
-Expected ["Voici la ligne une.\nQui \xC3\xA8 la linea due.\n\n\nAqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\nIst hier Linie vier.\n\nEst\xC3\xA1 aqui a linha cinco.\nHere is line six.\n"]
-to equal ["Voici la ligne une.\nQui \u00E8 la linea due.\n\n\nAqu\u00ED est\u00E1 la l\u00EDnea tres.\nIst hier Linie vier.\n\nEst\u00E1 aqui a linha cinco.\nHere is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:48:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.foreach with an empty String as the separator argument yields a sequence of paragraphs when the separator is an empty string FAILED
-Expected ["Voici la ligne une.\nQui \xC3\xA8 la linea due.\n\n",
- "Aqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\nIst hier Linie vier.\n\n",
- "Est\xC3\xA1 aqui a linha cinco.\nHere is line six.\n"]
-to equal ["Voici la ligne une.\nQui \u00E8 la linea due.\n\n",
- "Aqu\u00ED est\u00E1 la l\u00EDnea tres.\nIst hier Linie vier.\n\n",
- "Est\u00E1 aqui a linha cinco.\nHere is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:59:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.foreach with an arbitrary String as the separator argument yields a sequence of Strings that were separated by r FAILED
-Expected ["Voici la ligne une.\nQui \xC3\xA8 la linea due.\n\n\nAqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tr",
- "es.\nIst hier",
- " Linie vier",
- ".\n\nEst\xC3\xA1 aqui a linha cinco.\nHer",
- "e is line six.\n"]
-to equal ["Voici la ligne une.\nQui \u00E8 la linea due.\n\n\nAqu\u00ED est\u00E1 la l\u00EDnea tr",
- "es.\nIst hier",
- " Linie vier",
- ".\n\nEst\u00E1 aqui a linha cinco.\nHer",
- "e is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:70:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.foreach with an arbitrary String as the separator argument accepts non-ASCII data as separator ERROR
-ArgumentError: encoding mismatch: US-ASCII IO with UTF-8 RS
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:78:in `foreach'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:78:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.foreach with an object as the separator argument calls #to_str once for each line read to convert it to a String FAILED
-Expected ["Voici la ligne une.\nQui \xC3\xA8 la linea due.\n\n\nAqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tr",
- "es.\nIst hier",
- " Linie vier",
- ".\n\nEst\xC3\xA1 aqui a linha cinco.\nHer",
- "e is line six.\n"]
-to equal ["Voici la ligne une.\nQui \u00E8 la linea due.\n\n\nAqu\u00ED est\u00E1 la l\u00EDnea tr",
- "es.\nIst hier",
- " Linie vier",
- ".\n\nEst\u00E1 aqui a linha cinco.\nHer",
- "e is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:99:in `block (4 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.foreach with an object as the separator argument calls #to_path on non-String arguments FAILED
-Expected ["Voici la ligne une.\n",
- "Qui \xC3\xA8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\xC3\xA1 aqui a linha cinco.\n",
- "Here is line six.\n"]
-to equal ["Voici la ligne une.\n",
- "Qui \u00E8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\u00ED est\u00E1 la l\u00EDnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\u00E1 aqui a linha cinco.\n",
- "Here is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:105:in `block (4 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/foreach_spec.rb:5:in `<top (required)>'
 
  <n>)
-IO.readlines when not passed a separator returns an Array containing lines of file_name based on $/ FAILED
-Expected ["Voici ",
- "la ",
- "ligne ",
- "une.\nQui ",
- "\xC3\xA8 ",
- "la ",
- "linea ",
- "due.\n\n\nAqu\xC3\xAD ",
- "est\xC3\xA1 ",
- "la ",
- "l\xC3\xADnea ",
- "tres.\nIst ",
- "hier ",
- "Linie ",
- "vier.\n\nEst\xC3\xA1 ",
- "aqui ",
- "a ",
- "linha ",
- "cinco.\nHere ",
- "is ",
- "line ",
- "six.\n"]
 
-to equal ["Voici ",
- "la ",
- "ligne ",
- "une.\nQui ",
- "\u00E8 ",
- "la ",
- "linea ",
- "due.\n\n\nAqu\u00ED ",
- "est\u00E1 ",
- "la ",
- "l\u00EDnea ",
- "tres.\nIst ",
- "hier ",
- "Linie ",
- "vier.\n\nEst\u00E1 ",
- "aqui ",
- "a ",
- "linha ",
- "cinco.\nHere ",
- "is ",
- "line ",
- "six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:158:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:143:in `<top (required)>'
 
  <n>)
-IO.readlines when not passed a separator tries to convert the passed file_name to a String using #to_str FAILED
-Expected ["Voici la ligne une.\n",
- "Qui \xC3\xA8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\xC3\xA1 aqui a linha cinco.\n",
- "Here is line six.\n"]
-to equal ["Voici la ligne une.\n",
- "Qui \u00E8 la linea due.\n",
- "\n",
- "\n",
- "Aqu\u00ED est\u00E1 la l\u00EDnea tres.\n",
- "Ist hier Linie vier.\n",
- "\n",
- "Est\u00E1 aqui a linha cinco.\n",
- "Here is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:176:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:143:in `<top (required)>'
 
  <n>)
-IO.readlines when passed nil as a separator returns the contents as a single String FAILED
-Expected ["Voici la ligne une.\nQui \xC3\xA8 la linea due.\n\n\nAqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\nIst hier Linie vier.\n\nEst\xC3\xA1 aqui a linha cinco.\nHere is line six.\n"]
-to equal ["Voici la ligne une.\nQui \u00E8 la linea due.\n\n\nAqu\u00ED est\u00E1 la l\u00EDnea tres.\nIst hier Linie vier.\n\nEst\u00E1 aqui a linha cinco.\nHere is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:182:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:143:in `<top (required)>'
 
  <n>)
-IO.readlines when passed an empty String as a separator returns an Array containing all paragraphs FAILED
-Expected ["Voici la ligne une.\nQui \xC3\xA8 la linea due.\n\n",
- "Aqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tres.\nIst hier Linie vier.\n\n",
- "Est\xC3\xA1 aqui a linha cinco.\nHere is line six.\n"]
-to equal ["Voici la ligne une.\nQui \u00E8 la linea due.\n\n",
- "Aqu\u00ED est\u00E1 la l\u00EDnea tres.\nIst hier Linie vier.\n\n",
- "Est\u00E1 aqui a linha cinco.\nHere is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:188:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:143:in `<top (required)>'
 
  <n>)
-IO.readlines when passed an arbitrary string separator returns an Array containing lines of file_name based on the passed separator FAILED
-Expected ["Voici la ligne une.\nQui \xC3\xA8 la linea due.\n\n\nAqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tr",
- "es.\nIst hier",
- " Linie vier",
- ".\n\nEst\xC3\xA1 aqui a linha cinco.\nHer",
- "e is line six.\n"]
-to equal ["Voici la ligne une.\nQui \u00E8 la linea due.\n\n\nAqu\u00ED est\u00E1 la l\u00EDnea tr",
- "es.\nIst hier",
- " Linie vier",
- ".\n\nEst\u00E1 aqui a linha cinco.\nHer",
- "e is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:194:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:143:in `<top (required)>'
 
  <n>)
-IO.readlines when passed an object as separator tries to convert the passed separator to a String using #to_str FAILED
-Expected ["Voici la ligne une.\nQui \xC3\xA8 la linea due.\n\n\nAqu\xC3\xAD est\xC3\xA1 la l\xC3\xADnea tr",
- "es.\nIst hier",
- " Linie vier",
- ".\n\nEst\xC3\xA1 aqui a linha cinco.\nHer",
- "e is line six.\n"]
-to equal ["Voici la ligne une.\nQui \u00E8 la linea due.\n\n\nAqu\u00ED est\u00E1 la l\u00EDnea tr",
- "es.\nIst hier",
- " Linie vier",
- ".\n\nEst\u00E1 aqui a linha cinco.\nHer",
- "e is line six.\n"]
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:208:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/io/readlines_spec.rb:143:in `<top (required)>'
 
  <n>)
-String#inspect returns a string with extended characters for Unicode strings FAILED
-Expected "\"\u00A0\"" to be computed by "\u00A0".inspect
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/inspect_spec.rb:561:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/inspect_spec.rb:5:in `<top (required)>'
 
  <n>)
-String#inspect produces different output based on #force_encoding FAILED
-Expected "\"\\u00E4\\u00F6\\u00FC\""
- to equal "\"\u00E4\u00F6\u00FC\""
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/inspect_spec.rb:663:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/inspect_spec.rb:5:in `<top (required)>'
 
  <n>)
-String#inspect can handle malformed UTF-8 string for #force_encoding('UTF-8') FAILED
-Expected "\"\\a\\u00E4\\u00F6\\u00FCz\\xC3\""
-to equal "\"\\a\u00E4\u00F6\u00FCz\\xC3\""
 
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/inspect_spec.rb:670:in `block (3 levels) in <top (required)>'
-/Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/string/inspect_spec.rb:5:in `<top (required)>'
 
  <n>)
 Socket.for_fd given a file descriptor adopts that descriptor into a new Socket object ERROR
@@ 47500 @@
 
  <n>)
 C-API String function rb_str_resize increases the size of the string FAILED
-Expected "test\xC1"
  to equal "test\x00"
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/string_spec.rb:281:in `block (3 levels) in <top (required)>'
@@ 47516 @@
 
 Finished in <t> seconds
 
-3286 files, 15411 examples, <num> expectations, 22 failures, 2 errors
 exit 1
 failed(rubyspec)
 == end # <time>
    

OlderDiff < 20101102T193838Z < ThisDiff > 20101103T193937Z > NewerDiff


chkbuild summary recent last