ruby 1.8.6 (2010-09-02 patchlevel 420) [x86_64-linux] [1.8.6,pth] (duet) 2503W failed(test-all CommandTimeout) failed(test/xmlrpc CommandTimeout) failed(test/) failed(rubyspec CommandTimeout) 35failed(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)

chkbuild summary recent last

OlderDiff < 20101205T011816Z < ThisDiff > 20101206T013216Z > NewerDiff

COMMIT Array#shuffle: Fix wrong spec
COMMIT Array#sort_by: remove alien specs that didn't apply to any version of Ruby
COMMIT Add tests for mutative methods and empty frozen arrays.
COMMIT Kernel#require_relative: basic specs

===================================================================
+++ 20101206T013216Z
@@ 10802 @@
 - raises a LocalJumpError if no block given
 - returns self when called on an Array emptied with #shift
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - keeps tainted status
 
 /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/core/array/delete_spec.rb
@@ 11009 @@
 - replaces all elements in the array with the filler if not given a index nor a length
 - replaces all elements with the value of block (index given to block)
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - raises an ArgumentError if 4 or more arguments are passed when no block given
 - raises an ArgumentError if no argument passed and no block given
 - raises an ArgumentError if 3 or more arguments are passed when a block given
@@ 12334 @@
 - properly handles recursive arrays
 - keeps taint status
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - raises an ArgumentError if passed an argument
 
 /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/core/array/product_spec.rb
@@ 12367 @@
 - returns nil when called on an Array emptied with #shift
 - returns nil if no changes are made
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - raises a LocalJumpError if no block given
 
 /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/core/array/repeated_combination_spec.rb
@@ 12425 @@
 - returns nil when the array is empty
 - properly handles recursive arrays
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - raises an ArgumentError if passed an argument
 
 /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/core/array/shuffle_spec.rb
@@ 22209 @@
 | /home/chkbuild/timeoutcom.rb:116:in `popen'
 | /home/chkbuild/timeoutcom.rb:116:in `timeout_command'
 | /home/chkbuild/chkbuild/build.rb:1259:in `run'
+| /home/chkbuild/chkbuild/ruby.rb:277:in `def_target'
 | /home/chkbuild/chkbuild/build.rb:480:in `catch_error'
+| /home/chkbuild/chkbuild/ruby.rb:263:in `def_target'
 | /home/chkbuild/chkbuild/build.rb:294:in `call'
 | /home/chkbuild/chkbuild/build.rb:294:in `do_build'
 | /home/chkbuild/chkbuild/build.rb:480:in `catch_error'
@@ 22237 @@
 | /home/chkbuild/sample/build-ruby:62
 | /home/chkbuild/start-build:37:in `load'
 | /home/chkbuild/start-build:37
+failed(rubyspec CommandTimeout)
 == rubyspec/command_line/dash_d_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/bin/ruby rubyspec/command_line/dash_d_spec.rb
 ruby <version>
@@ 23063 @@
 - raises a LocalJumpError if no block given
 - returns self when called on an Array emptied with #shift
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - keeps tainted status
 
 
@@ 23374 @@
 - replaces all elements in the array with the filler if not given a index nor a length
 - replaces all elements with the value of block (index given to block)
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - raises an ArgumentError if 4 or more arguments are passed when no block given
 - raises an ArgumentError if no argument passed and no block given
 - raises an ArgumentError if 3 or more arguments are passed when a block given
@@ 24979 @@
 - properly handles recursive arrays
 - keeps taint status
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - raises an ArgumentError if passed an argument
 
 
@@ 25044 @@
 - returns nil when called on an Array emptied with #shift
 - returns nil if no changes are made
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - raises a LocalJumpError if no block given
 
 
@@ 25182 @@
 - returns nil when the array is empty
 - properly handles recursive arrays
 - raises a TypeError on a frozen array
+- raises a TypeError on an empty frozen array
 - raises an ArgumentError if passed an argument
 
 

===================================================================
--- 20101205T011816Z
@@ 18145 @@
 - loads a String extended
 - loads a String empty
 - loads a Float -0.0
-- loads a Fixnum 2**24/home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:179: [BUG] Segmentation fault
 ruby <version>
 
-signal SIGABRT (6)
-failed(rubyspec)
 == rubyspec/command_line/dash_d_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /home/chkbuild/tmp/build/ruby-1.8.6-pth/<buildtime>/bin/ruby rubyspec/command_line/dash_d_spec.rb
 ruby <version>

OlderDiff < 20101205T011816Z < ThisDiff > 20101206T013216Z > NewerDiff


chkbuild summary recent last