ruby 1.8.8p1 (2011-01-05) [powerpc-darwin9.8.0] [pth] (ppc-mac-mini) 810W KB1F0E failed(test-all CommandTimeout) 4failed(test/) rubyspec:73F59E

chkbuild summary recent last

OlderDiff < 20101231T235922Z < ThisDiff > 20110105T235143Z > NewerDiff

OLDREV 30402
NEWREV 30458
CHG ChangeLog	30401->30457
CHG intern.h	29173->30443
CHG version.h	30402->30458
CHG ext/socket/socket.c	28861->30457
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.

===================================================================
+++ 20110105T235143Z
@@ 19701 @@
 - 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-pth/<buildtime>/rubyspec/core/string/chars_spec.rb
 String#chars
@@ 20220 @@
 - 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-pth/<buildtime>/rubyspec/core/string/lstrip_spec.rb
 String#lstrip
@@ 20501 @@
 - 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-pth/<buildtime>/rubyspec/core/string/rpartition_spec.rb
 String#rpartition with String
@@ 23234 @@
 - 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-pth/<buildtime>/rubyspec/language/private_spec.rb
 The private keyword
@@ 38696 @@
 
 Finished in <t> seconds
 
+3286 files, 13717 examples, <num> expectations, 73 failures, 59 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20101231T235922Z
@@ 38671 @@
 
 Finished in <t> seconds
 
-3286 files, 13694 examples, <num> expectations, 73 failures, 59 errors
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20101231T235922Z < ThisDiff > 20110105T235143Z > NewerDiff


chkbuild summary recent last