last commit: COMMIT Added :launch flags for mspec to launch the target. http://github.com/rubyspec/mspec/commit/4c65ecbe81062f2ab01c26184745819bc0ab57c6 last commit: COMMIT Dir.glob uses #to_path when the receiver responds to it. Closes #36. http://github.com/rubyspec/rubyspec/commit/fd530473534a3a57b666fbc604590359a3a673f7 =================================================================== +++ 20110123T040931 @@ 10652 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/dir/element_reference_spec.rb Dir.[] +- calls #to_str to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 10715 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/dir/glob_spec.rb Dir.glob +- calls #to_str to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 37545 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/dir/element_reference_spec.rb Dir.[] +- calls #to_str to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 37656 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/dir/glob_spec.rb Dir.glob +- calls #to_str to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 66366 @@ ConditionVariable#broadcast - should return self if nothing to broadcast to - should return self if something is waiting for a broadcast +- releases all threads waiting in line for this resource Finished in seconds =================================================================== --- 20110121T102725 @@ 10652 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/dir/element_reference_spec.rb Dir.[] -- converts patterns with to_str -- splits the string on if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 10715 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/dir/glob_spec.rb Dir.glob -- converts patterns with to_str -- splits the string on if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 37545 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/dir/element_reference_spec.rb Dir.[] -- converts patterns with to_str -- splits the string on if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 37656 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/dir/glob_spec.rb Dir.glob -- converts patterns with to_str -- splits the string on if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 66370 @@ ) -ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR -ThreadError: Thread#join: deadlock 0xf7fc7ee0 - mutual join(0xf7ea8990) -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55 -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each' -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:2:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 66388 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/object.rb:11:in `describe' -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:4 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 66403 @@ Finished in seconds -1 file, 3 examples, 3 expectations, 0 failures, 1 error exit 1 -failed(rubyspec/library/conditionvariable/broadcast_spec.rb) == rubyspec/library/conditionvariable/signal_spec.rb #