OlderDiff < 20110407T183303Z < ThisDiff > 20110408T183303Z > NewerDiff
OLDREV 31247 NEWREV 31249 CHG ChangeLog 31246->31248 CHG version.h 31247->31249 CHG ext/stringio/stringio.c 31211->31248 CHG test/stringio/test_stringio.rb 30467->31248 COMMIT Add spec for 'self' in Kernel.binding, which differs between 1.8 and 1.9. =================================================================== +++ 20110408T183303Z @@ 28570 @@ Kernel.binding - needs to be reviewed for spec completeness +- uses the caller's self for 'self' in the binding /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/kernel/block_given_spec.rb Kernel#block_given? @@ 43781 @@ - returns true when self has been started - returns false when self has not been started yet - returns false when self has been stopped again + (ERROR - <n>) /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/library/net/http/http/trace_spec.rb Net::HTTP#trace - sends a TRACE request to the passed path and returns the response @@ 48999 @@ <n>) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED +Expected "#<File::Stat dev=0x0, ino=5702346, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-04-09 04:27:09 +0900, mtime=2011-04-09 04:27:09 +0900, ctime=2011-04-09 04:27:09 +0900>" +to equal "#<File::Stat dev=0x803, ino=5702346, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-04-09 04:27:09 +0900, mtime=2011-04-09 04:27:09 +0900, ctime=2011-04-09 04:27:09 +0900>" /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb:17:in `block (2 levels) in <top (required)>' /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb:3:in `<top (required)>' @@ 49059 @@ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/library/date/strftime_spec.rb:4:in `<top (required)>' <n>) +An exception occurred during: loading /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/library/net/http/http/started_spec.rb ERROR +IOError: stream closed <n>) @@ 49089 @@ Finished in <t> seconds +3331 files, 17279 examples, <num> expectations, 19 failures, 2 errors exit 1 failed(rubyspec) == dist # <time> =================================================================== --- 20110407T183303Z @@ 48999 @@ <n>) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED -Expected "#<File::Stat dev=0x0, ino=1147342, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-04-08 04:24:08 +0900, mtime=2011-04-08 04:24:08 +0900, ctime=2011-04-08 04:24:08 +0900>" -to equal "#<File::Stat dev=0x803, ino=1147342, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-04-08 04:24:08 +0900, mtime=2011-04-08 04:24:08 +0900, ctime=2011-04-08 04:24:08 +0900>" /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb:17:in `block (2 levels) in <top (required)>' /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/file/stat/inspect_spec.rb:3:in `<top (required)>' @@ 49084 @@ Finished in <t> seconds -3331 files, 17278 examples, <num> expectations, 19 failures, 1 error exit 1 failed(rubyspec) == dist # <time>
OlderDiff < 20110407T183303Z < ThisDiff > 20110408T183303Z > NewerDiff