ruby 1.8.6 (2010-09-02 patchlevel 420) [powerpc64-linux] [1.8.6,o3,pth] (ooopackages) 2474W failed(test-all CommandTimeout) failed(test/xmlrpc CommandTimeout) failed(test/) failed(rubyspec CommandTimeout) 55failed(rubyspec/) failed(rubyspec/core/thread/alive_spec.rb CommandTimeout) failed(rubyspec/core/thread/inspect_spec.rb CommandTimeout) failed(rubyspec/core/thread/raise_spec.rb CommandTimeout) failed(rubyspec/core/thread/run_spec.rb CommandTimeout) failed(rubyspec/core/thread/status_spec.rb CommandTimeout) failed(rubyspec/core/thread/stop_spec.rb CommandTimeout) failed(rubyspec/core/thread/wakeup_spec.rb CommandTimeout) failed(rubyspec/optional/capi/thread_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110207T055335Z < ThisDiff > 20110208T055155Z > NewerDiff

COMMIT Follow r30455: Error#to_s should ensure that the value returned is a string.
COMMIT Ruby doesn't have UNIXSocket#mode.
COMMIT Ruby 1.9's Time#inspect format is "YYYY-MM-DD hh:mm:dd +-ZZZZ".
COMMIT String#tr raises a ArgumentError from Ruby 1.9.2.
COMMIT Support Linux and FreeBSD.
COMMIT Follow 1.9's change.
COMMIT Specify hostname to TCPServer.new for IPv4/IPv6.

===================================================================
+++ 20110208T055155Z
@@ 18804 @@
 - 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
@@ 40533 @@
 - 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
@@ 40545 @@
 
 
  <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.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:37:in `initialize'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
+/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/core/kernel/sprintf_spec.rb:2:in `all?'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
+/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:209:in `process'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `each'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
+/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/core/kernel/sprintf_spec.rb:4
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 40575 @@
 
 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.6-o3-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/bin/ruby rubyspec/core/kernel/srand_spec.rb
 ruby <version>

===================================================================
--- 20110207T055335Z
@@ 16945 @@
 
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/core/io/lineno_spec.rb
 IO#lineno
-- raises an IOError on a closed stream (ERROR - <n>)
 - returns the current line number
 
 IO#lineno=
@@ 18812 @@
 - 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 positive %u
 - passes some tests for positive %f
 - passes some tests for negative %f
@@ 40540 @@
 - 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 positive %u
 - passes some tests for positive %f
 - passes some tests for negative %f
@@ 44695 @@
 
 1 file, 1 example, <num> expectation, 0 failures, 0 errors
 
------------------------------------------------------
-The rubyspec temp directory is not empty. Ensure that
-all specs are cleaning up temporary files.
------------------------------------------------------
 
 == rubyspec/core/process/constants_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/bin/ruby rubyspec/core/process/constants_spec.rb
@@ 74001 @@
 UNIXSocket#recv_io
 - reads an IO object across the socket
 - takes an optional class to use
-- takes an optional mode to use (ERROR - <n>)
 
 
  <n>)
-UNIXSocket#recv_io takes an optional mode to use ERROR
-NoMethodError: undefined method `mode' for #<File:0x<address>>
-/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:48
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
-/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:2:in `all?'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 74020 @@
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
-/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:4
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 74035 @@
 
 Finished in <t> seconds
 
-1 file, 3 examples, <num> expectations, 0 failures, 1 error
 exit 1
-failed(rubyspec/library/socket/unixsocket/recv_io_spec.rb)
 == rubyspec/library/socket/unixsocket/recvfrom_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/bin/ruby rubyspec/library/socket/unixsocket/recvfrom_spec.rb
 ruby <version>

OlderDiff < 20110207T055335Z < ThisDiff > 20110208T055155Z > NewerDiff


chkbuild summary recent last