ruby 1.9.2p7 (2010-09-29 revision 29373) [x86_64-linux] [1.9.2] (duet) 1939W [BUG] [SEGV] 1NotOK failed(test-all) failed(test/) rubyspec:3F0E

chkbuild summary recent last

OlderDiff < 20100929T230447Z < ThisDiff > 20100930T230417Z > NewerDiff

===================================================================
+++ 20100930T230417Z
@@ 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:000e38 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:000e38 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:000e38 d:000e38 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:000548 d:000548 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:000d88 d:0020e0 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:0024d8 d:0024d8 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 [0x5322de]
 ./ruby(rb_bug+0xb1) [0x532441]
 ./ruby [0x49deaf]
+/lib/libpthread.so.0 [0x7fbc48101a80]
 ./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) [0x7fbc474f61a6]
 ./ruby [0x419b79]
 
 [NOTE]
@@ 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
@@ 47421 @@
 - 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
@@ 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>)
+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>)
 An exception occurred during: Mock.verify_count
@@ 55481 @@
 
 Finished in <t> seconds
 
+3284 files, 15364 examples, <num> expectations, 3 failures, 0 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20100929T230447Z
@@ 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:0003d8 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:0003d8 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:0003d8 d:0003d8 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:001af8 d:001af8 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:0001f8 d:002680 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:0018c8 d:0018c8 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 [0x5322de]
 ./ruby(rb_bug+0xb1) [0x532441]
 ./ruby [0x49deaf]
-/lib/libpthread.so.0 [0x7fd50e930a80]
 ./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) [0x7fd50dd251a6]
 ./ruby [0x419b79]
 
 [NOTE]
@@ 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
 
 Date#valid_civil?
 - should be able to determine if a date is valid
@@ 47421 @@
 - 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
 
 /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/date/ordinal_spec.rb
 Date#ordinal
@@ 55465 @@
 
 Finished in <t> seconds
 
-3284 files, 15364 examples, <num> expectations, 1 failure, 0 errors
 exit 1
 failed(rubyspec)
 == end # <time>
    

OlderDiff < 20100929T230447Z < ThisDiff > 20100930T230417Z > NewerDiff


chkbuild summary recent last