OlderDiff < 20110412T183303Z < ThisDiff > 20110413T183303Z > NewerDiff
OLDREV 31267 NEWREV 31271 CHG ChangeLog 31267->31270 CHG io.c 31261->31268 CHG thread.c 30924->31270 CHG version.h 31263->31271 COMMIT Add spec for 'self' in binding from within Class/Module.new block. =================================================================== +++ 20110413T183303Z @@ 28586 @@ Kernel.binding - needs to be reviewed for spec completeness - uses the caller's self for 'self' in the binding +- uses the class or module as 'self' in a binding call from Class/Module.new block form /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/core/kernel/block_given_spec.rb Kernel#block_given? @@ 49118 @@ <n>) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED +Expected "#<File::Stat dev=0x0, ino=4514001, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-04-14 04:22:31 +0900, mtime=2011-04-14 04:22:31 +0900, ctime=2011-04-14 04:22:31 +0900>" +to equal "#<File::Stat dev=0x803, ino=4514001, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-04-14 04:22:31 +0900, mtime=2011-04-14 04:22:31 +0900, ctime=2011-04-14 04:22:31 +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)>' @@ 49211 @@ Finished in <t> seconds +3332 files, 17349 examples, <num> expectations, 20 failures, 1 error exit 1 failed(rubyspec) == dist # <time> =================================================================== --- 20110412T183303Z @@ 527 @@ compiling hash.c compiling inits.c compiling io.c -io.c: In function [e28098]rb_io_fdatasync[e28099]: -io.c:<line_a>: warning: unused variable [e28098]saved_errno[e28099] compiling marshal.c compiling math.c compiling node.c @@ 49119 @@ <n>) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED -Expected "#<File::Stat dev=0x0, ino=5702580, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-04-13 04:24:48 +0900, mtime=2011-04-13 04:24:48 +0900, ctime=2011-04-13 04:24:48 +0900>" -to equal "#<File::Stat dev=0x803, ino=5702580, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-04-13 04:24:48 +0900, mtime=2011-04-13 04:24:48 +0900, ctime=2011-04-13 04:24:48 +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)>' @@ 49212 @@ Finished in <t> seconds -3332 files, 17348 examples, <num> expectations, 20 failures, 1 error exit 1 failed(rubyspec) == dist # <time>
OlderDiff < 20110412T183303Z < ThisDiff > 20110413T183303Z > NewerDiff