ruby 1.8.7 (2011-06-02 patchlevel 348) [powerpc64-linux] [1.8.7,o3] (ooopackages) 970W failed(rubyspec CommandTimeout) 50failed(rubyspec/) failed(rubyspec/library/net/ftp/abort_spec.rb CommandTimeout) failed(rubyspec/library/net/ftp/status_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110602T002059Z < ThisDiff > 20110603T002646Z > NewerDiff

OLDREV 31807
NEWREV 31904
CHG ChangeLog	31806->31904
CHG variable.c	21941->31904
CHG version.h	31807->31904

===================================================================
+++ 20110603T002646Z
@@ 7271 @@
 
 Finished in <t> seconds.
 
+2287 tests, 1348927 assertions, 0 failures, 0 errors
 == rubyspec # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/bin/ruby rubyspec/command_line rubyspec/core rubyspec/language rubyspec/library rubyspec/optional/capi
 ruby <version>
@@ 17172 @@
 - retains the autoload even if the request to require fails
 - allows multiple autoload constants for a single file
 - runs for an exception condition class and doesn't trample the exception
+- removes the constant from the constant table if load fails (FAILED - <n>)
+- removes the constant from the constant table if the loaded files does not define it (FAILED - <n>)
 - does not load the file when refering to the constant in defined?
 - does not load the file when removing an autoload constant
 - does not load the file when accessing the constants table of the module
@@ 47666 @@
 - retains the autoload even if the request to require fails
 - allows multiple autoload constants for a single file
 - runs for an exception condition class and doesn't trample the exception
+- removes the constant from the constant table if load fails (FAILED - <n>)
+- removes the constant from the constant table if the loaded files does not define it (FAILED - <n>)
 - does not load the file when refering to the constant in defined?
 - does not load the file when removing an autoload constant
 - does not load the file when accessing the constants table of the module
@@ 47686 @@
 
 
  <n>)
+Module#autoload removes the constant from the constant table if load fails FAILED
+Expected ModuleSpecs::Autoload NOT to have constant 'Fail' but it does
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with'
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/expectations/should.rb:20:in `should_not'
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/core/module/autoload_spec.rb:163
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/core/module/fixtures/classes.rb:330:in `all?'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 47703 @@
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/core/module/autoload_spec.rb:15
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 47717 @@
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/bin/mspec-run:8
 
  <n>)
+Module#autoload removes the constant from the constant table if the loaded files does not define it FAILED
+Expected ModuleSpecs::Autoload NOT to have constant 'O' but it does
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with'
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/expectations/should.rb:20:in `should_not'
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/core/module/autoload_spec.rb:171
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 47734 @@
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
+/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/core/module/autoload_spec.rb:15
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 47749 @@
 
 Finished in <t> seconds
 
+1 file, 33 examples, <num> expectations, 2 failures, 0 errors
 exit 1
+failed(rubyspec/core/module/autoload_spec.rb)
 == rubyspec/core/module/case_compare_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/bin/ruby rubyspec/core/module/case_compare_spec.rb
 ruby <version>
@@ 63891 @@
 
  <n>)
 ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR
+ThreadError: Thread#join: deadlock 0xf78dbed0 - mutual join(0xf77c1f78)
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'

===================================================================
--- 20110602T002059Z
@@ 4958 @@
 test_to_hash(HTTPHeaderTest): .
 test_type_params(HTTPHeaderTest): .
 test_post_io_chunk_size(HTTPPostIOTest): net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded
-E
 test_https_proxy_authentication(HTTPSProxyTest): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<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/<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/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
@@ 7271 @@
 
 Finished in <t> seconds.
 
- <n>) Error:
-test_post_io_chunk_size(HTTPPostIOTest):
-Errno::ECONNRESET: Connection reset by peer
-    /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/ruby/lib/net/protocol.rb:177:in `write'
-    ./test/net/http/test_post_io.rb:30:in `join'
-    ./test/net/http/test_post_io.rb:30:in `test_post_io_chunk_size'
 
-2287 tests, 1348927 assertions, 0 failures, 1 errors
-make: *** [test-all] Error 1
-exit 2
-failed(test-all)
 == rubyspec # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/bin/ruby rubyspec/command_line rubyspec/core rubyspec/language rubyspec/library rubyspec/optional/capi
 ruby <version>
@@ 17182 @@
 - retains the autoload even if the request to require fails
 - allows multiple autoload constants for a single file
 - runs for an exception condition class and doesn't trample the exception
-- removes the constant from the constant table if load fails
-- removes the constant from the constant table if the loaded files does not define it
 - does not load the file when refering to the constant in defined?
 - does not load the file when removing an autoload constant
 - does not load the file when accessing the constants table of the module
@@ 47676 @@
 - retains the autoload even if the request to require fails
 - allows multiple autoload constants for a single file
 - runs for an exception condition class and doesn't trample the exception
-- removes the constant from the constant table if load fails
-- removes the constant from the constant table if the loaded files does not define it
 - does not load the file when refering to the constant in defined?
 - does not load the file when removing an autoload constant
 - does not load the file when accessing the constants table of the module
@@ 63837 @@
 
  <n>)
 ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR
-ThreadError: Thread#join: deadlock 0xf7805ee0 - mutual join(0xf76ebfa0)
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join'
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55
 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'

OlderDiff < 20110602T002059Z < ThisDiff > 20110603T002646Z > NewerDiff


chkbuild summary recent last