ruby 1.9.3dev (2011-03-30 trunk 31218) [powerpc64-linux] [o3] (ooopackages) 1912W 1F1E1S rubyspec:19F0E

chkbuild summary recent last

OlderDiff < 20110329T183303Z < ThisDiff > 20110330T183303Z > NewerDiff

OLDREV 31212
NEWREV 31218
CHG ChangeLog	31211->31218
CHG vm_insnhelper.h	30644->31215
ADD ext/date/depend	none->31216
CHG ext/date/extconf.rb	31039->31216
DEL ext/date/timev.h	31135->none
CHG misc/ruby-mode.el	31189->31218
CHG test/psych/test_alias_and_anchor.rb	27095->31213
CHG test/psych/test_array.rb	27095->31213
CHG test/psych/test_boolean.rb	27095->31213
CHG test/psych/test_class.rb	27095->31213
CHG test/psych/test_coder.rb	30609->31213
CHG test/psych/test_date_time.rb	28532->31213
CHG test/psych/test_deprecated.rb	27519->31213
CHG test/psych/test_document.rb	27095->31213
CHG test/psych/test_emitter.rb	28584->31213
CHG test/psych/test_encoding.rb	27910->31213
CHG test/psych/test_engine_manager.rb	27212->31213
CHG test/psych/test_exception.rb	27095->31213
CHG test/psych/test_hash.rb	27095->31213
CHG test/psych/test_json_tree.rb	30931->31213
CHG test/psych/test_merge_keys.rb	30631->31213
CHG test/psych/test_nil.rb	30463->31213
CHG test/psych/test_null.rb	27095->31213
CHG test/psych/test_object.rb	27095->31213
CHG test/psych/test_omap.rb	27095->31213
CHG test/psych/test_parser.rb	30634->31213
CHG test/psych/test_psych.rb	28586->31214
CHG test/psych/test_scalar.rb	27095->31213
CHG test/psych/test_scalar_scanner.rb	30957->31213
CHG test/psych/test_serialize_subclasses.rb	27095->31213
CHG test/psych/test_set.rb	27095->31213
CHG test/psych/test_stream.rb	27912->31213
CHG test/psych/test_string.rb	27095->31213
CHG test/psych/test_struct.rb	27095->31213
CHG test/psych/test_symbol.rb	27095->31213
CHG test/psych/test_to_yaml_properties.rb	27095->31213
CHG test/psych/test_tree_builder.rb	27095->31213
CHG test/psych/test_yaml.rb	30763->31213
CHG test/psych/json/test_stream.rb	30931->31213
CHG test/psych/nodes/test_enumerable.rb	30631->31213
CHG test/psych/visitors/test_depth_first.rb	30631->31213
CHG test/psych/visitors/test_emitter.rb	28573->31213
CHG test/psych/visitors/test_to_ruby.rb	28558->31213
CHG test/psych/visitors/test_yaml_tree.rb	31075->31213
CHG test/ruby/test_defined.rb	31171->31215
CHG test/ruby/test_module.rb	30718->31215
COMMIT Add spec for Array#join result string's encoding in 1.9.

===================================================================
+++ 20110330T183303Z
@@ 14124 @@
 TestModule#test_const_get3 = <elapsed> s = .
 TestModule#test_const_set = <elapsed> s = .
 TestModule#test_const_set2 = <elapsed> s = .
+TestModule#test_constant_lookup_in_method_defined_by_class_eval = <elapsed> s = .
 TestModule#test_constants = <elapsed> s = .
 TestModule#test_constants_with_private_constant = <elapsed> s = .
 TestModule#test_cyclic_include = <elapsed> s = .
@@ 18780 @@
     /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:13:in `<main>'
 
+9435 tests, <num> assertions, 1 failures, 1 errors, 1 skips
 make: *** [yes-test-all] Error 2
 exit 2
 failed(test-all)
@@ 19689 @@
 - calls #to_str to convert the separator to a String
 - calls #to_s on the Array elements
 - raises a TypeError if the separator cannot be coerced to a String by calling #to_str
+- sets the result String's encoding to the first String's encoding
 
 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/array/keep_if_spec.rb
 Array#keep_if
@@ 48991 @@
 
  <n>)
 File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED
+Expected "#<File::Stat dev=0x0, ino=5423625, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-31 04:26:24 +0900, mtime=2011-03-31 04:26:24 +0900, ctime=2011-03-31 04:26:24 +0900>"
+to equal "#<File::Stat dev=0x803, ino=5423625, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-31 04:26:24 +0900, mtime=2011-03-31 04:26:24 +0900, ctime=2011-03-31 04:26:24 +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)>'
@@ 49070 @@
 
 Finished in <t> seconds
 
+3331 files, 17275 examples, <num> expectations, 19 failures, 0 errors
 exit 1
 failed(rubyspec)
 == dist # <time>

===================================================================
--- 20110329T183303Z
@@ 18780 @@
     /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:13:in `<main>'
 
-9434 tests, <num> assertions, 1 failures, 1 errors, 1 skips
 make: *** [yes-test-all] Error 2
 exit 2
 failed(test-all)
@@ 48990 @@
 
  <n>)
 File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED
-Expected "#<File::Stat dev=0x0, ino=5882616, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-30 04:23:10 +0900, mtime=2011-03-30 04:23:10 +0900, ctime=2011-03-30 04:23:10 +0900>"
-to equal "#<File::Stat dev=0x803, ino=5882616, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-30 04:23:10 +0900, mtime=2011-03-30 04:23:10 +0900, ctime=2011-03-30 04:23:10 +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)>'
@@ 49069 @@
 
 Finished in <t> seconds
 
-3331 files, 17274 examples, <num> expectations, 19 failures, 0 errors
 exit 1
 failed(rubyspec)
 == dist # <time>

OlderDiff < 20110329T183303Z < ThisDiff > 20110330T183303Z > NewerDiff


chkbuild summary recent last