chkbuild summary recent last difference fulllog
OlderDiff < 20100819T225917Z < ThisDiff > 20100820T230435Z > NewerDiff
COMMIT Separate specs to check attr and members. COMMIT 1.9 returns a symbol if the str is empty or NUL. COMMIT Add function call of rb_cvar_set for 1.9. COMMIT Support 1.9's rb_proc_new. COMMIT Refactor concat_func. =================================================================== +++ 20100820T230435Z @@ 14 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_2 [e383aae3839de382b8e38388e383aae381aee383abe383bce38388]: http://svn.ruby-lang.org/repos/ruby [e383aae3839de382b8e38388e383aa] UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +[e383aae38393e382b8e383a7e383b3]: 29060 [e3838ee383bce38389e7a8aee588a5]: [e38387e382a3e383ace382afe38388e383aa] [e6ba96e58299e4b8ade381aee587a6e79086]: [e789b9e381abe381aae38197] [e69c80e7b582e5a489e69bb4e88085]: yugui @@ 9640 @@ <elapsed> s: . OpenSSL::TestSSL#test_sslctx_set_params: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters. <elapsed> s: . +OpenSSL::TestSSL#test_starttls: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet. /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_c>: warning: SSL session is not started yet. /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_c>: warning: SSL session is not started yet. /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet. @@ 17655 @@ c:0014 p:0080 s:0059 b:0059 l:000058 d:000058 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/test/unit/assertions.rb:34 c:0013 p:0025 s:0049 b:0049 l:000048 d:000048 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_regexp.rb:816 c:0012 p:0063 s:0045 b:0045 l:000044 d:000044 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:680 +c:0011 p:0091 s:0039 b:0039 l:000b58 d:000038 BLOCK /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:641 c:0010 p:---- s:0034 b:0034 l:000033 d:000033 FINISH c:0009 p:---- s:0032 b:0032 l:000031 d:000031 CFUNC :each +c:0008 p:0026 s:0029 b:0029 l:000b58 d:000028 BLOCK /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:635 c:0007 p:---- s:0026 b:0026 l:000025 d:000025 FINISH c:0006 p:---- s:0024 b:0024 l:000023 d:000023 CFUNC :each +c:0005 p:0082 s:0021 b:0021 l:000b58 d:000b58 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:634 +c:0004 p:0188 s:0016 b:0016 l:000e88 d:000e88 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:594 +c:0003 p:0041 s:0007 b:0007 l:002328 d:001b20 BLOCK /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:492 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:001968 d:001968 TOP --------------------------- @@ 17687 @@ ./ruby [0x53241e] ./ruby(rb_bug+0xb1) [0x532581] ./ruby [0x49deaf] +/lib/libpthread.so.0 [0x7f954adfca80] ./ruby [0x47ce8b] ./ruby [0x47d2e4] ./ruby [0x47d3dc] @@ 17714 @@ ./ruby(ruby_cleanup+0x12e) [0x41ca5e] ./ruby(ruby_run_node+0x25) [0x41cca5] ./ruby(main+0x5f) [0x419c9f] +/lib/libc.so.6(__libc_start_main+0xe6) [0x7f954a1f11a6] ./ruby [0x419b79] [NOTE] @@ 20405 @@ Psych::TestEncoding#test_alias: <elapsed> s: . Psych::TestEncoding#test_map_tag: <elapsed> s: . Psych::TestEncoding#test_doc_tag: <elapsed> s: . +Psych::TestEngineManager#test_set_psych: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/syck/rubytypes.rb:<line_a>: warning: method redefined; discarding old to_yaml_properties /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/psych/deprecated.rb:<line_a>: warning: previous definition of to_yaml_properties was here <elapsed> s: . Psych::TestEngineManager#test_dump_types: <elapsed> s: . @@ 55302 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/proc_spec.rb CApiProc +- rb_proc_new should return a new valid Proc - rb_proc_new returned proc should have arity -1 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/range_spec.rb @@ 55392 @@ C-API String function rb_str_intern - returns a symbol created from the string +- returns a symbol even if passed an empty string +- returns a symbol even if the passed string contains NULL characters C-API String function rb_str_freeze - freezes the string /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/struct_spec.rb CApiStruct +- rb_struct_define defines a structure +- rb_struct_define allows for anonymous structures +- rb_struct_define defines a structure and returns members as symbol +- rb_struct_define allows for anonymous structures /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/symbol_spec.rb C-API Symbol function rb_is_const_id @@ 55468 @@ Finished in <t> seconds +3284 files, 15359 examples, <num> expectations, 3 failures, 0 errors exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20100819T225917Z @@ 14 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_2 [e383aae3839de382b8e38388e383aae381aee383abe383bce38388]: http://svn.ruby-lang.org/repos/ruby [e383aae3839de382b8e38388e383aa] UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e -[e383aae38393e382b8e383a7e383b3]: 29057 [e3838ee383bce38389e7a8aee588a5]: [e38387e382a3e383ace382afe38388e383aa] [e6ba96e58299e4b8ade381aee587a6e79086]: [e789b9e381abe381aae38197] [e69c80e7b582e5a489e69bb4e88085]: yugui @@ 17655 @@ c:0014 p:0080 s:0059 b:0059 l:000058 d:000058 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/test/unit/assertions.rb:34 c:0013 p:0025 s:0049 b:0049 l:000048 d:000048 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_regexp.rb:816 c:0012 p:0063 s:0045 b:0045 l:000044 d:000044 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:680 -c:0011 p:0091 s:0039 b:0039 l:001278 d:000038 BLOCK /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:641 c:0010 p:---- s:0034 b:0034 l:000033 d:000033 FINISH c:0009 p:---- s:0032 b:0032 l:000031 d:000031 CFUNC :each -c:0008 p:0026 s:0029 b:0029 l:001278 d:000028 BLOCK /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:635 c:0007 p:---- s:0026 b:0026 l:000025 d:000025 FINISH c:0006 p:---- s:0024 b:0024 l:000023 d:000023 CFUNC :each -c:0005 p:0082 s:0021 b:0021 l:001278 d:001278 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:634 -c:0004 p:0188 s:0016 b:0016 l:001f78 d:001f78 METHOD /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:594 -c:0003 p:0041 s:0007 b:0007 l:002328 d:001050 BLOCK /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:492 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:001968 d:001968 TOP --------------------------- @@ 17687 @@ ./ruby [0x53241e] ./ruby(rb_bug+0xb1) [0x532581] ./ruby [0x49deaf] -/lib/libpthread.so.0 [0x7f7f33b93a80] ./ruby [0x47ce8b] ./ruby [0x47d2e4] ./ruby [0x47d3dc] @@ 17714 @@ ./ruby(ruby_cleanup+0x12e) [0x41ca5e] ./ruby(ruby_run_node+0x25) [0x41cca5] ./ruby(main+0x5f) [0x419c9f] -/lib/libc.so.6(__libc_start_main+0xe6) [0x7f7f32f881a6] ./ruby [0x419b79] [NOTE] @@ 20405 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/psych/test_encoding.rb:<line_a>: warning: setting Encoding.default_internal <elapsed> s: . Psych::TestEncoding#test_scalar: <elapsed> s: . -Psych::TestEngineManager#test_bad_engine: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/syck/rubytypes.rb:<line_a>: warning: method redefined; discarding old to_yaml_properties /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/psych/deprecated.rb:<line_a>: warning: previous definition of to_yaml_properties was here <elapsed> s: . Psych::TestEngineManager#test_set_psych: <elapsed> s: . @@ 47412 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates -- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers (FAILED - <n>) /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ordinal_spec.rb Date#ordinal @@ 54921 @@ - raises a NameError if the class variable is not defined C-API Class function rb_cvar_set -- sets a class variable (ERROR - <n>) C-API Class function rb_define_class_variable - sets a class variable @@ 55302 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/proc_spec.rb CApiProc -- rb_proc_new should return a new valid Proc (FAILED - <n>) - rb_proc_new returned proc should have arity -1 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/range_spec.rb @@ 55392 @@ C-API String function rb_str_intern - returns a symbol created from the string -- raises an ArgumentError if passed an empty string (FAILED - <n>) -- raises an ArgumentError if the passed string contains NULL characters (FAILED - <n>) C-API String function rb_str_freeze - freezes the string /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/struct_spec.rb CApiStruct -- rb_struct_define defines a structure (FAILED - <n>) -- rb_struct_define allows for anonymous structures (FAILED - <n>) /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/symbol_spec.rb C-API Symbol function rb_is_const_id @@ 55458 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/kernel/system_spec.rb:4:in `<top (required)>' <n>) -Date#new doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers FAILED -Expected FloatDomainError but got NoMemoryError (failed to allocate memory) -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:72:in `block (4 levels) in <top (required)>' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:71:in `each' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/shared/civil.rb:71:in `block (3 levels) in <top (required)>' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/new_spec.rb:5:in `<top (required)>' <n>) -C-API Class function rb_cvar_set sets a class variable ERROR -NoMethodError: undefined method `rb_cvar_set' for #<CApiClassSpecs:0x<address>> -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/class_spec.rb:179:in `block (3 levels) in <top (required)>' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/class_spec.rb:73:in `<top (required)>' <n>) -CApiProc rb_proc_new should return a new valid Proc FAILED -Expected "" - to equal "foo_bar" -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/proc_spec.rb:13:in `block (2 levels) in <top (required)>' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/proc_spec.rb:5:in `<top (required)>' <n>) An exception occurred during: Mock.verify_count @@ 55487 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/range_spec.rb:5:in `<top (required)>' <n>) -C-API String function rb_str_intern raises an ArgumentError if passed an empty string FAILED -Expected ArgumentError but no exception was raised -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/string_spec.rb:276:in `block (3 levels) in <top (required)>' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/string_spec.rb:5:in `<top (required)>' <n>) -C-API String function rb_str_intern raises an ArgumentError if the passed string contains NULL characters FAILED -Expected ArgumentError but no exception was raised -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/string_spec.rb:280:in `block (3 levels) in <top (required)>' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/string_spec.rb:5:in `<top (required)>' <n>) -CApiStruct rb_struct_define defines a structure FAILED -Expected [:attr1, :attr2, :attr3] - to equal ["attr1", "attr2", "attr3"] -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/struct_spec.rb:13:in `block (2 levels) in <top (required)>' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/struct_spec.rb:5:in `<top (required)>' <n>) -CApiStruct rb_struct_define allows for anonymous structures FAILED -Expected [:attr1, :attr2, :attr3] - to equal ["attr1", "attr2", "attr3"] -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/struct_spec.rb:24:in `block (2 levels) in <top (required)>' -/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/optional/capi/struct_spec.rb:5:in `<top (required)>' Finished in <t> seconds -3284 files, 15357 examples, <num> expectations, 9 failures, 1 error exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20100819T225917Z < ThisDiff > 20100820T230435Z > NewerDiff