ruby 1.9.2p0 (2010-08-18 revision 29034) [x86_64-linux] [1.9.2] (duet) 1939W [BUG] [SEGV] 1NotOK failed(test-all) failed(test/) rubyspec:2F0E

chkbuild summary recent last

OlderDiff < 20100902T230249Z < ThisDiff > 20100903T230257Z > NewerDiff

COMMIT Add a spec for detect/find with failover proc on explicitly empty array.

===================================================================
+++ 20100903T230257Z
@@ 17654 @@
 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:000d68 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:000d68 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:000d68 d:000d68 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:000f78 d:000f78 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:001f78 d:000e70 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:0017b8 d:0017b8 TOP
 ---------------------------
 -- Ruby level backtrace information ----------------------------------------
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:492:in `block in autorun'
@@ 17686 @@
 ./ruby [0x53241e]
 ./ruby(rb_bug+0xb1) [0x532581]
 ./ruby [0x49deaf]
+/lib/libpthread.so.0 [0x7f64e68a4a80]
 ./ruby [0x47ce8b]
 ./ruby [0x47d2e4]
 ./ruby [0x47d3dc]
@@ 17713 @@
 ./ruby(ruby_cleanup+0x12e) [0x41ca5e]
 ./ruby(ruby_run_node+0x25) [0x41cca5]
 ./ruby(main+0x5f) [0x419c9f]
+/lib/libc.so.6(__libc_start_main+0xe6) [0x7f64e5c991a6]
 ./ruby [0x419b79]
 
 [NOTE]
@@ 20404 @@
 <elapsed> s: .
 Psych::TestEncoding#test_map_anchor: <elapsed> s: .
 Psych::TestEncoding#test_alias: <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_bad_engine: <elapsed> s: .
@@ 31690 @@
 - returns the value of the ifnone proc if the block is false
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
+- calls the ifnone proc when there are no elements
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 31781 @@
 - returns the value of the ifnone proc if the block is false
 - doesn't call the ifnone proc if an element is found
 - calls the ifnone proc only once when the block is false
+- calls the ifnone proc when there are no elements
 - returns an enumerator when no block given
 - passes the ifnone proc to the enumerator
 
@@ 47312 @@
 - 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>)
 
 Date#valid_civil?
 - should be able to determine if a date is valid
@@ 55457 @@
 
 
  <n>)
+Date#civil 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/civil_spec.rb:5:in `<top (required)>'
 
  <n>)
 An exception occurred during: Mock.verify_count
@@ 55473 @@
 
 Finished in <t> seconds
 
+3284 files, 15364 examples, <num> expectations, 2 failures, 0 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20100902T230249Z
@@ 17654 @@
 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:0020d8 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:0020d8 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:0020d8 d:0020d8 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:001248 d:001248 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:001b98 d:0023c0 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:0013f8 d:0013f8 TOP
 ---------------------------
 -- Ruby level backtrace information ----------------------------------------
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/lib/minitest/unit.rb:492:in `block in autorun'
@@ 17686 @@
 ./ruby [0x53241e]
 ./ruby(rb_bug+0xb1) [0x532581]
 ./ruby [0x49deaf]
-/lib/libpthread.so.0 [0x7f98ff577a80]
 ./ruby [0x47ce8b]
 ./ruby [0x47d2e4]
 ./ruby [0x47d3dc]
@@ 17713 @@
 ./ruby(ruby_cleanup+0x12e) [0x41ca5e]
 ./ruby(ruby_run_node+0x25) [0x41cca5]
 ./ruby(main+0x5f) [0x419c9f]
-/lib/libc.so.6(__libc_start_main+0xe6) [0x7f98fe96c1a6]
 ./ruby [0x419b79]
 
 [NOTE]
@@ 20404 @@
 Psych::TestEncoding#test_list_anchor: <elapsed> s: .
 Psych::TestEncoding#test_map_anchor: <elapsed> s: .
 Psych::TestEncoding#test_map_tag: <elapsed> s: .
-Psych::TestEngineManager#test_set_syck: /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: .
@@ 25363 @@
 TestGemCommand#test_option_recognition: <elapsed> s: .
 TestGemCommand#test_self_add_specific_extra_args_unknown: <elapsed> s: .
 TestGemCommand#test_defaults: <elapsed> s: .
-TestGemCommandManager#test_run_interrupt: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rubygems/rubygems_plugin.rb:<line_a>: warning: method redefined; discarding old initialize
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rubygems/rubygems_plugin.rb:<line_a>: warning: previous definition of initialize was here
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rubygems/rubygems_plugin.rb:<line_a>: warning: method redefined; discarding old execute
-/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/rubygems/rubygems_plugin.rb:<line_a>: warning: previous definition of execute was here
 <elapsed> s: .
 TestGemCommandManager#test_process_args_bad_arg: <elapsed> s: .
 TestGemCommandManager#test_process_args_uninstall: <elapsed> s: .
@@ 55467 @@
 
 Finished in <t> seconds
 
-3284 files, 15362 examples, <num> expectations, 1 failure, 0 errors
 exit 1
 failed(rubyspec)
 == end # <time>
    

OlderDiff < 20100902T230249Z < ThisDiff > 20100903T230257Z > NewerDiff


chkbuild summary recent last