OlderDiff < 20110328T183303Z < ThisDiff > 20110329T183303Z > NewerDiff
OLDREV 31206 NEWREV 31212 CHG ChangeLog 31205->31211 CHG object.c 30672->31209 CHG version.h 31206->31212 CHG ext/socket/raddrinfo.c 29323->31207 CHG ext/stringio/stringio.c 30467->31211 CHG test/webrick/test_filehandler.rb 31205->31208 COMMIT On Solaris and (now) on JRuby, EX requires write and SH requires read. COMMIT Fix RuntimeErrorError typos. =================================================================== +++ 20110329T183303Z @@ 38062 @@ - sets $VERBOSE to true for '-W2' - requires the file for '-r' - raises a RuntimeError for '-a' +- raises a RuntimeError for '-p' +- raises a RuntimeError for '-n' +- raises a RuntimeError for '-y' +- raises a RuntimeError for '-c' +- raises a RuntimeError for '-s' +- raises a RuntimeError for '-h' +- raises a RuntimeError for '--help' +- raises a RuntimeError for '-l' +- raises a RuntimeError for '-S' +- raises a RuntimeError for '-e' +- raises a RuntimeError for '-i' +- raises a RuntimeError for '-x' +- raises a RuntimeError for '-C' +- raises a RuntimeError for '-X' +- raises a RuntimeError for '-F' +- raises a RuntimeError for '-0' +- raises a RuntimeError for '--copyright' +- raises a RuntimeError for '--version' +- raises a RuntimeError for '--yydebug' /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/language/private_spec.rb The private keyword @@ 48990 @@ <n>) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED +Expected "#<File::Stat dev=0x0, ino=5882616, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-30 04:23:10 +0900, mtime=2011-03-30 04:23:10 +0900, ctime=2011-03-30 04:23:10 +0900>" +to equal "#<File::Stat dev=0x803, ino=5882616, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-30 04:23:10 +0900, mtime=2011-03-30 04:23:10 +0900, ctime=2011-03-30 04:23:10 +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)>' =================================================================== --- 20110328T183303Z @@ 38061 @@ - sets $VERBOSE to true for '-W2' - requires the file for '-r' - raises a RuntimeError for '-a' -- raises a RuntimeErrorError for '-p' -- raises a RuntimeErrorError for '-n' -- raises a RuntimeErrorError for '-y' -- raises a RuntimeErrorError for '-c' -- raises a RuntimeErrorError for '-s' -- raises a RuntimeErrorError for '-h' -- raises a RuntimeErrorError for '--help' -- raises a RuntimeErrorError for '-l' -- raises a RuntimeErrorError for '-S' -- raises a RuntimeErrorError for '-e' -- raises a RuntimeErrorError for '-i' -- raises a RuntimeErrorError for '-x' -- raises a RuntimeErrorError for '-C' -- raises a RuntimeErrorError for '-X' -- raises a RuntimeErrorError for '-F' -- raises a RuntimeErrorError for '-0' -- raises a RuntimeErrorError for '--copyright' -- raises a RuntimeErrorError for '--version' -- raises a RuntimeErrorError for '--yydebug' /var/lib/chkbuild/tmp/build/ruby-trunk-o3/<buildtime>/rubyspec/language/private_spec.rb The private keyword @@ 48989 @@ <n>) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED -Expected "#<File::Stat dev=0x0, ino=5800386, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-29 04:23:35 +0900, mtime=2011-03-29 04:23:35 +0900, ctime=2011-03-29 04:23:35 +0900>" -to equal "#<File::Stat dev=0x803, ino=5800386, mode=0100644, nlink=1, uid=110, gid=101, rdev=0x0, size=8, blksize=4096, blocks=8, atime=2011-03-29 04:23:35 +0900, mtime=2011-03-29 04:23:35 +0900, ctime=2011-03-29 04:23:35 +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 < 20110328T183303Z < ThisDiff > 20110329T183303Z > NewerDiff