ruby 1.8.8dev (2011-03-03) [powerpc64-linux] [o3,pth] (ooopackages) 501W KB1F0E 3F0E failed(rubyspec CommandTimeout) 99failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110331T022133Z < ThisDiff > 20110402T011025Z > NewerDiff

COMMIT Add spec for each_line (and friends) with no separator argument.
COMMIT Add specs for ENV always producing frozen strings in locale encoding, regardless of incoming.

===================================================================
+++ 20110402T011025Z
@@ 11954 @@
 ENV.[]
 - returns the specified environment variable
 - returns nil if the variable isn't found
+- returns only frozen values
 
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth/<buildtime>/rubyspec/core/env/element_set_spec.rb
 ENV.[]=
@@ 19689 @@
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth/<buildtime>/rubyspec/core/string/each_codepoint_spec.rb
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth/<buildtime>/rubyspec/core/string/each_line_spec.rb
 String#each_line
+- splits using default newline separator when none is specified
 - splits self using the supplied record separator and passes each substring to the block
 - taints substrings that are passed to the block if self is tainted
 - passes self as a whole to the block if the separator is nil
@@ 19705 @@
 
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth/<buildtime>/rubyspec/core/string/each_spec.rb
 String#each
+- splits using default newline separator when none is specified
 - splits self using the supplied record separator and passes each substring to the block
 - taints substrings that are passed to the block if self is tainted
 - passes self as a whole to the block if the separator is nil
@@ 20039 @@
 
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth/<buildtime>/rubyspec/core/string/lines_spec.rb
 String#lines
+- splits using default newline separator when none is specified
 - splits self using the supplied record separator and passes each substring to the block
 - taints substrings that are passed to the block if self is tainted
 - passes self as a whole to the block if the separator is nil
@@ 40757 @@
 ENV.[]
 - returns the specified environment variable
 - returns nil if the variable isn't found
+- returns only frozen values
 
 
 Finished in <t> seconds
@@ 57476 @@
 
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth/<buildtime>/rubyspec/core/string/each_line_spec.rb
 String#each_line
+- splits using default newline separator when none is specified
 - splits self using the supplied record separator and passes each substring to the block
 - taints substrings that are passed to the block if self is tainted
 - passes self as a whole to the block if the separator is nil
@@ 57500 @@
 
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth/<buildtime>/rubyspec/core/string/each_spec.rb
 String#each
+- splits using default newline separator when none is specified
 - splits self using the supplied record separator and passes each substring to the block
 - taints substrings that are passed to the block if self is tainted
 - passes self as a whole to the block if the separator is nil
@@ 58111 @@
 
 /var/lib/chkbuild/tmp/build/ruby-1.8-o3-pth/<buildtime>/rubyspec/core/string/lines_spec.rb
 String#lines
+- splits using default newline separator when none is specified
 - splits self using the supplied record separator and passes each substring to the block
 - taints substrings that are passed to the block if self is tainted
 - passes self as a whole to the block if the separator is nil

OlderDiff < 20110331T022133Z < ThisDiff > 20110402T011025Z > NewerDiff


chkbuild summary recent last