ruby 1.9.2p14 (2010-10-02 revision 29393) [x86_64-linux] [1.9.2] (duet) 1215W 1NotOK 2F0E rubyspec:2F0E

chkbuild summary recent last

OlderDiff < 20101014T230345Z < ThisDiff > 20101015T230414Z > NewerDiff

===================================================================
+++ 20101015T230414Z
@@ 1548 @@
 .#<n> test_thread.rb:368
 .#<n> test_thread.rb:375
 .#<n> test_thread.rb:381
+.#<n> test_thread.rb:389
 .#<n> test_thread.rb:417
 .#<n> test_thread.rb:439
 .#<n> test_thread.rb:447
 .
+PASS all 933 tests
 == test.rb # <time>
 + ./miniruby sample/test.rb
 
@@ 39229 @@
 - 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
@@ 47390 @@
 
 Finished in <t> seconds
 
+3284 files, 15375 examples, <num> expectations, 2 failures, 0 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20101014T230345Z
@@ 1539 @@
 .#<n> test_thread.rb:312
 .#<n> test_thread.rb:316
 .#<n> test_thread.rb:320
-bootstraptest.tmp.rb:3: [BUG] rb_register_sigaltstack. malloc error
 
 ruby <version>
 
--- control frame ----------
-c:0008 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC  :initialize
-c:0007 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC  :new
-c:0006 p:0017 s:0014 b:0014 l:0000d8 d:000208 BLOCK  bootstraptest.tmp.rb:3
-c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
-c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC  :times
-c:0003 p:0015 s:0007 b:0006 l:0000d8 d:0007c8 EVAL   bootstraptest.tmp.rb:3
-c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
-c:0001 p:0000 s:0002 b:0002 l:0000d8 d:0000d8 TOP
----------------------------
--- Ruby level backtrace information ----------------------------------------
-bootstraptest.tmp.rb:3:in `<main>'
-bootstraptest.tmp.rb:3:in `times'
-bootstraptest.tmp.rb:3:in `block in <main>'
-bootstraptest.tmp.rb:3:in `new'
-bootstraptest.tmp.rb:3:in `initialize'
 
-bootstraptest.tmp.rb:3: [BUG] rb_register_sigaltstack. malloc error
 
 ruby <version>
 
--- control frame ----------
-c:0007 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC  :new
-c:0006 p:0017 s:0014 b:0014 l:0000d8 d:000013 BLOCK  bootstraptest.tmp.rb:3
-c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
-c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC  :times
-c:0003 p:0015 s:0007 b:0006 l:0000d8 d:0007c8 EVAL   bootstraptest.tmp.rb:3
-c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
-c:0001 p:0000 s:0002 b:0002 l:0000d8 d:0000d8 TOP
----------------------------
--- Ruby level backtrace information ----------------------------------------
-bootstraptest.tmp.rb:3:in `<main>'
-bootstraptest.tmp.rb:3:in `times'
-bootstraptest.tmp.rb:3:in `block in <main>'
-bootstraptest.tmp.rb:3:in `new'
 
--- C level backtrace information -------------------------------------------
 
-[NOTE]
-You may have encountered a bug in the Ruby interpreter or extension libraries.
-Bug reports are welcome.
-For details: http://www.ruby-lang.org/bugreport.html
 
--- C level backtrace information -------------------------------------------
 
-[NOTE]
-You may have encountered a bug in the Ruby interpreter or extension libraries.
-Bug reports are welcome.
-For details: http://www.ruby-lang.org/bugreport.html
 
 .#<n> test_thread.rb:322
 .#<n> test_thread.rb:332
@@ 1602 @@
 .#<n> test_thread.rb:368
 .#<n> test_thread.rb:375
 .#<n> test_thread.rb:381
-E#<n> test_thread.rb:389
 .#<n> test_thread.rb:417
 .#<n> test_thread.rb:439
 .#<n> test_thread.rb:447
 .
-#<n> test_thread.rb:381: core dumped
-FAIL 1/933 tests failed
-make: *** [yes-btest] [e382a8e383a9e383bc] 1
 exit 2
-failed(btest)
 == test.rb # <time>
 + ./miniruby sample/test.rb
 
@@ 47432 @@
 
 
  <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
@@ 47456 @@
 
 Finished in <t> seconds
 
-3284 files, 15375 examples, <num> expectations, 3 failures, 0 errors
 exit 1
 failed(rubyspec)
 == end # <time>
    

OlderDiff < 20101014T230345Z < ThisDiff > 20101015T230414Z > NewerDiff


chkbuild summary recent last