COMMIT Avoid spec collision between language/for and core/module. http://github.com/rubyspec/rubyspec/commit/4e69b46c4026487c46484ef7f0a6ed3ff385e6df COMMIT Expand spec for Enumerator.new with block http://github.com/rubyspec/rubyspec/commit/454d09f51cdedf1bc857229ab057aaaaa4d8cc5f COMMIT Add simple spec for -x command line arg. http://github.com/rubyspec/rubyspec/commit/27107ef52058a0d017a16ed897b55a0325c78c87 COMMIT Add a couple basic IO#readbyte specs (1.9) http://github.com/rubyspec/rubyspec/commit/467655887b84b1a5f15b501d4c365efc017c0408 =================================================================== +++ 20110624T194558Z @@ 20225 @@ ) Failure: test_non_realpath_in_loadpath(TestAutoload) [/var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//ruby/test/ruby/test_autoload.rb:32]: <[]> expected but was +<["/var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//tmp/autoload20110625-20193-13ve22k/foo.rb:: warning: useless use of :: in void context"]>. ) Failure: test_end_of_option(TestIRB::TestOption) [/var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//ruby/test/irb/test_option.rb:8]: @@ 20264 @@ ) Failure: test_huge_precision(TestTimeExtension) [/var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//ruby/test/test_time.rb:404]: [ruby-dev:43284] +pid 29455 killed by SIGSEGV (signal 11) (core dumped) | -:1: [BUG] Segmentation fault | ruby | | -- control frame ---------- | c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :(null) +| c:0003 p:0023 s:0006 b:0006 l:00012c d:000084 EVAL -:1 | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH +| c:0001 p:0000 s:0002 b:0002 l:00012c d:00012c TOP | --------------------------- | -- Ruby level backtrace information ---------------------------------------- | -:1:in `
' @@ 20362 @@ The -w command line option - sets $VERBOSE to true +/var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//rubyspec/command_line/dash_x_spec.rb +The -x command line option +- runs code after the first /#!.*ruby.*/-ish line in target file - needs to be reviewed for spec completeness /var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//rubyspec/command_line/error_message_spec.rb @@ 29138 @@ /var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//rubyspec/core/io/readbyte_spec.rb IO#readbyte +- reads one byte from the stream - raises EOFError on EOF - needs to be reviewed for spec completeness @@ 51545 @@ ) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED +Expected "#" +to equal "#" /var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//rubyspec/core/file/stat/inspect_spec.rb:17:in `block (2 levels) in ' /var/lib/chkbuild/tmp/build/ruby-1.9.2-o3//rubyspec/core/file/stat/inspect_spec.rb:3:in `' @@ 51640 @@ Finished in seconds +3497 files, 17513 examples, expectations, 18 failures, 2 errors exit 1 failed(rubyspec) == end #