ruby 1.8.7 (2010-12-23 patchlevel 330) [powerpc-darwin9.8.0] [1.8.7,pth] (ppc-mac-mini) 964W 2F1E rubyspec:26F36E

chkbuild summary recent last

OlderDiff < 20110101T005515Z < ThisDiff > 20110106T004742Z > NewerDiff

COMMIT Check flags forbidden in RUBYOPT.
COMMIT Merge branch 'master' of github.com:rubyspec/rubyspec
COMMIT Add specs for short TZ values.
COMMIT String#center, String#ljust and String#rjust returns an untainted string even when the padding is tainted if the resulting string is identical to self.
COMMIT Module.const_defined? accepts a flag to search into the receiver superclasses
COMMIT Module.const_get accepts a flag to search into the receiver superclasses
COMMIT Revert "Add specs for short TZ values." This requires further discussion.

===================================================================
+++ 20110106T004742Z
@@ 18117 @@
 - raises a TypeError when padstr can't be converted to a string
 - raises an ArgumentError if padstr is empty
 - returns subclass instances when called on subclasses
+- when padding is tainted and self is untainted returns a tainted string if and only if length is longer than self
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/string/chars_spec.rb
 String#chars
@@ 18623 @@
 - raises a TypeError when padstr can't be converted
 - raises an ArgumentError when padstr is empty
 - returns subclass instances when called on subclasses
+- when padding is tainted and self is untainted returns a tainted string if and only if length is longer than self
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/string/lstrip_spec.rb
 String#lstrip
@@ 18904 @@
 - raises a TypeError when padstr can't be converted
 - raises an ArgumentError when padstr is empty
 - returns subclass instances when called on subclasses
+- when padding is tainted and self is untainted returns a tainted string if and only if length is longer than self
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/string/rpartition_spec.rb
 String#rpartition with String
@@ 21620 @@
 - includes PLATFORM
 - includes TOPLEVEL_BINDING
 
+Processing RUBYOPT
+- raises a RuntimeError for '-a'
+- raises a RuntimeErrorError for '-p'
+- raises a RuntimeErrorError for '-n'
+- raises a RuntimeErrorError for '-y'
+- raises a RuntimeErrorError for '-c'
+- raises a RuntimeErrorError for '-s'
+- raises a RuntimeErrorError for '-h'
+- raises a RuntimeErrorError for '--help'
+- raises a RuntimeErrorError for '-l'
+- raises a RuntimeErrorError for '-S'
+- raises a RuntimeErrorError for '-e'
+- raises a RuntimeErrorError for '-i'
+- raises a RuntimeErrorError for '-x'
+- raises a RuntimeErrorError for '-C'
+- raises a RuntimeErrorError for '-X'
+- raises a RuntimeErrorError for '-F'
+- raises a RuntimeErrorError for '-0'
+- raises a RuntimeErrorError for '--copyright'
+- raises a RuntimeErrorError for '--version'
+- raises a RuntimeErrorError for '--yydebug'
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/language/private_spec.rb
 The private keyword
@@ 33312 @@
 
  <n>)
 ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR
+ThreadError: Thread#join: deadlock 0x13d1ac - mutual join(0x1ee69c4)
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'
@@ 34536 @@
 
 Finished in <t> seconds
 
+3286 files, 13458 examples, <num> expectations, 26 failures, 36 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20110101T005515Z
@@ 33287 @@
 
  <n>)
 ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR
-ThreadError: Thread#join: deadlock 0x13d1ac - mutual join(0x1fd59c0)
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'
@@ 34511 @@
 
 Finished in <t> seconds
 
-3286 files, 13435 examples, <num> expectations, 26 failures, 36 errors
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20110101T005515Z < ThisDiff > 20110106T004742Z > NewerDiff


chkbuild summary recent last