ruby 1.8.6 (2010-09-02 patchlevel 420) [powerpc-darwin9.8.0] [1.8.6] (ppc-mac-mini) 1476W 0F1E failed(rubyspec CommandTimeout) 52failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110331T210503Z < ThisDiff > 20110401T235458Z > NewerDiff

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

===================================================================
+++ 20110401T235458Z
@@ 4871 @@
 test_readall(OpenSSL::TestPair): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/ruby/.ext/common/openssl/ssl.rb:120: warning: using default DH parameters.
 ./test/openssl/test_pair.rb:<line_a>: warning: using default DH parameters.
 .
+test_readline(OpenSSL::TestPair): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/ruby/.ext/common/openssl/ssl.rb:120: warning: using default DH parameters.
 ./test/openssl/test_pair.rb:<line_a>: warning: using default DH parameters.
 .
 test_readpartial(OpenSSL::TestPair): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/ruby/.ext/common/openssl/ssl.rb:120: warning: using default DH parameters.
@@ 10888 @@
 ENV.[]
 - returns the specified environment variable
 - returns nil if the variable isn't found
+- returns only frozen values
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/core/env/element_set_spec.rb
 ENV.[]=
@@ 18386 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/core/string/each_codepoint_spec.rb
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<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
@@ 18401 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<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
@@ 30930 @@
 - raises Errno::ENOTCONN on getstimeout: output interval exceeds 300.0 seconds.
 timeout: the process group <pgid> is alive.
 timeout: INT signal sent.
+|output interval exceeds 300.0 seconds. (CommandTimeout)
+| /Users/chkbuild/chkbuild/timeoutcom.rb:165:in `timeout_command'
 | /Users/chkbuild/chkbuild/timeoutcom.rb:117:in `popen'
 | /Users/chkbuild/chkbuild/timeoutcom.rb:117:in `timeout_command'
 | /Users/chkbuild/chkbuild/chkbuild/build.rb:1274:in `run'
@@ 30957 @@
 | /Users/chkbuild/chkbuild/sample/build-ruby:81
 | /Users/chkbuild/chkbuild/start-build:39:in `load'
 | /Users/chkbuild/chkbuild/start-build:39
+failed(rubyspec CommandTimeout)
 == rubyspec/command_line/dash_a_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/bin/ruby rubyspec/command_line/dash_a_spec.rb
 ruby <version>
@@ 38484 @@
 ENV.[]
 - returns the specified environment variable
 - returns nil if the variable isn't found
+- returns only frozen values
 
 
 Finished in <t> seconds
@@ 54455 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<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
@@ 54478 @@
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<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

===================================================================
--- 20110331T210503Z
@@ 4871 @@
 test_readall(OpenSSL::TestPair): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/ruby/.ext/common/openssl/ssl.rb:120: warning: using default DH parameters.
 ./test/openssl/test_pair.rb:<line_a>: warning: using default DH parameters.
 .
-test_readline(OpenSSL::TestPair): ./test/openssl/test_pair.rb:31: warning: using default DH parameters.
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/ruby/.ext/common/openssl/ssl.rb:<line_a>: warning: using default DH parameters.
 .
 test_readpartial(OpenSSL::TestPair): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/ruby/.ext/common/openssl/ssl.rb:120: warning: using default DH parameters.
@@ 30927 @@
 - raises Errno::ENOTCONN on getstimeout: output interval exceeds 300.0 seconds.
 timeout: the process group <pgid> is alive.
 timeout: INT signal sent.
-|Operation not permitted (Errno::EPERM)
-| /Users/chkbuild/chkbuild/timeoutcom.rb:62:in `kill'
-| /Users/chkbuild/chkbuild/timeoutcom.rb:62:in `kill_processgroup'
-| /Users/chkbuild/chkbuild/timeoutcom.rb:61:in `each'
-| /Users/chkbuild/chkbuild/timeoutcom.rb:61:in `kill_processgroup'
-| /Users/chkbuild/chkbuild/timeoutcom.rb:162:in `timeout_command'
 | /Users/chkbuild/chkbuild/timeoutcom.rb:117:in `popen'
 | /Users/chkbuild/chkbuild/timeoutcom.rb:117:in `timeout_command'
 | /Users/chkbuild/chkbuild/chkbuild/build.rb:1274:in `run'
@@ 30958 @@
 | /Users/chkbuild/chkbuild/sample/build-ruby:81
 | /Users/chkbuild/chkbuild/start-build:39:in `load'
 | /Users/chkbuild/chkbuild/start-build:39
-failed(rubyspec Errno::EPERM)
 == rubyspec/command_line/dash_a_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/bin/ruby rubyspec/command_line/dash_a_spec.rb
 ruby <version>

OlderDiff < 20110331T210503Z < ThisDiff > 20110401T235458Z > NewerDiff


chkbuild summary recent last