ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] [1.8.7] (duet) 990W failed(rubyspec CommandTimeout) 47failed(rubyspec/) failed(rubyspec/core/thread/alive_spec.rb CommandTimeout) failed(rubyspec/library/net/ftp/abort_spec.rb CommandTimeout) failed(rubyspec/library/net/ftp/status_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110711T230417Z < ThisDiff > 20110712T231907Z > NewerDiff

COMMIT [Charles Oliver Nutter] Add spec for A::B = C precedence (RHS evaluates first). JRUBY-4925
COMMIT [Charles Oliver Nutter] IO/Kernel.select(nil, nil, nil, ...) form waits for specified timeout.
COMMIT [NARUSE, Yui] WONTFIX in 1.9.3: Fiber#resume executes the ensure clause.

===================================================================
+++ 20110712T231907Z
@@ 14813 @@
 - raises TypeError if supplied objects are not IO
 - raises TypeError if the specified timeout value is not Numeric
 - raises TypeError if the first three arguments are not Arrays
+- sleeps the specified timeout if all streams are nil
 - does not accept negative timeouts
+- sleeps forever for nil timeout
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/io/set_encoding_spec.rb
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/io/stat_spec.rb
@@ 36306 @@
 - raises TypeError if supplied objects are not IO
 - raises TypeError if the specified timeout value is not Numeric
 - raises TypeError if the first three arguments are not Arrays
+- sleeps the specified timeout if all streams are nil
 - does not accept negative timeouts
+- sleeps forever for nil timeout
 
 
 Finished in <t> seconds
@@ 51587 @@
 - searches Object if a toplevel qualifier (::X) is given
 - does not search the singleton class of the class or module
 - returns the updated value when a constant is reassigned
+- processes RHS first
 
 Constant resolution within methods
 - raises a NameError if no constant is defined in the search path
@@ 51623 @@
 
 Finished in <t> seconds
 
+1 file, 48 examples, <num> expectations, 0 failures, 0 errors
 == rubyspec/language/def_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/ruby.1.8.mspec -t /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/bin/ruby rubyspec/language/def_spec.rb
 ruby <version>
@@ 57138 @@
 ConditionVariable#broadcast
 - returns self if nothing to broadcast to
 - returns self if something is waiting for a broadcast
+- releases all threads waiting in line for this resource
 
 
 Finished in <t> seconds

===================================================================
--- 20110711T230417Z
@@ 14813 @@
 - raises TypeError if supplied objects are not IO
 - raises TypeError if the specified timeout value is not Numeric
 - raises TypeError if the first three arguments are not Arrays
-- does not raise errors if the first three arguments are nil
 - does not accept negative timeouts
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/io/set_encoding_spec.rb
@@ 36305 @@
 - raises TypeError if supplied objects are not IO
 - raises TypeError if the specified timeout value is not Numeric
 - raises TypeError if the first three arguments are not Arrays
-- does not raise errors if the first three arguments are nil
 - does not accept negative timeouts
 
 
@@ 57135 @@
 ConditionVariable#broadcast
 - returns self if nothing to broadcast to
 - returns self if something is waiting for a broadcast
-- releases all threads waiting in line for this resource (ERROR - <n>)
 
 
  <n>)
-ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR
-ThreadError: Thread#join: deadlock 0x7f78915d0370 - mutual join(0x7f78902c5258)
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join'
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:2:in `all?'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 57157 @@
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:4
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 57172 @@
 
 Finished in <t> seconds
 
-1 file, 3 examples, <num> expectations, 0 failures, 1 error
 exit 1
-failed(rubyspec/library/conditionvariable/broadcast_spec.rb)
 == rubyspec/library/conditionvariable/signal_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/ruby.1.8.mspec -t /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/bin/ruby rubyspec/library/conditionvariable/signal_spec.rb
 ruby <version>

OlderDiff < 20110711T230417Z < ThisDiff > 20110712T231907Z > NewerDiff


chkbuild summary recent last