OlderDiff < 20110115T225747Z < ThisDiff > 20110116T225957Z > NewerDiff
OLDREV 30363 NEWREV 30579 CHG ChangeLog 30362->30579 CHG bignum.c 28819->30567 CHG configure.in 30047->30570 CHG io.c 30325->30574 CHG parse.y 29572->30558 CHG version.h 30363->30579 CHG vsnprintf.c 30042->30562 CHG ext/dl/cfunc.c 29390->30559 CHG ext/dl/dl.h 28139->30559 CHG ext/dl/handle.c 28736->30559 CHG ext/dl/win32/lib/win32/registry.rb 27418->30557 CHG ext/fiddle/fiddle.c 27644->30559 CHG ext/fiddle/fiddle.h 28470->30559 CHG ext/fiddle/function.c 27644->30559 CHG ext/psych/lib/psych/json/tree_builder.rb 27970->30566 CHG ext/readline/extconf.rb 25184->30569 CHG ext/readline/readline.c 29661->30569 CHG ext/socket/ancdata.c 27976->30554 CHG ext/stringio/stringio.c 30308->30565 CHG ext/zlib/zlib.c 28082->30575 CHG lib/irb/locale.rb 25189->30563 CHG lib/net/http.rb 30126->30571 CHG lib/net/imap.rb 27971->30576 CHG misc/ruby-mode.el 28106->30568 CHG test/csv/test_encodings.rb 30259->30556 CHG test/fiddle/test_fiddle.rb 27644->30559 CHG test/net/http/test_http.rb 27605->30571 CHG test/net/http/test_https.rb 25184->30571 CHG test/net/imap/test_imap.rb 29910->30577 CHG test/net/smtp/test_ssl_socket.rb 30323->30578 CHG test/psych/test_coder.rb 27130->30566 CHG test/ripper/dummyparser.rb 26047->30558 CHG test/ripper/test_parser_events.rb 27499->30558 CHG test/ruby/test_argf.rb 27308->30574 CHG test/ruby/test_io_m17n.rb 30127->30555 CHG test/ruby/test_time.rb 30267->30562 CHG test/stringio/test_stringio.rb 30308->30565 CHG tool/rbinstall.rb 29663->30579 COMMIT Float#round takes an optional arg COMMIT Add spec for Hash.each[_pair] yielding to |k,| args. =================================================================== +++ 20110116T225957Z @@ 302 @@ checking for fork... yes checking for spawnv... no checking for syscall... yes +checking for __syscall... no checking for chroot... yes checking for getcwd... yes checking for eaccess... yes @@ 479 @@ gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o hash.o -c hash.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o inits.o -c inits.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o io.o -c io.c +io.c:<line_a>:26: warning: "HAVE___SYSCALL" is not defined gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o marshal.o -c marshal.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o math.o -c math.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o node.o -c node.c @@ 5720 @@ Kernel.spawn -1 Kernel.sprintf -1 Kernel.srand -1 +Kernel.syscall -1 Kernel.system -1 Kernel.test -1 Kernel.throw -1 @@ 8601 @@ Classes: 1087 ( 654 undocumented) Constants: 1364 ( 1141 undocumented) Modules: 239 ( 137 undocumented) +Methods: 7642 ( 2876 undocumented) 53.46% documented Elapsed: <t>s @@ 8873 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_basicinstructions.rb:<line_a>: warning: (...) interpreted as grouped expression /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_basicinstructions.rb:<line_d>: warning: literal in condition /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_basicinstructions.rb:<line_b>: warning: (...) interpreted as grouped expression +/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_io_m17n.rb:<line_a>: warning: method redefined; discarding old test_open_r_encname_encname_in_opt +/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_io_m17n.rb:<line_a>: warning: previous definition of test_open_r_encname_encname_in_opt was here /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_iterator.rb:<line_a>: warning: statement not reached /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_iterator.rb:<line_b>: warning: statement not reached /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_iterator.rb:<line_c>: warning: statement not reached @@ 10002 @@ Psych::TestCoder#test_represent_with_init: <elapsed> s: . Psych::TestCoder#test_dump_with_tag: <elapsed> s: . Psych::TestCoder#test_map_takes_block: <elapsed> s: . +Psych::TestCoder#test_json_dump_exclude_tag: <elapsed> s: . Psych::TestCoder#test_dump_encode_with: <elapsed> s: . Psych::TestDateTime#test_round_trip: <elapsed> s: . Psych::TestDateTime#test_round_trip_with_offset: <elapsed> s: . @@ 11384 @@ TestArgf#test_skip: <elapsed> s: . TestArgf#test_tell: <elapsed> s: . TestArgf#test_to_io: <elapsed> s: . +TestArgf#test_unreadable: <elapsed> s: . TestArray#test_00_new: <elapsed> s: . TestArray#test_01_square_brackets: <elapsed> s: . TestArray#test_0_literal: <elapsed> s: . @@ 12626 @@ TestFiber#test_tls: <elapsed> s: . TestFiber#test_transfer: <elapsed> s: . TestFiddle#test_constants_match: <elapsed> s: . +TestFiddle#test_windows_constant: <elapsed> s: . TestFile#test_chown: <elapsed> s: . TestFile#test_each_byte_extended_file: <elapsed> s: . TestFile#test_each_char_extended_file: <elapsed> s: . @@ 15696 @@ TestIO_M17N#test_open_r_enc_enc: <elapsed> s: . TestIO_M17N#test_open_r_enc_enc_in_opt: <elapsed> s: . TestIO_M17N#test_open_r_enc_in_opt: <elapsed> s: . +TestIO_M17N#test_open_r_encname_encname: <elapsed> s: . +TestIO_M17N#test_open_r_encname_encname_in_opt: <elapsed> s: . +TestIO_M17N#test_open_r_encname_in_opt: <elapsed> s: . +TestIO_M17N#test_open_r_ext_enc_in_opt: <elapsed> s: . +TestIO_M17N#test_open_r_ext_encname_in_opt: <elapsed> s: . TestIO_M17N#test_open_rb: <elapsed> s: . TestIO_M17N#test_open_w: <elapsed> s: . TestIO_M17N#test_open_w_enc: <elapsed> s: . @@ 16512 @@ TestNetHTTPS#test_post: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded <elapsed> s: . +TestNetHTTPS#test_timeout_during_SSL_handshake: <elapsed> s: . TestNetHTTPS#test_verify_none: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters. <elapsed> s: . TestNetHTTP_v1_2#test_get: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:35:in `_test_get__get'; use `response = http.get(...)' instead. +net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:50:in `block in _test_get__get'; use `response = http.get(...)' instead. +net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:56:in `_test_get__iter'; use `response = http.get(...)' instead. +net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:73:in `_test_get__chunked'; use `response = http.get(...)' instead. <elapsed> s: . +TestNetHTTP_v1_2#test_get2: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:116:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete <elapsed> s: . TestNetHTTP_v1_2#test_get__break: <elapsed> s: . +TestNetHTTP_v1_2#test_get__implicit_start: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:100:in `test_get__implicit_start'; use `response = http.get(...)' instead. <elapsed> s: . TestNetHTTP_v1_2#test_head: <elapsed> s: . TestNetHTTP_v1_2#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded +net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:141:in `_test_post__base'; use `response = http.get(...)' instead. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded <elapsed> s: . TestNetHTTP_v1_2#test_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded @@ 16537 @@ TestNetHTTP_v1_2#test_s_post_form: <elapsed> s: . TestNetHTTP_v1_2#test_send_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded <elapsed> s: . +TestNetHTTP_v1_2#test_timeout_during_HTTP_session: <elapsed> s: . TestNetHTTP_v1_2_chunked#test_chunked_break: <elapsed> s: . TestNetHTTP_v1_2_chunked#test_get: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:35:in `_test_get__get'; use `response = http.get(...)' instead. +net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:50:in `block in _test_get__get'; use `response = http.get(...)' instead. +net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:56:in `_test_get__iter'; use `response = http.get(...)' instead. +net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:73:in `_test_get__chunked'; use `response = http.get(...)' instead. <elapsed> s: . +TestNetHTTP_v1_2_chunked#test_get2: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:116:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete <elapsed> s: . TestNetHTTP_v1_2_chunked#test_get__break: <elapsed> s: . +TestNetHTTP_v1_2_chunked#test_get__implicit_start: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:100:in `test_get__implicit_start'; use `response = http.get(...)' instead. <elapsed> s: . TestNetHTTP_v1_2_chunked#test_head: <elapsed> s: . TestNetHTTP_v1_2_chunked#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded +net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:141:in `_test_post__base'; use `response = http.get(...)' instead. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded <elapsed> s: . TestNetHTTP_v1_2_chunked#test_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded @@ 16561 @@ TestNetHTTP_v1_2_chunked#test_s_post_form: <elapsed> s: . TestNetHTTP_v1_2_chunked#test_send_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded <elapsed> s: . +TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: <elapsed> s: . TestNetHTTP_version_1_1#test_get: <elapsed> s: . +TestNetHTTP_version_1_1#test_get2: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:116:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete <elapsed> s: . TestNetHTTP_version_1_1#test_get__break: <elapsed> s: . TestNetHTTP_version_1_1#test_get__implicit_start: <elapsed> s: . @@ 16573 @@ <elapsed> s: . TestNetHTTP_version_1_1#test_s_get: <elapsed> s: . TestNetHTTP_version_1_1#test_s_post_form: <elapsed> s: . +TestNetHTTP_version_1_1#test_timeout_during_HTTP_session: <elapsed> s: . TestNotImplement#test_call_fork: <elapsed> s: . TestNotImplement#test_call_lchmod: <elapsed> s: . TestNotImplement#test_method_inspect_fork: <elapsed> s: . @@ 18120 @@ TestRipper::ParserEvents#test_mrhs_new_from_args: <elapsed> s: . TestRipper::ParserEvents#test_next: <elapsed> s: . TestRipper::ParserEvents#test_opassign: <elapsed> s: . +TestRipper::ParserEvents#test_opassign_error: <elapsed> s: . TestRipper::ParserEvents#test_operator_ambiguous: <elapsed> s: . TestRipper::ParserEvents#test_param_error: <elapsed> s: . TestRipper::ParserEvents#test_params: <elapsed> s: . @@ 18682 @@ TestStringIO#test_eof_1_seek: <elapsed> s: . TestStringIO#test_eof_2: <elapsed> s: . TestStringIO#test_eof_3: <elapsed> s: . +TestStringIO#test_frozen: <elapsed> s: . TestStringIO#test_fsync: <elapsed> s: . TestStringIO#test_getbyte: <elapsed> s: . TestStringIO#test_gets: <elapsed> s: . @@ 19530 @@ TestTimeTZ#test_zdump: <elapsed> s: . TestTimeout#test_cannot_convert_into_time_interval: <elapsed> s: . TestTimeout#test_queue: <elapsed> s: . +TestTimeout#test_timeout: <elapsed> s: F TestTrace#test_trace: <elapsed> s: . TestTrace#test_trace_break: <elapsed> s: . TestTrace#test_trace_proc_that_raises_exception: <elapsed> s: . @@ 20112 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_thread.rb:230:in `test_list' <n>) Failure: +test_timeout(TestTimeout) [/home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/test_timeout.rb:19]: +[ruby-dev:38319]. Exception raised: +<#<Timeout::Error: execution expired>>. +8459 tests, <num> assertions, 4 failures, 1 errors, 0 skips Test run options: --seed <num> --verbose make: *** [yes-test-all] [e382a8e383a9e383bc] 1 @@ 27454 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/float/round_spec.rb Float#round - returns the nearest Integer +- rounds self to an optionally given precision /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/float/to_f_spec.rb Float#to_f @@ 27674 @@ Hash#each_pair - yields a [[key, value]] Array for each pair to a block expecting |*args| - yields the key and value of each pair to a block expecting |key, value| +- yields the key only to a block expecting |key,| - uses the same order as keys() and values() - returns an Enumerator if called on a non-empty hash without a block - returns an Enumerator if called on an empty hash without a block @@ 27683 @@ Hash#each - yields a [[key, value]] Array for each pair to a block expecting |*args| - yields the key and value of each pair to a block expecting |key, value| +- yields the key only to a block expecting |key,| - uses the same order as keys() and values() - returns an Enumerator if called on a non-empty hash without a block - returns an Enumerator if called on an empty hash without a block @@ 49966 @@ <n>) UNIXSocket#recv_io takes an optional mode to use ERROR +NoMethodError: undefined method `mode' for #<File:fd 17> /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:48:in `block (3 levels) in <top (required)>' /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:4:in `<top (required)>' Finished in <t> seconds +3328 files, 17005 examples, <num> expectations, 3 failures, 4 errors exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20110115T225747Z @@ 5718 @@ Kernel.spawn -1 Kernel.sprintf -1 Kernel.srand -1 -Kernel.syscall 0 not-implemented Kernel.system -1 Kernel.test -1 Kernel.throw -1 @@ 8599 @@ Classes: 1087 ( 654 undocumented) Constants: 1364 ( 1141 undocumented) Modules: 239 ( 137 undocumented) -Methods: 7642 ( 2877 undocumented) 53.46% documented Elapsed: <t>s @@ 15688 @@ TestIO_M17N#test_open_r_enc: <elapsed> s: . TestIO_M17N#test_open_r_enc_enc: <elapsed> s: . TestIO_M17N#test_open_r_enc_enc_in_opt: <elapsed> s: . -TestIO_M17N#test_open_r_enc_enc_in_opt2: <elapsed> s: . TestIO_M17N#test_open_r_enc_in_opt: <elapsed> s: . -TestIO_M17N#test_open_r_enc_in_opt2: <elapsed> s: . TestIO_M17N#test_open_rb: <elapsed> s: . TestIO_M17N#test_open_w: <elapsed> s: . TestIO_M17N#test_open_w_enc: <elapsed> s: . @@ 16505 @@ TestNetHTTPS#test_verify_none: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters. <elapsed> s: . TestNetHTTP_v1_2#test_get: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:35:in `_test_get__get'; use `response = http.get(...)' instead. -net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:52:in `_test_get__iter'; use `response = http.get(...)' instead. -net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:69:in `_test_get__chunked'; use `response = http.get(...)' instead. <elapsed> s: . -TestNetHTTP_v1_2#test_get2: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:112:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete <elapsed> s: . TestNetHTTP_v1_2#test_get__break: <elapsed> s: . -TestNetHTTP_v1_2#test_get__implicit_start: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:96:in `test_get__implicit_start'; use `response = http.get(...)' instead. <elapsed> s: . TestNetHTTP_v1_2#test_head: <elapsed> s: . TestNetHTTP_v1_2#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded -net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:137:in `_test_post__base'; use `response = http.get(...)' instead. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded <elapsed> s: . TestNetHTTP_v1_2#test_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded @@ 16527 @@ <elapsed> s: . TestNetHTTP_v1_2_chunked#test_chunked_break: <elapsed> s: . TestNetHTTP_v1_2_chunked#test_get: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:35:in `_test_get__get'; use `response = http.get(...)' instead. -net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:52:in `_test_get__iter'; use `response = http.get(...)' instead. -net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:69:in `_test_get__chunked'; use `response = http.get(...)' instead. <elapsed> s: . -TestNetHTTP_v1_2_chunked#test_get2: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:112:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete <elapsed> s: . TestNetHTTP_v1_2_chunked#test_get__break: <elapsed> s: . -TestNetHTTP_v1_2_chunked#test_get__implicit_start: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:96:in `test_get__implicit_start'; use `response = http.get(...)' instead. <elapsed> s: . TestNetHTTP_v1_2_chunked#test_head: <elapsed> s: . TestNetHTTP_v1_2_chunked#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded -net/http.rb: warning: Net::HTTP v1.1 style assignment found at /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:137:in `_test_post__base'; use `response = http.get(...)' instead. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded <elapsed> s: . TestNetHTTP_v1_2_chunked#test_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded @@ 16548 @@ TestNetHTTP_v1_2_chunked#test_send_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded <elapsed> s: . TestNetHTTP_version_1_1#test_get: <elapsed> s: . -TestNetHTTP_version_1_1#test_get2: /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/net/http/test_http.rb:112:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete <elapsed> s: . TestNetHTTP_version_1_1#test_get__break: <elapsed> s: . TestNetHTTP_version_1_1#test_get__implicit_start: <elapsed> s: . @@ 19512 @@ TestTimeTZ#test_zdump: <elapsed> s: . TestTimeout#test_cannot_convert_into_time_interval: <elapsed> s: . TestTimeout#test_queue: <elapsed> s: . -TestTimeout#test_timeout: <elapsed> s: . TestTrace#test_trace: <elapsed> s: . TestTrace#test_trace_break: <elapsed> s: . TestTrace#test_trace_proc_that_raises_exception: <elapsed> s: . @@ 20093 @@ /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/envutil.rb:187:in `assert_in_out_err' /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/ruby/test/ruby/test_thread.rb:230:in `test_list' -8447 tests, <num> assertions, 3 failures, 1 errors, 0 skips Test run options: --seed <num> --verbose make: *** [yes-test-all] [e382a8e383a9e383bc] 1 @@ 49939 @@ <n>) UNIXSocket#recv_io takes an optional mode to use ERROR -NoMethodError: undefined method `mode' for #<File:fd 21> /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:48:in `block (3 levels) in <top (required)>' /home/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/library/socket/unixsocket/recv_io_spec.rb:4:in `<top (required)>' Finished in <t> seconds -3328 files, 17002 examples, <num> expectations, 3 failures, 4 errors exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20110115T225747Z < ThisDiff > 20110116T225957Z > NewerDiff