OLDREV 32129 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32129&diff_format=u NEWREV 32210 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32210&diff_format=u CHG ChangeLog 32128->32209 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/ChangeLog?p1=branches/ruby_1_8_7/ChangeLog&r1=32129&r2=32210&pathrev=32210&diff_format=u CHG version.h 32129->32210 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/version.h?p1=branches/ruby_1_8_7/version.h&r1=32129&r2=32210&pathrev=32210&diff_format=u CHG lib/webrick/accesslog.rb 26268->32209 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/lib/webrick/accesslog.rb?p1=branches/ruby_1_8_7/lib/webrick/accesslog.rb&r1=32129&r2=32210&pathrev=32210&diff_format=u ADD test/webrick/test_accesslog.rb none->32209 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/test/webrick/test_accesslog.rb?view=markup&pathrev=32210&diff_format=u COMMIT [Marc-Andre Lafortune] Expand spec for Enumerator.new with block http://github.com/rubyspec/rubyspec/commit/454d09f51cdedf1bc857229ab057aaaaa4d8cc5f COMMIT [Charles Oliver Nutter] Add simple spec for -x command line arg. http://github.com/rubyspec/rubyspec/commit/27107ef52058a0d017a16ed897b55a0325c78c87 COMMIT [Charles Oliver Nutter] Add a couple basic IO#readbyte specs (1.9) http://github.com/rubyspec/rubyspec/commit/467655887b84b1a5f15b501d4c365efc017c0408 =================================================================== +++ 20110624T073644Z @@ 7155 @@ test_select(URI::TestLDAP): . test_build(URI::TestMailTo): . test_select(URI::TestMailTo): . +test_format(TestWEBrickAccessLog): . test_cgi(TestWEBrickCGI): . test_new(TestWEBrickCookie): . test_parse(TestWEBrickCookie): . @@ 7470 @@ ./test/socket/test_unix.rb:37:in `bound_unix_socket' ./test/socket/test_unix.rb:43:in `test_addr' +2243 tests, 1348432 assertions, 2 failures, 1 errors make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 7543 @@ The -w command line option - sets $VERBOSE to true +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//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 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//rubyspec/command_line/error_message_spec.rb @@ 21976 @@ Finished in seconds 1 file, 1 example, expectation, 0 failures, 0 errors +== rubyspec/command_line/dash_x_spec.rb #