ruby 1.9.3dev (2011-03-04 trunk 31019) [powerpc64-linux] [o3] (ooopackages) 1885W 2F1E1S rubyspec:16F0E

chkbuild summary recent last

OlderDiff < 20110302T183303Z < ThisDiff > 20110303T183303Z > NewerDiff

OLDREV 31010
NEWREV 31019
CHG ChangeLog	31010->31017
CHG NEWS	30991->31014
CHG golf_prelude.rb	25184->31018
CHG process.c	30822->31017
CHG strftime.c	30732->31011
CHG string.c	31007->31015
CHG version.h	31009->31019
CHG test/ruby/test_process.rb	30814->31017

===================================================================
+++ 20110303T183303Z
@@ 14537 @@
 TestParallel::TestParallel#test_jobs_status = <elapsed> s = .
 TestParallel::TestParallel#test_no_retry_option = <elapsed> s = .
 TestParallel::TestParallel#test_should_retry_failed_on_workers = <elapsed> s = .
+TestParallel::TestParallel#test_should_run_all_without_any_leaks = <elapsed> s = F
 TestParallel::TestParallelWorker#test_accept_run_command_multiple_times = /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/testunit/../../lib/test/unit/parallel.rb:<line_a>: warning: assigned but unused variable - result
 <elapsed> s = .
 TestParallel::TestParallelWorker#test_done = /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/testunit/../../lib/test/unit/parallel.rb:<line_a>: warning: assigned but unused variable - result
@@ 18761 @@
     ./test/runner.rb:10:in `<main>'
 
  <n>) Failure:
+test_should_run_all_without_any_leaks(TestParallel::TestParallel) [/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/testunit/test_parallel.rb:156]:
+Expected /^\.+SF\.+F\.*$/ to match "Run options: -j t2\n\n# Running ptests:\n\n/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/lib/test/unit/parallel.rb:<line_a>: warning: assigned but unused variable - result\n/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/lib/test/unit/parallel.rb:23: warning: assigned but unused variable - result\n.SFF...\nRetrying...\n\n.SF.\n\n\n\nFinished ptests in 0.337777s, 20.7237 tests/s, 8.8816 assertions/s.\n\n  1) Skipped:\nptest_always_skip(TestE) [/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/testunit/tests_for_parallel/test_forth.rb:10]:\nSkipped, no message given\n\n  2) Failure:\nptest_always_fail(TestE) [/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/testunit/tests_for_parallel/test_forth.rb:14]:\n<0> expected but was\n<1>.\n\n7 tests, 3 assertions, 1 failures, 0 errors, 1 skips\n".
 
+9418 tests, <num> assertions, 2 failures, 1 errors, 1 skips
+make: *** [yes-test-all] Error 3
 exit 2
 failed(test-all)
 == rubyspec # <time>
@@ 48717 @@
 
  <n>)
 File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED
+Expected "#<File::Stat dev=0x0, ino=5882865, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-04 04:23:33 +0900, mtime=2011-03-04 04:23:33 +0900, ctime=2011-03-04 04:23:33 +0900>"
+to equal "#<File::Stat dev=0x803, ino=5882865, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-04 04:23:33 +0900, mtime=2011-03-04 04:23:33 +0900, ctime=2011-03-04 04:23:33 +0900>"
 
 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb:17:in `block (2 levels) in <top (required)>'
 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb:3:in `<top (required)>'
@@ 48773 @@
 
 Finished in <t> seconds
 
+3330 files, 17076 examples, <num> expectations, 16 failures, 0 errors
 exit 1
 failed(rubyspec)
 == dist # <time>

===================================================================
--- 20110302T183303Z
@@ 14536 @@
 TestParallel::TestParallel#test_jobs_status = <elapsed> s = .
 TestParallel::TestParallel#test_no_retry_option = <elapsed> s = .
 TestParallel::TestParallel#test_should_retry_failed_on_workers = <elapsed> s = .
-TestParallel::TestParallel#test_should_run_all_without_any_leaks = <elapsed> s = .
 TestParallel::TestParallelWorker#test_accept_run_command_multiple_times = /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/testunit/../../lib/test/unit/parallel.rb:<line_a>: warning: assigned but unused variable - result
 <elapsed> s = .
 TestParallel::TestParallelWorker#test_done = /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/testunit/../../lib/test/unit/parallel.rb:<line_a>: warning: assigned but unused variable - result
@@ 18759 @@
     /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/rubygems/test_gem_security.rb:54:in `test_class_build_self_signed_cert'
     ./test/runner.rb:10:in `<main>'
 
-9418 tests, <num> assertions, 1 failures, 1 errors, 1 skips
-make: *** [yes-test-all] Error 2
 exit 2
 failed(test-all)
 == rubyspec # <time>
@@ 34201 @@
 String#slice! with index
 - deletes and return the char at the given position
 - returns nil if idx is outside of self
-- raises a RuntimeError if self is frozen (FAILED - <n>)
 - calls to_int on index
 
 String#slice! with index, length
@@ 34209 @@
 - always taints resulting strings when self is tainted
 - returns nil if the given position is out of self
 - returns nil if the length is negative
-- raises a RuntimeError if self is frozen (FAILED - <n>)
 - calls to_int on idx and length
 - returns subclass instances
 
@@ 34221 @@
 - calls to_int on range arguments
 - works with Range subclasses
 - raises a RuntimeError on a frozen instance that is modified
-- raises a RuntimeError on a frozen instance that would not be modified (FAILED - <n>)
 
 String#slice! with Regexp
 - deletes and returns the first match from self
@@ 34231 @@
 - returns subclass instances
 - sets $~ to MatchData when there is a match and nil when there's none
 - raises a RuntimeError on a frozen instance that is modified
-- raises a RuntimeError on a frozen instance that would not be modified (FAILED - <n>)
 
 String#slice! with Regexp, index
 - deletes and returns the capture for idx from self
@@ 34242 @@
 - calls to_int on idx
 - returns subclass instances
 - sets $~ to MatchData when there is a match and nil when there's none
-- raises a RuntimeError if self is frozen (FAILED - <n>)
 
 String#slice! with String
 - removes and returns the first occurrence of other_str from self
@@ 34251 @@
 - returns nil if self does not contain other
 - doesn't call to_str on its argument
 - returns a subclass instance when given a subclass instance
-- raises a RuntimeError if self is frozen (FAILED - <n>)
 
 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/split_spec.rb
 String#split with String
@@ 48712 @@
 
  <n>)
 File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED
-Expected "#<File::Stat dev=0x0, ino=5874252, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-03 04:23:42 +0900, mtime=2011-03-03 04:23:42 +0900, ctime=2011-03-03 04:23:42 +0900>"
-to equal "#<File::Stat dev=0x803, ino=5874252, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-03 04:23:42 +0900, mtime=2011-03-03 04:23:42 +0900, ctime=2011-03-03 04:23:42 +0900>"
 
 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb:17:in `block (2 levels) in <top (required)>'
 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb:3:in `<top (required)>'
 
  <n>)
-String#slice! with index raises a RuntimeError if self is frozen FAILED
-Expected RuntimeError but no exception was raised
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:61:in `block (3 levels) in <top (required)>'
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:35:in `<top (required)>'
 
  <n>)
-String#slice! with index, length raises a RuntimeError if self is frozen FAILED
-Expected RuntimeError but no exception was raised
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:127:in `block (3 levels) in <top (required)>'
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:88:in `<top (required)>'
 
  <n>)
-String#slice! Range raises a RuntimeError on a frozen instance that would not be modified FAILED
-Expected RuntimeError but no exception was raised
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:245:in `block (3 levels) in <top (required)>'
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:156:in `<top (required)>'
 
  <n>)
-String#slice! with Regexp raises a RuntimeError on a frozen instance that would not be modified FAILED
-Expected RuntimeError but no exception was raised
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:319:in `block (3 levels) in <top (required)>'
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:250:in `<top (required)>'
 
  <n>)
-String#slice! with Regexp, index raises a RuntimeError if self is frozen FAILED
-Expected RuntimeError but no exception was raised
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:414:in `block (3 levels) in <top (required)>'
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:324:in `<top (required)>'
 
  <n>)
-String#slice! with String raises a RuntimeError if self is frozen FAILED
-Expected RuntimeError but no exception was raised
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:478:in `block (3 levels) in <top (required)>'
-/var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/string/slice_spec.rb:420:in `<top (required)>'
 
  <n>)
 String#unpack with format 'Q' adds nil for each element requested beyond the end of the String FAILED
@@ 48804 @@
 
 Finished in <t> seconds
 
-3330 files, 17076 examples, <num> expectations, 22 failures, 0 errors
 exit 1
 failed(rubyspec)
 == dist # <time>

OlderDiff < 20110302T183303Z < ThisDiff > 20110303T183303Z > NewerDiff


chkbuild summary recent last