OlderDiff < 20110215T183303Z < ThisDiff > 20110216T183303Z > NewerDiff
OLDREV 30885 NEWREV 30888 CHG ChangeLog 30885->30888 CHG eval_jump.c 25184->30888 CHG version.h 30875->30887 CHG ext/openssl/openssl_missing.h 29190->30886 CHG test/ruby/test_beginendblock.rb 28368->30888 COMMIT Add profile formatter COMMIT Change metaclass to singleton_class in MSpec. COMMIT Ignore ruby.1.[89].mspec in default.mspec spec. COMMIT Add ability to override the Ruby version for eg ruby_version_is guard. COMMIT Follow mspec's change 52edd74d311ccb499d47. =================================================================== +++ 20110216T183303Z @@ 518 @@ known_errors.inc updated compiling error.c compiling eval.c +In file included from eval.c:33: +eval_jump.c: In function [e28098]rb_exec_end_proc[e28099]: +eval_jump.c:<line_a>: warning: unused variable [e28098]tmp[e28099] compiling load.c compiling proc.c compiling file.c @@ 9131 @@ TestBeginEndBlock#test_begininmethod = <elapsed> s = . TestBeginEndBlock#test_endblock_raise = <elapsed> s = . TestBeginEndBlock#test_endblockwarn = <elapsed> s = . +TestBeginEndBlock#test_nested_at_exit = <elapsed> s = . TestBeginEndBlock#test_raise_in_at_exit = <elapsed> s = . TestBeginEndBlock#test_should_propagate_exit_code = <elapsed> s = . TestBeginEndBlock#test_should_propagate_signaled = <elapsed> s = . @@ 18942 @@ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/rubygems/test_gem_security.rb:53:in `test_class_build_self_signed_cert' ./test/runner.rb:10:in `<main>' +9334 tests, <num> assertions, 1 failures, 1 errors, 1 skips make: *** [yes-test-all] Error 2 exit 2 failed(test-all) @@ 48895 @@ <n>) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED +Expected "#<File::Stat dev=0x0, ino=5874439, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-02-17 04:23:19 +0900, mtime=2011-02-17 04:23:19 +0900, ctime=2011-02-17 04:23:19 +0900>" +to equal "#<File::Stat dev=0x803, ino=5874439, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-02-17 04:23:19 +0900, mtime=2011-02-17 04:23:19 +0900, ctime=2011-02-17 04:23:19 +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)>' =================================================================== --- 20110215T183303Z @@ 18938 @@ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/ruby/test/rubygems/test_gem_security.rb:53:in `test_class_build_self_signed_cert' ./test/runner.rb:10:in `<main>' -9333 tests, <num> assertions, 1 failures, 1 errors, 1 skips make: *** [yes-test-all] Error 2 exit 2 failed(test-all) @@ 48891 @@ <n>) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED -Expected "#<File::Stat dev=0x0, ino=5734558, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-02-16 04:22:24 +0900, mtime=2011-02-16 04:22:24 +0900, ctime=2011-02-16 04:22:24 +0900>" -to equal "#<File::Stat dev=0x803, ino=5734558, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-02-16 04:22:24 +0900, mtime=2011-02-16 04:22:24 +0900, ctime=2011-02-16 04:22:24 +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)>'
OlderDiff < 20110215T183303Z < ThisDiff > 20110216T183303Z > NewerDiff