ruby 1.8.7 (2011-02-18 patchlevel 334) [powerpc64-linux] [1.8.7,o3,pth] (ooopackages) 962W failed(rubyspec CommandTimeout) 50failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110308T041619Z < ThisDiff > 20110309T040905Z > NewerDiff

COMMIT Clear ENV["RUBY_FLAGS"] for -v
COMMIT Some fixes for Kernel#sprintf specs for 1.8.
COMMIT Revert "Clear ENV["RUBY_FLAGS"] for -v"
COMMIT Properly Clear ENV[RUBY_FLAGS] for RUBYOPT specs.
COMMIT Do not use 1.9 syntax in common spec files.

===================================================================
+++ 20110309T040905Z
@@ 5014 @@
 .
 test_sslctx_set_params(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 .
+test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
@@ 14014 @@
 - raises an IOError if passed a closed stream
 - raises an Errno::EINVAL if the new mode is not compatible with the descriptor's current mode
 
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb
+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 to convert it to a String
 
+IO.foreach when the filename starts with |
 - gets data from the standard out of the subprocess
 - gets data from a fork when passed -
 
@@ 16148 @@
 - treats nil arguments as zeroes in %d slots
 - passes some tests for positive %x
 - passes some tests for negative %x
+- passes some tests for negative %u
+- passes some tests for negative %u
 - passes some tests for positive %u
 - passes some tests for positive %f
 - passes some tests for negative %f
@@ 45715 @@
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/bin/ruby rubyspec/core/io/foreach_spec.rb
 ruby <version>
 
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb
+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 to convert it to a String
 
+IO.foreach when the filename starts with |
 - gets data from the standard out of the subprocess
 - gets data from a fork when passed -
 
@@ 49204 @@
 - treats nil arguments as zeroes in %d slots
 - passes some tests for positive %x
 - passes some tests for negative %x
+- passes some tests for negative %u
+- passes some tests for negative %u
 - passes some tests for positive %u
 - passes some tests for positive %f
 - passes some tests for negative %f

===================================================================
--- 20110308T041619Z
@@ 5014 @@
 .
 test_sslctx_set_params(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters.
 .
-test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet.
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
@@ 14014 @@
 - raises an IOError if passed a closed stream
 - raises an Errno::EINVAL if the new mode is not compatible with the descriptor's current mode
 
-/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb                                                     (ERROR - <n>)
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/fsync_spec.rb
 IO#fsync
 - raises an IOError on closed stream
@@ 16118 @@
 - treats nil arguments as zeroes in %d slots
 - passes some tests for positive %x
 - passes some tests for negative %x
-- passes some tests for negative % u
-- passes some tests for negative %u (FAILED - <n>)
 - passes some tests for positive %u
 - passes some tests for positive %f
 - passes some tests for negative %f
@@ 45685 @@
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/bin/ruby rubyspec/core/io/foreach_spec.rb
 ruby <version>
 
-/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb (ERROR - <n>)
 
  <n>)
-An exception occurred during: loading /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb ERROR
-SyntaxError: /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb:58: syntax error, unexpected ':', expecting ')'
-      IO.foreach(@name, mode: 'r') {|l| ScratchPad << l}
-                             ^
-/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb:58: syntax error, unexpected ')', expecting kEND
-      IO.foreach(@name, mode: 'r') {|l| ScratchPad << l}
-                                  ^
-/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb:58: syntax error, unexpected '}', expecting kEND
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 45712 @@
 
 1 file, 0 examples, <num> expectations, 0 failures, 1 error
 exit 1
-failed(rubyspec/core/io/foreach_spec.rb)
 == rubyspec/core/io/fsync_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/bin/ruby rubyspec/core/io/fsync_spec.rb
 ruby <version>
@@ 49167 @@
 - treats nil arguments as zeroes in %d slots
 - passes some tests for positive %x
 - passes some tests for negative %x
-- passes some tests for negative % u
-- passes some tests for negative %u (FAILED - <n>)
 - passes some tests for positive %u
 - passes some tests for positive %f
 - passes some tests for negative %f
@@ 49179 @@
 
 
  <n>)
-Kernel#sprintf passes some tests for negative %u FAILED
-No behavior expectation was found in the example
-/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:37:in `initialize'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
-/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/kernel/sprintf_spec.rb:2:in `all?'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
-/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:209:in `process'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `each'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
-/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/core/kernel/sprintf_spec.rb:4
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 49209 @@
 
 Finished in <t> seconds
 
-1 file, 11 examples, <num> expectations, 1 failure, 0 errors
 exit 1
-failed(rubyspec/core/kernel/sprintf_spec.rb)
 == rubyspec/core/kernel/srand_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth/<buildtime>/bin/ruby rubyspec/core/kernel/srand_spec.rb
 ruby <version>

OlderDiff < 20110308T041619Z < ThisDiff > 20110309T040905Z > NewerDiff


chkbuild summary recent last