OlderDiff < 20110620T035656Z < ThisDiff > 20110621T045819Z > NewerDiff
COMMIT [NARUSE, Yui] 1.9's BigDecimal's precision depends SIZEOF_BDIGITS. COMMIT [Brian Ford] Pull in Thread specs that changed on hydra branch. COMMIT [Dirkjan Bussink] Add spec for constant name setting behavior for Class#dup COMMIT [Chris Bunch] added rubyspec test case to ensure that we test for string ports in the future COMMIT [Dirkjan Bussink] Add case for instance_methods when fiddling with public / private COMMIT [Evan Phoenix] Add additional spec for Enumerable#cycle COMMIT [Evan Phoenix] Cleanup Kernel, part deux COMMIT [Evan Phoenix] Some Process spec cleanup and coerce tests added COMMIT [Evan Phoenix] Increase the tolerance of an IO.select spec COMMIT [Brian Ford] Some cleanup for File.directory? specs. COMMIT [jc00ke] Added specs for File.directory? with non-strings. COMMIT [Brian Ford] More fixes for File|FileTest.directory? and File::Stat#directory? specs. COMMIT [Evan Phoenix] Add a spec for Object.const_defined? + included Modules COMMIT [Gibheer] tests for DateTime#hour, #min, #minute, #sec, #second COMMIT [Gibheer] use different values, so that it won't be confused with the expected value COMMIT [Evan Phoenix] Add dummy P rules for pack/unpack COMMIT [Evan Phoenix] Handle reopening a module that was included into Object. Fixes #883 COMMIT [Evan Phoenix] Add spec for Time.at and subclasses COMMIT [Evan Phoenix] Add more Time specs to clarify where subclasses are honored COMMIT [Evan Phoenix] Remove rubinius devation spec COMMIT [Gibheer] added a new spec for Array#sort to catch block returning nil COMMIT [Evan Phoenix] Add specs for special operator's symbol values COMMIT [Brian Ford] Fixed special symbol specs for 1.9. COMMIT [Evan Phoenix] Add spec for %s with space leader and width COMMIT [Evan Phoenix] Add specs for -s COMMIT [Brian Ford] More C-API specs for rb_num2long and rb_num2ulong. COMMIT [Dirkjan Bussink] Add specs for rb_check_to_integer COMMIT [Victor Costan] New examples for IO.ioctl COMMIT [Evan Phoenix] Don't depend on TTY ioctls for testing COMMIT [Victor Costan] Another test for IO.ioctl that verifies String buffer handling. COMMIT [Evan Phoenix] Fix up specs for Thread.new, .start, and .fork COMMIT [Evan Phoenix] Fix some naming to be clearer COMMIT [Wim Looman] Added spec for #1005 COMMIT [Maximilian Lupke] Add spec for issue #988 COMMIT [Maximilian Lupke] Oops, typo in spec COMMIT [Maximilian Lupke] Make CGI specs pass COMMIT [Brian Ford] Clean up whitespace. COMMIT [Evan Phoenix] Add a few more weird []= splat specs COMMIT [Evan Phoenix] Clean up language/method_spec.rb COMMIT [Flavio Castelli] Add spec for File.owned? and fix a bug COMMIT [Flavio Castelli] Add spec for File.pipe? COMMIT [Flavio Castelli] Add spec for File.socket? COMMIT [Flavio Castelli] Add spec for File.sticky? COMMIT [Flavio Castelli] Add spec for File::Stat.owned? COMMIT [Flavio Castelli] Add spec for File::Spec.pipe? COMMIT [burningTyger] added spec for IO#each COMMIT [Brian Ford] Fixed Method#parameters fixture for 1.9. COMMIT [Brian Ford] Apply Evan's cleanup patch from rbx b358be04. COMMIT [Brian Ford] Fixed incorrect placement of describe end in db922f3d. COMMIT [Brian Ford] Fixed Class#dup name spec. COMMIT [NARUSE, Yui] Fix platform dependent issue of sticky bit. COMMIT [NARUSE, Yui] On 1.9, it raises a ArgumentError if not passed a block. COMMIT [NARUSE, Yui] BigDecimal depends sizeof int/long long from 1.9.3. COMMIT [NARUSE, Yui] Use valid offset for datetime. =================================================================== +++ 20110621T045819Z @@ 7240 @@ test_fetch(TestSDBM): . test_has_value?(TestSDBM): . test_haskey?(TestSDBM): . +test_indexes(TestSDBM): . test_invert(TestSDBM): . test_key(TestSDBM): . test_keys(TestSDBM): . @@ 7260 @@ test_values(TestSDBM): . test_values_at(TestSDBM): . test_version(TestSDBM): . +test_normal(SOAP::TestEnvelopeNamespace): . test_date(SOAP::TestMapping): . test_datetime(SOAP::TestMapping): . test_aref(SOAP::TestProperty): . @@ 7308 @@ test_member(SOAP::TestSOAPElement): . test_to_obj(SOAP::TestSOAPElement): . test_basic_auth(SOAP::TestStreamHandler): . +test_charset(SOAP::TestStreamHandler): . +test_normal(SOAP::TestStreamHandler): . +test_proxy(SOAP::TestStreamHandler): . +test_uri(SOAP::TestStreamHandler): . +test_doc_enc_doc_enc(SOAP::TestStyleUse): . +test_doc_enc_doc_lit(SOAP::TestStyleUse): . +test_doc_lit_doc_enc(SOAP::TestStyleUse): . +test_doc_lit_doc_lit(SOAP::TestStyleUse): . +test_rpc_enc_rpc_enc(SOAP::TestStyleUse): . +test_rpc_enc_rpc_lit(SOAP::TestStyleUse): . +test_rpc_lit_rpc_enc(SOAP::TestStyleUse): . +test_rpc_lit_rpc_lit(SOAP::TestStyleUse): . +test_aspdotnethandler(SOAP::ASPDotNet::TestASPDotNet): . +test_document_method(SOAP::ASPDotNet::TestASPDotNet): . +test_calc(SOAP::Calc::TestCalc): . +test_calc2(SOAP::Calc::TestCalc2): . +test_calc_cgi(SOAP::Calc::TestCalcCGI): . +test_custom_fault(SOAP::Fault::TestCustomFault): . +test_authfailure(SOAP::Header::TestAuthHeader): . +test_mu(SOAP::Header::TestAuthHeader): . +test_no_mu(SOAP::Header::TestAuthHeader): . +test_success_mu(SOAP::Header::TestAuthHeader): . +test_success_no_mu(SOAP::Header::TestAuthHeader): . +test_authfailure(SOAP::Header::TestAuthHeaderCGI): . +test_success(SOAP::Header::TestAuthHeaderCGI): . +test_string(SOAP::Header::TestSimpleHandler): . +test_hello_world(SOAP::HelloWorld::TestHelloWorld): . test_marshal(SOAP::Marshal::TestDigraph): . test_anonymous(SOAP::Marshal::TestMarshal): . test_array(SOAP::Marshal::TestMarshal): . @@ 7395 @@ test_foo1(SOAP::Marshal::TestStruct): . test_foo2(SOAP::Marshal::TestStruct): . test_foo3(SOAP::Marshal::TestStruct): . +test_struct(SOAP::Struct::TestStruct): . +test_get_file(SOAP::SWA::TestFile): . +test_put_file(SOAP::SWA::TestFile): . +test_old_driver(SOAP::TestCalc): . +test_rpc_driver(SOAP::TestCalc): . +test_document(SOAP::TestDocument): . +test_ping(SOAP::TestSimpleType): . test_getaddrinfo_raises_no_errors_on_port_argument_of_0(TestBasicSocket): . test_getsockopt(TestBasicSocket): . test_listen(TestBasicSocket): . @@ 7484 @@ test_getch(TestStringScanner): . test_inspect(TestStringScanner): . test_matched(TestStringScanner): . +test_matched_size(TestStringScanner): . test_pos(TestStringScanner): . test_post_match(TestStringScanner): . test_pre_match(TestStringScanner): . @@ 7540 @@ test_display(Test::Unit::TestFailure): . test_basic_collection(Test::Unit::Collector::TC_ObjectSpace): . test_filtered_collection(Test::Unit::Collector::TC_ObjectSpace): . +test_collect_file(Test::Unit::Collector::TestDir): . +test_collect_multi(Test::Unit::Collector::TestDir): . test_dir(Test::Unit::Collector::TestDir): . +test_filtering(Test::Unit::Collector::TestDir): . test_fs(Test::Unit::Collector::TestDir): . test_fs_entries(Test::Unit::Collector::TestDir): . test_fs_pwd(Test::Unit::Collector::TestDir): . test_fs_require(Test::Unit::Collector::TestDir): . test_fs_sub(Test::Unit::Collector::TestDir): . +test_multilevel_collect(Test::Unit::Collector::TestDir): . +test_nil_pattern(Test::Unit::Collector::TestDir): . +test_simple_collect(Test::Unit::Collector::TestDir): . RUNIT::TestAssert#test_assert_equal_float_0_5: . RUNIT::TestAssert#test_assert_kind_of: . RUNIT::TestAssert#test_assert: . @@ 7609 @@ test_extract(URI::TestCommon): . test_kernel_uri(URI::TestCommon): . test_regexp(URI::TestCommon): . +test_assemble(URI::TestFTP): . test_parse(URI::TestFTP): . test_paths(URI::TestFTP): . test_select(URI::TestFTP): . @@ 7618 @@ test_parse(URI::TestGeneric): . test_rfc3986_examples(URI::TestGeneric): . test_route(URI::TestGeneric): . +test_set_component(URI::TestGeneric): . test_equal(URI::TestHTTP): . test_normalize(URI::TestHTTP): . test_parse(URI::TestHTTP): . @@ 7628 @@ test_select(URI::TestLDAP): . test_build(URI::TestMailTo): . test_select(URI::TestMailTo): . +test_bad_request(TestWEBrickCGI): . +test_cgi(TestWEBrickCGI): . test_new(TestWEBrickCookie): . test_parse(TestWEBrickCookie): . test_parse_set_cookie(TestWEBrickCookie): . +test_parse_set_cookies(TestWEBrickCookie): . test_time(TestWEBrickCookie): . +test_basic_auth(TestWEBrickHTTPAuth): . +test_basic_auth2(TestWEBrickHTTPAuth): . test_basic_auth3(TestWEBrickHTTPAuth): . +test_bad_messages(TestWEBrickHTTPRequest): . +test_chunked(TestWEBrickHTTPRequest): . test_parse_09(TestWEBrickHTTPRequest): . +test_parse_10(TestWEBrickHTTPRequest): . +test_parse_11(TestWEBrickHTTPRequest): . +test_parse_get_params(TestWEBrickHTTPRequest): . +test_parse_header2(TestWEBrickHTTPRequest): . +test_parse_headers(TestWEBrickHTTPRequest): . +test_parse_headers3(TestWEBrickHTTPRequest): . +test_parse_post_params(TestWEBrickHTTPRequest): . +test_callbacks(TestWEBrickHTTPServer): . test_lookup_server(TestWEBrickHTTPServer): . test_mount(TestWEBrickHTTPServer): . test_escape(TestWEBrickHTTPUtils): . @@ 7665 @@ test_callbacks(TestWEBrickServer): . test_daemon(TestWEBrickServer): . test_server(TestWEBrickServer): . +test_directory_traversal(WEBrick::TestFileHandler): . +test_filehandler(WEBrick::TestFileHandler): . +test_make_partial_content(WEBrick::TestFileHandler): . +test_non_disclosure_name(WEBrick::TestFileHandler): . +test_script_disclosure(WEBrick::TestFileHandler): . +test_short_filename(WEBrick::TestFileHandler): . test_unwise_in_path(WEBrick::TestFileHandler): . test_by_wsdl(WSDL::TestFault): . test_multiplefault(WSDL::TestMultipleFault): . @@ 7678 @@ test_any(WSDL::Any::TestAny): . test_by_stub(WSDL::TestAxisArray): . test_by_wsdl(WSDL::TestAxisArray): . +test_datetime(WSDL::Datetime::TestDatetime): . +test_time(WSDL::Datetime::TestDatetime): . +test_with_soapaction(WSDL::Document::TestNoSOAPAction): . +test_without_soapaction(WSDL::Document::TestNoSOAPAction): . +test_wsdl(WSDL::Document::TestNumber): . +test_naive(WSDL::Document::TestRPC): . +test_wsdl(WSDL::Document::TestRPC): . test_by_wsdl(WSDL::TestMap): . +test_wsdldriver(WSDL::TestMap): . test_classdef(TestWSDLMarshal): . test_marshal(TestWSDLMarshal): . +test_raa(WSDL::RAA::TestRAA): . test_classdef(WSDL::Ref::TestRef): . +test_wsdl(WSDL::RPC::TestRPC): . +test_ping(WSDL::SimpleType::TestSimpleType): . +test_ping_id(WSDL::SimpleType::TestSimpleType): . test_rpc(WSDL::SimpleType::TestRPC): . +test_soapbodyparts(WSDL::SOAP::TestSOAPBodyParts): . +test_cookie(TestCookie): . test_get_values(Test_DateTime): . test_new(Test_DateTime): . test_new_exception(Test_DateTime): . @@ 7722 @@ test_parseMethodResponse1(Test_REXMLStreamParser): . test_parseMethodResponse2(Test_REXMLStreamParser): . test_parseMethodResponse3(Test_REXMLStreamParser): . +test_client_server(Test_Webrick): . test_wsdl(XSD::TestEmptyCharset): . test_wsdl(XSD::TestXMLSchemaParser): . test_NSDBase(XSD::TestXSD): . @@ 7852 @@ test_finished_p(TestZlibDeflate): . test_flush(TestZlibDeflate): . test_initialize(TestZlibDeflate): . +test_params(TestZlibDeflate): . test_reset(TestZlibDeflate): . +test_set_dictionary(TestZlibDeflate): . test_total(TestZlibDeflate): . test_closed_p(TestZlibGzipFile): . test_comment(TestZlibGzipFile): . @@ 7897 @@ test_inflate(TestZlibInflate): . test_initialize(TestZlibInflate): . test_set_dictionary(TestZlibInflate): . +test_sync(TestZlibInflate): . Finished in <t> seconds. <n>) Failure: +test_threadswitch_init(Test_ThreadSwitch) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/-ext-/test_threadswitch_hook.rb:13]: +<""> expected to be =~ +</not an official API/>. <n>) Failure: test_gc(TestBigDecimal) @@ 7936 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/socket/test_unix.rb:37:in `bound_unix_socket' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/socket/test_unix.rb:43:in `test_addr' +2671 tests, 1351903 assertions, 2 failures, 3 errors make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 7975 @@ The -r command line option - requires the specified file +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/command_line/dash_s_spec.rb +The -s command line option when using -- to stop parsing +- sets the value to true without an explicit value +- parses single letter args into globals +- parses long args into globals +- converts extra dashes into underscorse +The -s command line option when running a script +- sets the value to true without an explicit value +- parses single letter args into globals +- parses long args into globals +- converts extra dashes into underscorse /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/command_line/dash_upper_i_spec.rb The -I command line option @@ 10572 @@ - behaves like with count == 0 with star parameter - doesn't increment the array index count +Array#pack with format 'P' +- returns a String who's size is equal to the number of bytes in a machine word String#unpack with 'w' directive - produces a BER-compressed integer @@ 10857 @@ - uses #<=> of elements in order to sort - does not deal with exceptions raised by unimplemented or incorrect #<=> - may take a block which is used to determine the order of objects a and b described as -1, 0 or +1 +- raises an error when a given block returns nil - does not call #<=> on contained objects when invoked with a block - does not call #<=> on elements when invoked with a block even if Array is large (Rubinius #412) - completes when supplied a block that always returns the same result @@ 11318 @@ Class#dup - duplicates both the class and the singleton class - retains the correct ancestor chain for the singleton class +- sets the name from the class to "" if not assigned to a constant +- stores the new name if assigned to a constant /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/class/inherited_spec.rb Class.inherited @@ 11825 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/cycle_spec.rb Enumerable#cycle - loops indefinitely if no argument or nil argument +- returns if there are no elements - yields successive elements of the array repeatedly Enumerable#cycle passed a number n as an argument @@ 12772 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/directory_spec.rb File.directory? +- return true if the argument is a directory +- returns false if the argument is not a directory - raises a TypeError when passed an Integer - raises a TypeError when passed nil File.directory? +- returns false if the argument is an IO that's not a directory +- return true if the argument is an IO that is a directory +- calls #to_io to convert a non-IO object +- raises a TypeError when passed a Dir instance /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/dirname_spec.rb File.dirname @@ 13113 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/owned_spec.rb File.owned? +- returns false if file does not exist +- returns true if the file exist and is owned by the user +- returns false when the file is not owned by the user /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/path_spec.rb File#path @@ 13123 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/pipe_spec.rb File.pipe? +- returns false if file does not exist +- returns false if the file is not a pipe +- returns true if the file is a pipe /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/read_spec.rb File.read @@ 13203 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/socket_spec.rb File.socket? +- returns false if file does not exist +- returns false if the file is not a socket +- returns true if the file is a socket /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/split_spec.rb File.split @@ 13262 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/directory_spec.rb File::Stat#directory? +- return true if the argument is a directory +- returns false if the argument is not a directory - raises a TypeError when passed an Integer - raises a TypeError when passed nil @@ 13334 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/owned_spec.rb File::Stat#owned? +- returns true if the file is owned by the user +- returns false if the file is not owned by the user /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/pipe_spec.rb File::Stat#pipe? +- returns false if the file is not a pipe +- returns true if the file is a pipe /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/rdev_major_spec.rb File::Stat#rdev_major @@ 13440 @@ - returns false if the file dies not exist File.sticky? +- returns false if file does not exist +- returns false if the file has not sticky bit set +- returns true if the file has sticky bit set /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/symlink_spec.rb File.symlink @@ 13542 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/filetest/directory_spec.rb FileTest.directory? +- return true if the argument is a directory +- returns false if the argument is not a directory - raises a TypeError when passed an Integer - raises a TypeError when passed nil FileTest.directory? +- returns false if the argument is an IO that's not a directory +- return true if the argument is an IO that is a directory +- calls #to_io to convert a non-IO object +- raises a TypeError when passed a Dir instance /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/filetest/executable_real_spec.rb FileTest.executable_real? @@ 14818 @@ - does not change $_ - returns self - raises an IOError when self is not readable +- makes line count accessible via lineno +- makes line count accessible via $. - returns an Enumerator when passed no block IO#each_line when passed a String containing one space as a separator @@ 14844 @@ - does not change $_ - returns self - raises an IOError when self is not readable +- makes line count accessible via lineno +- makes line count accessible via $. - returns an Enumerator when passed no block IO#each when passed a String containing one space as a separator @@ 17348 @@ - loads a array containing objects having _dump method, and with proc - loads an array containing objects having marshal_dump method, and with proc - loads an Array with proc +- assigns classes to nested subclasses of Array correctly - raises a TypeError with bad Marshal version - raises EOFError on loading an empty file - returns an untainted object if source is untainted @@ 18083 @@ - returns false if the constant is not defined in the receiver - does not call #const_missing if the constant is not defined in the receiver - calls #to_str to convert the given name to a String +- special cases Object and checks it's included Modules - raises a NameError if the name does not start with a capital letter - raises a NameError if the name starts with a non-alphabetic character - raises a NameError if the name contains non-alphabetic characters except '_' @@ 19115 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/getpgid_spec.rb Process.getpgid +- coerces the argument to an Integer - returns the process group ID for the given process id - returns the process group ID for the calling process id when passed 0 @@ 19125 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/getpriority_spec.rb Process.getpriority +- coerces arguments to Integers - gets the scheduling priority for a specified process - gets the scheduling priority for a specified process group - gets the scheduling priority for a specified user @@ 19231 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setrlimit_spec.rb Process.setrlimit and Process.getrlimit +- coerces arguments to Integers - limit and get core size (bytes) - limit and get CPU time (seconds) - limit and get data segment (bytes) @@ 19448 @@ - sets $? to a Process::Status - waits for any child process if no pid is given - waits for a specific child if a pid is given +- coerces the pid to an Integer - waits for a child whose process group ID is that of the calling process - doesn't block if no child is available when WNOHANG is used - always accepts flags=0 @@ 20405 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/string/intern_spec.rb String#intern - returns the symbol corresponding to self +- special cases +(binary) and -(binary) +- special cases !@ and ~@ +- special cases !(unary) and ~(unary) +- special cases +(unary) and -(unary) - raises an ArgumentError when self can't be converted to symbol /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/string/length_spec.rb @@ 20532 @@ - calls inspect on arguments for %p format - taints result for %p when argument.inspect is tainted - supports string formats using %s +- respects a space padding request not as part of the width - calls to_s on non-String arguments for %s format - taints result for %s when argument is tainted - raises an ArgumentError for huge precisions for %s @@ 20648 @@ - always returns 3 elements - accepts regexp - raises error if not convertible to string +- takes precedence over a given block String#partition with a block - is still available @@ 21122 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/string/to_sym_spec.rb String#to_sym - returns the symbol corresponding to self +- special cases +(binary) and -(binary) +- special cases !@ and ~@ +- special cases !(unary) and ~(unary) +- special cases +(unary) and -(unary) - raises an ArgumentError when self can't be converted to symbol /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/string/tr_s_spec.rb @@ 22005 @@ String#unpack with 'w' directive - produces a BER-compressed integer +String#unpack with 'P' directive +- returns a random object after consume a words worth of byte /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/string/upcase_spec.rb String#upcase @@ 22374 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread +- return true for a killed but still running threadtimeout: output interval exceeds 1200.0 seconds. timeout: the process group <pgid> is alive. timeout: INT signal sent. |output interval exceeds 1200.0 seconds. (CommandTimeout) @@ 22484 @@ Finished in <t> seconds 1 file, 1 example, <num> expectation, 0 failures, 0 errors +== rubyspec/command_line/dash_s_spec.rb # <time> ++ bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/command_line/dash_s_spec.rb ruby <version> +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/command_line/dash_s_spec.rb +The -s command line option when using -- to stop parsing +- sets the value to true without an explicit value +- parses single letter args into globals +- parses long args into globals +- converts extra dashes into underscorse +The -s command line option when running a script +- sets the value to true without an explicit value +- parses single letter args into globals +- parses long args into globals +- converts extra dashes into underscorse Finished in <t> seconds @@ 26341 @@ - behaves like with count == 0 with star parameter - doesn't increment the array index count +Array#pack with format 'P' +- returns a String who's size is equal to the number of bytes in a machine word String#unpack with 'w' directive - produces a BER-compressed integer @@ 26350 @@ Finished in <t> seconds +1 file, 551 examples, <num> expectations, 0 failures, 0 errors == rubyspec/core/array/partition_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/array/partition_spec.rb ruby <version> @@ 26810 @@ - uses #<=> of elements in order to sort - does not deal with exceptions raised by unimplemented or incorrect #<=> - may take a block which is used to determine the order of objects a and b described as -1, 0 or +1 +- raises an error when a given block returns nil - does not call #<=> on contained objects when invoked with a block - does not call #<=> on elements when invoked with a block even if Array is large (Rubinius #412) - completes when supplied a block that always returns the same result @@ 26840 @@ Finished in <t> seconds +1 file, 35 examples, <num> expectations, 0 failures, 0 errors == rubyspec/core/array/take_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/array/take_spec.rb ruby <version> @@ 27998 @@ Class#dup - duplicates both the class and the singleton class - retains the correct ancestor chain for the singleton class +- sets the name from the class to "" if not assigned to a constant +- stores the new name if assigned to a constant Finished in <t> seconds @@ 29627 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/cycle_spec.rb Enumerable#cycle - loops indefinitely if no argument or nil argument +- returns if there are no elements - yields successive elements of the array repeatedly Enumerable#cycle passed a number n as an argument @@ 31790 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/directory_spec.rb File.directory? +- return true if the argument is a directory +- returns false if the argument is not a directory - raises a TypeError when passed an Integer - raises a TypeError when passed nil File.directory? +- returns false if the argument is an IO that's not a directory +- return true if the argument is an IO that is a directory +- calls #to_io to convert a non-IO object +- raises a TypeError when passed a Dir instance Finished in <t> seconds @@ 32323 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/owned_spec.rb File.owned? +- returns false if file does not exist +- returns true if the file exist and is owned by the user +- returns false when the file is not owned by the user Finished in <t> seconds @@ 32349 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/pipe_spec.rb File.pipe? +- returns false if file does not exist +- returns false if the file is not a pipe +- returns true if the file is a pipe Finished in <t> seconds @@ 32525 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/socket_spec.rb File.socket? +- returns false if file does not exist +- returns false if the file is not a socket +- returns true if the file is a socket Finished in <t> seconds @@ 32680 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/directory_spec.rb File::Stat#directory? +- return true if the argument is a directory +- returns false if the argument is not a directory - raises a TypeError when passed an Integer - raises a TypeError when passed nil @@ 32856 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/owned_spec.rb File::Stat#owned? +- returns true if the file is owned by the user +- returns false if the file is not owned by the user Finished in <t> seconds @@ 32869 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/pipe_spec.rb File::Stat#pipe? +- returns false if the file is not a pipe +- returns true if the file is a pipe Finished in <t> seconds @@ 33122 @@ - returns false if the file dies not exist File.sticky? +- returns false if file does not exist +- returns false if the file has not sticky bit set +- returns true if the file has sticky bit set Finished in <t> seconds @@ 33336 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/filetest/directory_spec.rb FileTest.directory? +- return true if the argument is a directory +- returns false if the argument is not a directory - raises a TypeError when passed an Integer - raises a TypeError when passed nil FileTest.directory? +- returns false if the argument is an IO that's not a directory +- return true if the argument is an IO that is a directory +- calls #to_io to convert a non-IO object +- raises a TypeError when passed a Dir instance Finished in <t> seconds @@ 36578 @@ - does not change $_ - returns self - raises an IOError when self is not readable +- makes line count accessible via lineno +- makes line count accessible via $. - returns an Enumerator when passed no block IO#each_line when passed a String containing one space as a separator @@ 36612 @@ - does not change $_ - returns self - raises an IOError when self is not readable +- makes line count accessible via lineno +- makes line count accessible via $. - returns an Enumerator when passed no block IO#each when passed a String containing one space as a separator @@ 40787 @@ - loads a array containing objects having _dump method, and with proc - loads an array containing objects having marshal_dump method, and with proc - loads an Array with proc +- assigns classes to nested subclasses of Array correctly - raises a TypeError with bad Marshal version - raises EOFError on loading an empty file - returns an untainted object if source is untainted @@ 40892 @@ Finished in <t> seconds +1 file, 92 examples, <num> expectations, 0 failures, 0 errors == rubyspec/core/marshal/restore_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/marshal/restore_spec.rb ruby <version> @@ 42345 @@ - returns false if the constant is not defined in the receiver - does not call #const_missing if the constant is not defined in the receiver - calls #to_str to convert the given name to a String +- special cases Object and checks it's included Modules - raises a NameError if the name does not start with a capital letter - raises a NameError if the name starts with a non-alphabetic character - raises a NameError if the name contains non-alphabetic characters except '_' @@ 44960 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/getpgid_spec.rb Process.getpgid +- coerces the argument to an Integer - returns the process group ID for the given process id - returns the process group ID for the calling process id when passed 0 @@ 44986 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/getpriority_spec.rb Process.getpriority +- coerces arguments to Integers - gets the scheduling priority for a specified process - gets the scheduling priority for a specified process group - gets the scheduling priority for a specified user @@ 45252 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setrlimit_spec.rb Process.setrlimit and Process.getrlimit +- coerces arguments to Integers - limit and get core size (bytes) - limit and get CPU time (seconds) - limit and get data segment (bytes) @@ 45829 @@ - sets $? to a Process::Status - waits for any child process if no pid is given - waits for a specific child if a pid is given +- coerces the pid to an Integer - waits for a child whose process group ID is that of the calling process - doesn't block if no child is available when WNOHANG is used - always accepts flags=0 @@ 47999 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/string/intern_spec.rb String#intern - returns the symbol corresponding to self +- special cases +(binary) and -(binary) +- special cases !@ and ~@ +- special cases !(unary) and ~(unary) +- special cases +(unary) and -(unary) - raises an ArgumentError when self can't be converted to symbol @@ 48174 @@ - calls inspect on arguments for %p format - taints result for %p when argument.inspect is tainted - supports string formats using %s +- respects a space padding request not as part of the width - calls to_s on non-String arguments for %s format - taints result for %s when argument is tainted - raises an ArgumentError for huge precisions for %s @@ 48233 @@ Finished in <t> seconds +1 file, 112 examples, <num> expectations, 0 failures, 0 errors == rubyspec/core/string/multiply_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/string/multiply_spec.rb ruby <version> @@ 48338 @@ - always returns 3 elements - accepts regexp - raises error if not convertible to string +- takes precedence over a given block String#partition with a block - is still available @@ 49094 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/string/to_sym_spec.rb String#to_sym - returns the symbol corresponding to self +- special cases +(binary) and -(binary) +- special cases !@ and ~@ +- special cases !(unary) and ~(unary) +- special cases +(unary) and -(unary) - raises an ArgumentError when self can't be converted to symbol @@ 50529 @@ String#unpack with 'w' directive - produces a BER-compressed integer +String#unpack with 'P' directive +- returns a random object after consume a words worth of byte Finished in <t> seconds @@ 51378 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread +- return true for a killed but still running threadtimeout: output interval exceeds 1200.0 seconds. timeout: the process group <pgid> is alive. timeout: INT signal sent. |output interval exceeds 1200.0 seconds. (CommandTimeout) @@ 51386 @@ | /Users/chkbuild/chkbuild/timeoutcom.rb:117:in `popen' | /Users/chkbuild/chkbuild/timeoutcom.rb:117:in `timeout_command' | /Users/chkbuild/chkbuild/chkbuild/build.rb:1288:in `run' +| /Users/chkbuild/chkbuild/chkbuild/ruby.rb:375 | /Users/chkbuild/chkbuild/chkbuild/build.rb:509:in `catch_error' +| /Users/chkbuild/chkbuild/chkbuild/ruby.rb:362 +| /Users/chkbuild/chkbuild/util.rb:452:in `stable_find' +| /Users/chkbuild/chkbuild/util.rb:416:in `stable_find' +| /Users/chkbuild/chkbuild/util.rb:415:in `catch' +| /Users/chkbuild/chkbuild/util.rb:415:in `stable_find' +| /Users/chkbuild/chkbuild/util.rb:452:in `stable_find' +| /Users/chkbuild/chkbuild/chkbuild/ruby.rb:356 +| /Users/chkbuild/chkbuild/chkbuild/ruby.rb:355:in `each' +| /Users/chkbuild/chkbuild/chkbuild/ruby.rb:355 | /Users/chkbuild/chkbuild/chkbuild/build.rb:315:in `call' | /Users/chkbuild/chkbuild/chkbuild/build.rb:315:in `do_build' | /Users/chkbuild/chkbuild/chkbuild/build.rb:509:in `catch_error' @@ 51416 @@ | /Users/chkbuild/chkbuild/sample/build-ruby:81 | /Users/chkbuild/chkbuild/start-build:39:in `load' | /Users/chkbuild/chkbuild/start-build:39 +failed(rubyspec/core/thread/alive_spec.rb CommandTimeout) +== rubyspec/core/thread/allocate_spec.rb # <time> ++ bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/thread/allocate_spec.rb ruby <version> +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/allocate_spec.rb +Thread.allocate - raises a TypeError @@ 51540 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/fork_spec.rb +Thread.fork Thread.start +- raises a ThreadError if not passed a block +- spawns a new Thread running the block +- respects Thread subclasses +- does not call #initialize Finished in <t> seconds @@ 51586 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread +- reports aborting on a killed thread (FAILED - <n>) <n>) +Thread#inspect reports aborting on a killed thread FAILED +Expected "nil" to include "aborting" /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/should.rb:8:in `should' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/inspect_spec.rb:44 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/fixtures/classes.rb:118:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 51607 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/inspect_spec.rb:4 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 51622 @@ Finished in <t> seconds +1 file, 10 examples, <num> expectations, 1 failure, 0 errors exit 1 +failed(rubyspec/core/thread/inspect_spec.rb) == rubyspec/core/thread/join_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/thread/join_spec.rb ruby <version> @@ 51733 @@ - can pass arguments to the thread block - raises an exception when not given a block - creates a subclass of thread calls super with a block in initialize +- calls #initialize and raises an error if super not used +- calls and respects #initialize for the block to use Finished in <t> seconds @@ 51779 @@ - raises a RuntimeError if no exception class is given - raises the given exception - raises the given exception with the given message +- is captured and raised by Thread#value Thread#raise on a running thread - raises a RuntimeError if no exception class is given @@ 51804 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/run_spec.rb Thread#run +- can interrupt Kernel#sleep - does not result in a deadlock - raises a ThreadError when trying to wake up a dead thread @@ 51838 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/start_spec.rb +Thread.start Thread.start +- raises a ThreadError if not passed a block +- spawns a new Thread running the block +- respects Thread subclasses +- does not call #initialize Finished in <t> seconds @@ 51863 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread +- reports aborting on a killed thread (ERROR - <n>) <n>) +Thread#status reports aborting on a killed thread ERROR +NoMethodError: undefined method `status' for nil:NilClass +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/status_spec.rb:44 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/fixtures/classes.rb:118:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 51882 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/status_spec.rb:4 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 51897 @@ Finished in <t> seconds +1 file, 10 examples, <num> expectations, 0 failures, 1 error exit 1 +failed(rubyspec/core/thread/status_spec.rb) == rubyspec/core/thread/stop_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/thread/stop_spec.rb ruby <version> @@ 51919 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread +- reports aborting on a killed thread (ERROR - <n>) <n>) +Thread#stop? reports aborting on a killed thread ERROR +NoMethodError: undefined method `stop?' for nil:NilClass +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/stop_spec.rb:62 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/fixtures/classes.rb:118:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 51938 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/stop_spec.rb:24 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 51953 @@ Finished in <t> seconds +1 file, 12 examples, <num> expectations, 0 failures, 1 error exit 1 +failed(rubyspec/core/thread/stop_spec.rb) == rubyspec/core/thread/terminate_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/thread/terminate_spec.rb ruby <version> @@ 52069 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/wakeup_spec.rb Thread#wakeup +- can interrupt Kernel#sleep - does not result in a deadlock - raises a ThreadError when trying to wake up a dead thread @@ 52182 @@ - creates a dup time object with the value given by time - is able to create a time object with a float - is able to create a time object with a microseconds +- returns a subclass instance on a Time subclass Finished in <t> seconds @@ 52537 @@ - raises TypeError on argument that can't be coerced into Float - raises TypeError on nil argument - tracks microseconds +- does not returns a subclass instance Finished in <t> seconds @@ 52635 @@ - increments the time by the specified amount as float numbers - accepts arguments that can be coerced into Float - raises TypeError on argument that can't be coerced into Float +- does not returns a subclass instance - raises TypeError on Time argument - raises TypeError on nil argument @@ 54341 @@ - with an empty expression is like calling with nil argument - with block as block argument is ok - with block argument converts the block to proc +- with an object uses 'to_proc' for coercion - fails with both lambda and block argument - with same names as existing variables is ok - with splat operator * and literal array unpacks params @@ 54353 @@ - allows to pass literal hashes without curly braces as the last parameter - allows to literal hashes without curly braces as the only parameter +Calling a method allows []= +- with *args in the [] expanded to individual arguments +- with multiple *args +- with multiple *args and unwraps the last splat +- with a *args and multiple rhs args Calling a private setter method permits self as a receiver - for normal assignment @@ 54388 @@ - raises a TypeError if the constant is a class - raises a TypeError if the constant is not a module - allows for reopening a module subclass +- reopens a module included into Object An anonymous module - returns an empty string for its name @@ 57687 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/lib/ruby/1.8/cgi.rb:1491:in `checkbox_group' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/lib/ruby/1.8/cgi.rb:1482:in `collect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/lib/ruby/1.8/cgi.rb:1482:in `checkbox_group' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/cgi/htmlextension/checkbox_group_spec.rb:34 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 62599 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/hour_spec.rb DateTime#hour +- returns 0 if no argument is passed +- returns the hour given as argument +- adds 24 to negative hours +- returns the absolute value of a Rational +- raises an error for Float (FAILED - <n>) +- returns a fraction of a day +- raises an error, when the hour is smaller than -24 +- raises an error, when the hour is larger than 24 +- raises an error for hour fractions smaller than -24 +- adds 1 to day, when 24 hours given <n>) +DateTime#hour raises an error for Float FAILED +Expected NoMethodError but no exception was raised /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/should.rb:8:in `should' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/hour_spec.rb:24 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/hour_spec.rb:3:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 62629 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/hour_spec.rb:5 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 62644 @@ Finished in <t> seconds +1 file, 10 examples, <num> expectations, 1 failure, 0 errors exit 1 +failed(rubyspec/library/datetime/hour_spec.rb) == rubyspec/library/datetime/httpdate_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/library/datetime/httpdate_spec.rb ruby <version> @@ 62707 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/min_spec.rb DateTime#min +- returns 0 if no argument is passed +- returns the minute passed as argument +- adds 60 to negative minutes +- returns the absolute value of a Rational +- raises an error for Float (FAILED - <n>) +- returns a fraction of an hour +- raises an error, when the minute is smaller than -60 +- raises an error, when the minute is greater or equal than 60 +- raises an error for minute fractions smaller than -60 +- takes a minute fraction near 60 <n>) +DateTime#min raises an error for Float FAILED +Expected NoMethodError but no exception was raised /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/should.rb:8:in `should' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/min_spec.rb:24 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/min_spec.rb:3:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 62737 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/min_spec.rb:5 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 62752 @@ Finished in <t> seconds +1 file, 10 examples, <num> expectations, 1 failure, 0 errors exit 1 +failed(rubyspec/library/datetime/min_spec.rb) == rubyspec/library/datetime/minute_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/library/datetime/minute_spec.rb ruby <version> @@ 62782 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/new_spec.rb DateTime.new +- sets all values to default if passed no arguments +- takes the first argument as year +- takes the second argument as month +- takes the third argument as day +- takes the forth argument as hour +- takes the fifth argument as minute +- takes the sixth argument as second +- takes the seventh argument as an offset +- takes the eigth argument as the date of calendar reform +- raises an error on invalid arguments Finished in <t> seconds @@ 62902 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/sec_spec.rb DateTime#sec +- returns 0 seconds if passed no arguments +- returns the seconds passed in the arguments +- adds 60 to negative values +- returns the absolute value of a Rational +- raises an error when second is given as a float (FAILED - <n>) +- displays the fraction of a minute +- raises an error, when the second is smaller than -60 +- raises an error, when the second is greater or equal than 60 +- raises an error for second fractions smaller than -60 +- takes a second fraction near 60 <n>) +DateTime#sec raises an error when second is given as a float FAILED +Expected NoMethodError but no exception was raised /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/expectations/should.rb:8:in `should' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/sec_spec.rb:26 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/sec_spec.rb:3:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 62932 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/sec_spec.rb:5 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 62947 @@ Finished in <t> seconds +1 file, 10 examples, <num> expectations, 1 failure, 0 errors exit 1 +failed(rubyspec/library/datetime/sec_spec.rb) == rubyspec/library/datetime/second_fraction_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/library/datetime/second_fraction_spec.rb ruby <version> @@ 69434 @@ Net::HTTP.get when passed URI when passed path in version 1.1 mode - returns the response and the body for the passed path +- yields each read part of the body to the passed block when passed a block Finished in <t> seconds @@ 77402 @@ - binds to a host and a port - binds to localhost and a port with either IPv4 or IPv6 - binds to INADDR_ANY if the hostname is empty +- binds to INADDR_ANY if the hostname is empty and the port is a string - coerces port to string, then determines port from that number or service name - raises Errno::EADDRNOTAVAIL when the adress is unknown - raises Errno::EADDRINUSE when address is already in use @@ 83978 @@ - converts a Float - converts a Bignum - converts a Fixnum +- converts -1 to an signed number +- converts a negative Bignum into an signed number +- raises a RangeError if the value is more than 32bits - calls #to_int to coerce the value CApiNumericSpecs rb_num2ulong @@ 83988 @@ - converts a Float - converts a Bignum - converts a Fixnum +- converts -1 to an unsigned number +- converts a negative Bignum into an unsigned number +- raises a RangeError if the value is more than 32bits - calls #to_int to coerce the value CApiNumericSpecs rb_Integer @@ 84029 @@ Finished in <t> seconds +1 file, 35 examples, <num> expectations, 0 failures, 0 errors == rubyspec/optional/capi/object_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/optional/capi/object_spec.rb ruby <version> @@ 84048 @@ - rb_check_array_type should try to coerce to array, otherwise return nil - rb_check_convert_type should try to coerce to a type, otherwise return nil - rb_check_string_type should try to coerce to a string, otherwise return nil +- rb_check_to_integer should try to coerce to an integer, otherwise return nil - rb_convert_type should try to coerce to a type, otherwise raise a TypeError - rb_inspect should return a string with the inspect representation - rb_class_of should return the class of a object @@ 84133 @@ Finished in <t> seconds +1 file, 59 examples, <num> expectations, 0 failures, 0 errors == rubyspec/optional/capi/proc_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/optional/capi/proc_spec.rb ruby <version> @@ 84449 @@ - sets the value of a thread-local variable C-API Thread function rb_thread_wakeup +- can interrupt Kernel#sleep - does not result in a deadlock - raises a ThreadError when trying to wake up a dead thread =================================================================== --- 20110620T035656Z @@ 4959 @@ test_07_break_18(TestDRbAry): . test_00_DRbObject(TestDRbCore): . test_01(TestDRbCore): . -test_01_02_loop(TestDRbCore): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/drb/drb.rb:1475: [BUG] Bus Error ruby <version> -make: *** [test-all] Abort trap -some descendant process in process group <pgid> remain. timeout: INT signal sent. timeout: INT signal sent. -timeout: TERM signal sent. exit 2 failed(test-all) -== test/-ext- # <time> -+ make test-all 'TESTS=-v test/-ext-' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v test/-ext- -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:90:in `require': no such file to load -- test/-ext- (LoadError) - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:90:in `collect_file' - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:77:in `recursive_collect' - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:29:in `collect' - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/autorunner.rb:68 - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/autorunner.rb:213:in `[]' - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/autorunner.rb:213:in `run' - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/autorunner.rb:12:in `run' - from ./test/runner.rb:7 make: *** [test-all] Error 1 exit 2 -failed(test/-ext-) -== test/base64 # <time> -+ make test-all 'TESTS=-v base64' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v base64 -Loaded suite base64 Started test_decode64(TestBase64): . test_encode64(TestBase64): . @@ 4999 @@ Finished in <t> seconds. -7 tests, 65 assertions, 0 failures, 0 errors -== test/bigdecimal # <time> -+ make test-all 'TESTS=-v bigdecimal' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v bigdecimal -Loaded suite bigdecimal Started test_abs_bigdecimal(TestBigDecimal): . test_add(TestBigDecimal): . @@ 5073 @@ <[1, "1", 10, 1]> expected but was <["0.1E1"]>. -56 tests, 359 assertions, 1 failures, 0 errors make: *** [test-all] Error 1 exit 2 -failed(test/bigdecimal) -== test/csv # <time> -+ make test-all 'TESTS=-v csv' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v csv -Loaded suite csv Started test_BasicWriter_close_on_terminate(TestCSV): . test_BasicWriter_s_create_binmode(TestCSV): . @@ 5130 @@ Finished in <t> seconds. -45 tests, 1312 assertions, 0 failures, 0 errors -== test/dbm # <time> -+ make test-all 'TESTS=-v dbm' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v dbm /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/dbm/test_dbm.rb:<line_a>: warning: `*' interpreted as argument prefix -Loaded suite dbm Started test_aref(TestDBM): . test_aset(TestDBM): . @@ 5173 @@ Finished in <t> seconds. -33 tests, 891 assertions, 0 failures, 0 errors -== test/digest # <time> -+ make test-all 'TESTS=-v digest' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v digest -Loaded suite digest Started test_eq(TestDigest::TestMD5): . test_instance_eval(TestDigest::TestMD5): . @@ 5236 @@ Finished in <t> seconds. -54 tests, 116 assertions, 0 failures, 0 errors -== test/drb # <time> -+ make test-all 'TESTS=-v drb' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v drb -Loaded suite drb Started test_all(ACLEntryTest): . test_ip(ACLEntryTest): . @@ 5390 @@ Finished in <t> seconds. -107 tests, 482 assertions, 0 failures, 0 errors -== test/erb # <time> -+ make test-all 'TESTS=-v erb' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v erb -Loaded suite erb Started test_with_filename(TestERB): . test_with_filename_and_safe_level(TestERB): . @@ 5421 @@ Finished in <t> seconds. -22 tests, 208 assertions, 0 failures, 0 errors -== test/fileutils # <time> -+ make test-all 'TESTS=-v fileutils' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v fileutils /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/fileutils/test_dryrun.rb:<line_a>: warning: useless use of a literal in void context -Loaded suite fileutils Started test_cd(TestFileUtils): . test_chdir(TestFileUtils): . @@ 5488 @@ Finished in <t> seconds. -57 tests, 910 assertions, 0 failures, 0 errors -== test/gdbm # <time> -+ make test-all 'TESTS=-v gdbm' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v gdbm /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/gdbm/test_gdbm.rb:<line_a>: warning: `*' interpreted as argument prefix -Loaded suite gdbm Started Finished in <t> seconds. -0 tests, 0 assertions, 0 failures, 0 errors -== test/iconv # <time> -+ make test-all 'TESTS=-v iconv' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v iconv -Loaded suite iconv Started default_test(TestIconv): . test_close(TestIconv::Basic): . @@ 5515 @@ Finished in <t> seconds. -8 tests, 28 assertions, 0 failures, 0 errors -== test/io # <time> -+ make test-all 'TESTS=-v io' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v io -Loaded suite io Started test_flush(TestIONonblock): . Finished in <t> seconds. -1 tests, 2 assertions, 0 failures, 0 errors -== test/logger # <time> -+ make test-all 'TESTS=-v logger' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v logger -Loaded suite logger Started test_close(TestLogDevice): . test_initialize(TestLogDevice): . @@ 5556 @@ Finished in <t> seconds. -20 tests, 150 assertions, 0 failures, 0 errors -== test/matrix # <time> -+ make test-all 'TESTS=-v matrix' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v matrix -Loaded suite matrix Started test_determinant(TestMatrix): . test_equality(TestMatrix): . @@ 5576 @@ Finished in <t> seconds. -11 tests, 175 assertions, 0 failures, 0 errors -== test/mkmf # <time> -+ make test-all 'TESTS=-v mkmf' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v mkmf -Loaded suite mkmf Started default_test(TestMkmf): . test_find_executable(TestMkmf::TestFindExecutable): . @@ 5589 @@ Finished in <t> seconds. -4 tests, 9 assertions, 0 failures, 0 errors -== test/monitor # <time> -+ make test-all 'TESTS=-v monitor' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v monitor -Loaded suite monitor Started test_cond(TestMonitor): . test_enter(TestMonitor): . @@ 5604 @@ Finished in <t> seconds. -6 tests, 18 assertions, 0 failures, 0 errors -== test/net # <time> -+ make test-all 'TESTS=-v net' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v net -Loaded suite net Started test_AREF(HTTPHeaderTest): . test_ASET(HTTPHeaderTest): . @@ 5670 @@ Finished in <t> seconds. -47 tests, 141 assertions, 0 failures, 0 errors -== test/nkf # <time> -+ make test-all 'TESTS=-v nkf' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v nkf -Loaded suite nkf Started test_eucjp(TestKconv): . test_jis(TestKconv): . @@ 5685 @@ Finished in <t> seconds. -6 tests, 43 assertions, 0 failures, 0 errors -== test/openssl # <time> -+ make test-all 'TESTS=-v openssl' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v openssl -Loaded suite openssl Started test_decode(OpenSSL::TestASN1): . test_encode_boolean(OpenSSL::TestASN1): . @@ 5958 @@ NameError: uninitialized constant OpenSSL::Digest::SHA256 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/openssl/test_x509cert.rb:201:in `test_dsa_with_sha2' -132 tests, 1394 assertions, 0 failures, 2 errors make: *** [test-all] Error 1 exit 2 -failed(test/openssl) -== test/optparse # <time> -+ make test-all 'TESTS=-v optparse' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v optparse /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/optparse/test_optparse.rb:<line_a>: warning: method redefined; discarding old setup /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/optparse/test_optparse.rb:<line_a>: warning: method redefined; discarding old no_error /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/optparse/test_optparse.rb:<line_a>: warning: method redefined; discarding old test_permute /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/optparse/test_optparse.rb:<line_a>: warning: method redefined; discarding old test_order -Loaded suite optparse Started test_order(TestOptionParser): . test_permute(TestOptionParser): . @@ 6028 @@ Finished in <t> seconds. -54 tests, 727 assertions, 0 failures, 0 errors -== test/ostruct # <time> -+ make test-all 'TESTS=-v ostruct' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v ostruct -Loaded suite ostruct Started test_equality(TC_OpenStruct): . test_frozen(TC_OpenStruct): . @@ 6040 @@ Finished in <t> seconds. -3 tests, 16 assertions, 0 failures, 0 errors -== test/pathname # <time> -+ make test-all 'TESTS=-v pathname' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v pathname -Loaded suite pathname Started test_ascend_1(TestPathname): . test_ascend_2(TestPathname): . @@ 6212 @@ Finished in <t> seconds. -163 tests, 209 assertions, 0 failures, 0 errors -== test/rational # <time> -+ make test-all 'TESTS=-v rational' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v rational {"PACKAGE_VERSION"=>"", "DEFS"=>"", "INSTALL_SCRIPT"=>"/usr/bin/install -c", @@ 6255 @@ "DLEXT2"=>"", "LIBS"=>"-lpthread -ldl -lobjc ", "bindir"=> - "/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin", "localedir"=> "/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/share/locale", "ECHO_C"=>"\\\\c", @@ 6404 @@ "COMMON_HEADERS"=>"", "warnflags"=> "-W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers"} -Loaded suite rational Started test_results(GcdTest): @@expected = [["[Fixnum, 1] gcd [Fixnum, 1] => ", "[Fixnum, 1]"], @@ 6790 @@ Finished in <t> seconds. -38 tests, 1004 assertions, 0 failures, 0 errors -== test/rdoc # <time> -+ make test-all 'TESTS=-v rdoc' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v rdoc -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/rdoc/parsers/parse_c.rb:<line_a>: warning: method redefined; discarding old progress /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/rdoc/parsers/test_parse_c.rb:<line_a>: warning: method redefined; discarding old test_find_class_comment_define_class -Loaded suite rdoc Started test_do_classes_boot_class(TestRdocC_Parser): . test_do_classes_class(TestRdocC_Parser): . @@ 6809 @@ Finished in <t> seconds. -8 tests, 21 assertions, 0 failures, 0 errors -== test/readline # <time> -+ make test-all 'TESTS=-v readline' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v readline -Loaded suite readline Started Finished in <t> seconds. -0 tests, 0 assertions, 0 failures, 0 errors -== test/resolv # <time> -+ make test-all 'TESTS=-v resolv' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v resolv -Loaded suite resolv Started test_invalid_ipv4_address(TestResolvAddr): . Finished in <t> seconds. -1 tests, 1001 assertions, 0 failures, 0 errors -== test/rexml # <time> -+ make test-all 'TESTS=-v rexml' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v rexml -Loaded suite rexml Started test_entity_expansion_limit(REXML::TestDocument): . test_new(REXML::TestDocument): . @@ 6841 @@ Finished in <t> seconds. -4 tests, 14 assertions, 0 failures, 0 errors -== test/rinda # <time> -+ make test-all 'TESTS=-v rinda' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v rinda /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/rinda/test_rinda.rb:<line_a>: warning: instance variable @m not initialized -Loaded suite rinda Started test_00_DRbObject(Rinda::TupleSpaceProxyTest): . test_00_renewer(Rinda::TupleSpaceProxyTest): . @@ 6876 @@ Finished in <t> seconds. -25 tests, 288 assertions, 0 failures, 0 errors -== test/rss # <time> -+ make test-all 'TESTS=-v rss' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v rss -Loaded suite rss Started test_date(RSS::TestAccessor): . test_integer(RSS::TestAccessor): . @@ 7190 @@ Finished in <t> seconds. -305 tests, 4830 assertions, 0 failures, 0 errors -== test/ruby # <time> -+ make test-all 'TESTS=-v ruby' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v ruby /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_array.rb:<line_a>: warning: method redefined; discarding old setup /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_assignment.rb:<line_a>: warning: `*' interpreted as argument prefix /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_assignment.rb:<line_b>: warning: `*' interpreted as argument prefix @@ 7232 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_settracefunc.rb:<line_a>: warning: useless use of a variable in void context /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_variable.rb:<line_a>: warning: already initialized class variable @@rule /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/ruby/test_whileuntil.rb:<line_a>: warning: literal in condition -Loaded suite ruby Started test_alias(TestAlias): . test_argf(TestArgf): . @@ 7991 @@ Finished in <t> seconds. -752 tests, 1331023 assertions, 0 failures, 0 errors -== test/sdbm # <time> -+ make test-all 'TESTS=-v sdbm' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v sdbm /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/sdbm/test_sdbm.rb:<line_a>: warning: `*' interpreted as argument prefix -Loaded suite sdbm Started test_aref(TestSDBM): . test_aset(TestSDBM): . @@ 8012 @@ test_fetch(TestSDBM): . test_has_value?(TestSDBM): . test_haskey?(TestSDBM): . -test_indexes(TestSDBM): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/sdbm/test_sdbm.rb:211: warning: SDBM#indexes is deprecated; use SDBM#values_at . test_invert(TestSDBM): . test_key(TestSDBM): . @@ 8036 @@ Finished in <t> seconds. -34 tests, 835 assertions, 0 failures, 0 errors -== test/soap # <time> -+ make test-all 'TESTS=-v soap' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v soap /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httpservlet/cgihandler.rb:20: Use RbConfig instead of obsolete and deprecated Config. -Loaded suite soap Started -test_normal(SOAP::TestEnvelopeNamespace): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_date(SOAP::TestMapping): . test_datetime(SOAP::TestMapping): . @@ 8093 @@ test_member(SOAP::TestSOAPElement): . test_to_obj(SOAP::TestSOAPElement): . test_basic_auth(SOAP::TestStreamHandler): . -test_charset(SOAP::TestStreamHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_normal(SOAP::TestStreamHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_proxy(SOAP::TestStreamHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_uri(SOAP::TestStreamHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_doc_enc_doc_enc(SOAP::TestStyleUse): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_doc_enc_doc_lit(SOAP::TestStyleUse): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_doc_lit_doc_enc(SOAP::TestStyleUse): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_doc_lit_doc_lit(SOAP::TestStyleUse): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_rpc_enc_rpc_enc(SOAP::TestStyleUse): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_rpc_enc_rpc_lit(SOAP::TestStyleUse): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_rpc_lit_rpc_enc(SOAP::TestStyleUse): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_rpc_lit_rpc_lit(SOAP::TestStyleUse): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_aspdotnethandler(SOAP::ASPDotNet::TestASPDotNet): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_document_method(SOAP::ASPDotNet::TestASPDotNet): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_calc(SOAP::Calc::TestCalc): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_calc2(SOAP::Calc::TestCalc2): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_calc_cgi(SOAP::Calc::TestCalcCGI): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_custom_fault(SOAP::Fault::TestCustomFault): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_authfailure(SOAP::Header::TestAuthHeader): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_mu(SOAP::Header::TestAuthHeader): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_no_mu(SOAP::Header::TestAuthHeader): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_success_mu(SOAP::Header::TestAuthHeader): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_success_no_mu(SOAP::Header::TestAuthHeader): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_authfailure(SOAP::Header::TestAuthHeaderCGI): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_success(SOAP::Header::TestAuthHeaderCGI): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_string(SOAP::Header::TestSimpleHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_hello_world(SOAP::HelloWorld::TestHelloWorld): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_marshal(SOAP::Marshal::TestDigraph): . test_anonymous(SOAP::Marshal::TestMarshal): . @@ 8239 @@ test_foo1(SOAP::Marshal::TestStruct): . test_foo2(SOAP::Marshal::TestStruct): . test_foo3(SOAP::Marshal::TestStruct): . -test_struct(SOAP::Struct::TestStruct): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_get_file(SOAP::SWA::TestFile): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_put_file(SOAP::SWA::TestFile): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_old_driver(SOAP::TestCalc): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_rpc_driver(SOAP::TestCalc): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_document(SOAP::TestDocument): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_ping(SOAP::TestSimpleType): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . Finished in <t> seconds. -142 tests, 1255 assertions, 0 failures, 0 errors -== test/socket # <time> -+ make test-all 'TESTS=-v socket' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v socket -Loaded suite socket Started test_getaddrinfo_raises_no_errors_on_port_argument_of_0(TestBasicSocket): . test_getsockopt(TestBasicSocket): . @@ 8300 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/socket/test_unix.rb:37:in `bound_unix_socket' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/socket/test_unix.rb:43:in `test_addr' -23 tests, 78 assertions, 0 failures, 1 errors make: *** [test-all] Error 1 exit 2 -failed(test/socket) -== test/stringio # <time> -+ make test-all 'TESTS=-v stringio' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v stringio -Loaded suite stringio Started test_close(TestStringIO): . test_close_read(TestStringIO): . @@ 8360 @@ Finished in <t> seconds. -48 tests, 305 assertions, 0 failures, 0 errors -== test/strscan # <time> -+ make test-all 'TESTS=-v strscan' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v strscan -Loaded suite strscan Started test_AREF(TestStringScanner): . test_bol?(TestStringScanner): . @@ 8377 @@ test_getch(TestStringScanner): . test_inspect(TestStringScanner): . test_matched(TestStringScanner): . -test_matched_size(TestStringScanner): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/strscan/test_stringscanner.rb:565: warning: StringScanner#matchedsize is obsolete; use #matched_size instead . test_pos(TestStringScanner): . test_post_match(TestStringScanner): . @@ 8393 @@ Finished in <t> seconds. -23 tests, 250 assertions, 0 failures, 0 errors -== test/test_securerandom.rb # <time> -+ make test-all 'TESTS=-v test_securerandom.rb' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v test_securerandom.rb -Loaded suite test_securerandom.rb Started test_s_base64(TestSecureRandom): . test_s_hex(TestSecureRandom): . @@ 8414 @@ Finished in <t> seconds. -7 tests, 519 assertions, 0 failures, 0 errors -== test/test_time.rb # <time> -+ make test-all 'TESTS=-v test_time.rb' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v test_time.rb -Loaded suite test_time.rb Started test_completion(TimeExtentionTest): . test_encode_xmlschema(TimeExtentionTest): . @@ 8440 @@ Finished in <t> seconds. -15 tests, 188 assertions, 0 failures, 0 errors -== test/test_timeout.rb # <time> -+ make test-all 'TESTS=-v test_timeout.rb' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v test_timeout.rb -Loaded suite test_timeout.rb Started test_cannot_convert_into_time_interval(TestTimeout): . test_queue(TestTimeout): . @@ 8452 @@ Finished in <t> seconds. -3 tests, 4 assertions, 0 failures, 0 errors -== test/testunit # <time> -+ make test-all 'TESTS=-v testunit' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v testunit -Loaded suite testunit Started test_assert(Test::Unit::TC_Assertions): . test_assert_block(Test::Unit::TC_Assertions): . @@ 8502 @@ test_display(Test::Unit::TestFailure): . test_basic_collection(Test::Unit::Collector::TC_ObjectSpace): . test_filtered_collection(Test::Unit::Collector::TC_ObjectSpace): . -test_collect_file(Test::Unit::Collector::TestDir): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:24: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_c>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized . -test_collect_multi(Test::Unit::Collector::TestDir): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:24: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized . test_dir(Test::Unit::Collector::TestDir): . -test_filtering(Test::Unit::Collector::TestDir): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:24: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized . test_fs(Test::Unit::Collector::TestDir): . test_fs_entries(Test::Unit::Collector::TestDir): . test_fs_pwd(Test::Unit::Collector::TestDir): . test_fs_require(Test::Unit::Collector::TestDir): . test_fs_sub(Test::Unit::Collector::TestDir): . -test_multilevel_collect(Test::Unit::Collector::TestDir): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:24: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized . -test_nil_pattern(Test::Unit::Collector::TestDir): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:24: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized . -test_simple_collect(Test::Unit::Collector::TestDir): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:24: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_a>: warning: instance variable @base not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/test/unit/collector/dir.rb:<line_b>: warning: instance variable @base not initialized . RUNIT::TestAssert#test_assert_nil: . RUNIT::TestAssert#test_assert_not_match: . @@ 8623 @@ Finished in <t> seconds. -103 tests, 635 assertions, 0 failures, 0 errors -== test/thread # <time> -+ make test-all 'TESTS=-v thread' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v thread -Loaded suite thread Started test_condvar(TC_Thread): . test_condvar_wait_exception_handling(TC_Thread): . @@ 8639 @@ Finished in <t> seconds. -7 tests, 30 assertions, 0 failures, 0 errors -== test/uri # <time> -+ make test-all 'TESTS=-v uri' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v uri -Loaded suite uri Started test_extract(URI::TestCommon): . test_kernel_uri(URI::TestCommon): . test_regexp(URI::TestCommon): . -test_assemble(URI::TestFTP): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/uri/generic.rb:305: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/uri/generic.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_parse(URI::TestFTP): . test_paths(URI::TestFTP): . @@ 8659 @@ test_parse(URI::TestGeneric): . test_rfc3986_examples(URI::TestGeneric): . test_route(URI::TestGeneric): . -test_set_component(URI::TestGeneric): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/uri/generic.rb:305: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/uri/generic.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/uri/generic.rb:<line_b>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/uri/generic.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_equal(URI::TestHTTP): . test_normalize(URI::TestHTTP): . @@ 8676 @@ Finished in <t> seconds. -22 tests, 394 assertions, 0 failures, 0 errors -== test/webrick # <time> -+ make test-all 'TESTS=-v webrick' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v webrick /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httpservlet/cgihandler.rb:20: Use RbConfig instead of obsolete and deprecated Config. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/ssl.rb:<line_a>: warning: method redefined; discarding old listen -Loaded suite webrick Started -test_bad_request(TestWEBrickCGI): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_cgi(TestWEBrickCGI): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_new(TestWEBrickCookie): . test_parse(TestWEBrickCookie): . test_parse_set_cookie(TestWEBrickCookie): . -test_parse_set_cookies(TestWEBrickCookie): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/time.rb:180: warning: 2 or 3 digits year is used . test_time(TestWEBrickCookie): . -test_basic_auth(TestWEBrickHTTPAuth): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_basic_auth2(TestWEBrickHTTPAuth): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_basic_auth3(TestWEBrickHTTPAuth): . -test_bad_messages(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_chunked(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_parse_09(TestWEBrickHTTPRequest): . -test_parse_10(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_parse_11(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_parse_get_params(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_parse_header2(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_parse_headers(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_parse_headers3(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_parse_post_params(TestWEBrickHTTPRequest): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_callbacks(TestWEBrickHTTPServer): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_lookup_server(TestWEBrickHTTPServer): . test_mount(TestWEBrickHTTPServer): . @@ 8760 @@ test_callbacks(TestWEBrickServer): . test_daemon(TestWEBrickServer): . test_server(TestWEBrickServer): . -test_directory_traversal(WEBrick::TestFileHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_filehandler(WEBrick::TestFileHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_make_partial_content(WEBrick::TestFileHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_non_disclosure_name(WEBrick::TestFileHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_script_disclosure(WEBrick::TestFileHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_short_filename(WEBrick::TestFileHandler): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_unwise_in_path(WEBrick::TestFileHandler): . Finished in <t> seconds. -44 tests, 433 assertions, 0 failures, 0 errors -== test/wsdl # <time> -+ make test-all 'TESTS=-v wsdl' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v wsdl /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httpservlet/cgihandler.rb:20: Use RbConfig instead of obsolete and deprecated Config. -Loaded suite wsdl Started test_by_wsdl(WSDL::TestFault): . test_multiplefault(WSDL::TestMultipleFault): . @@ 8813 @@ test_any(WSDL::Any::TestAny): . test_by_stub(WSDL::TestAxisArray): . test_by_wsdl(WSDL::TestAxisArray): . -test_datetime(WSDL::Datetime::TestDatetime): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_time(WSDL::Datetime::TestDatetime): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_with_soapaction(WSDL::Document::TestNoSOAPAction): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_without_soapaction(WSDL::Document::TestNoSOAPAction): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_wsdl(WSDL::Document::TestNumber): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_naive(WSDL::Document::TestRPC): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_wsdl(WSDL::Document::TestRPC): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_by_wsdl(WSDL::TestMap): . -test_wsdldriver(WSDL::TestMap): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_classdef(TestWSDLMarshal): . test_marshal(TestWSDLMarshal): . -test_raa(WSDL::RAA::TestRAA): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_classdef(WSDL::Ref::TestRef): . -test_wsdl(WSDL::RPC::TestRPC): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/wsdl/rpc/echo.rb:14: warning: method redefined; discarding old initialize -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_ping(WSDL::SimpleType::TestSimpleType): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . -test_ping_id(WSDL::SimpleType::TestSimpleType): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_rpc(WSDL::SimpleType::TestRPC): . -test_soapbodyparts(WSDL::SOAP::TestSOAPBodyParts): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:121: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . Finished in <t> seconds. -24 tests, 95 assertions, 0 failures, 0 errors -== test/xmlrpc # <time> -+ make test-all 'TESTS=-v xmlrpc' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v xmlrpc /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httpservlet/cgihandler.rb:20: Use RbConfig instead of obsolete and deprecated Config. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/xmlrpc/test_webrick_server.rb:<line_a>: warning: ambiguous first argument; put parentheses or even spaces /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/xmlrpc/test_webrick_server.rb:<line_b>: warning: ambiguous first argument; put parentheses or even spaces -Loaded suite xmlrpc Started -test_cookie(TestCookie): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/xmlrpc/webrick_testing.rb:10: warning: instance variable @__server not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . test_get_values(Test_DateTime): . test_new(Test_DateTime): . @@ 8899 @@ test_parseMethodResponse1(Test_REXMLStreamParser): . test_parseMethodResponse2(Test_REXMLStreamParser): . test_parseMethodResponse3(Test_REXMLStreamParser): . -test_client_server(Test_Webrick): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/xmlrpc/webrick_testing.rb:10: warning: instance variable @__server not initialized -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/lib/webrick/httputils.rb:<line_a>: warning: treating String as Enumerable object is deprecated; use String#each_line/lines . Finished in <t> seconds. -27 tests, 111 assertions, 0 failures, 0 errors -== test/xsd # <time> -+ make test-all 'TESTS=-v xsd' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v xsd -Loaded suite xsd Started test_wsdl(XSD::TestEmptyCharset): . test_wsdl(XSD::TestXMLSchemaParser): . @@ 8963 @@ Finished in <t> seconds. -43 tests, 684 assertions, 0 failures, 0 errors -== test/yaml # <time> -+ make test-all 'TESTS=-v yaml' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v yaml -Loaded suite yaml Started test_changes_after_commit_are_discarded(YAMLStoreTest): . test_changes_are_not_written_on_abort(YAMLStoreTest): . @@ 9038 @@ Finished in <t> seconds. -66 tests, 225 assertions, 0 failures, 0 errors -== test/zlib # <time> -+ make test-all 'TESTS=-v zlib' RUBYOPT=-w -./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./test/runner.rb" --basedir="./test" --runner=console -v zlib /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/zlib/test_zlib.rb:<line_a>: warning: method redefined; discarding old test_gets -Loaded suite zlib Started test_adler32(TestZlib): . test_crc32(TestZlib): . @@ 9065 @@ test_finished_p(TestZlibDeflate): . test_flush(TestZlibDeflate): . test_initialize(TestZlibDeflate): . -test_params(TestZlibDeflate): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/zlib/test_zlib.rb:127: warning: deflateParams() returned Z_BUF_ERROR -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/zlib/test_zlib.rb:<line_a>: warning: deflateParams() returned Z_BUF_ERROR -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/zlib/test_zlib.rb:<line_b>: warning: deflateParams() returned Z_BUF_ERROR -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/zlib/test_zlib.rb:<line_a>: warning: attempt to close unfinished zstream; reset forced. . test_reset(TestZlibDeflate): . -test_set_dictionary(TestZlibDeflate): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/zlib/test_zlib.rb:158: warning: attempt to close unfinished zstream; reset forced. . test_total(TestZlibDeflate): . test_closed_p(TestZlibGzipFile): . @@ 9115 @@ test_inflate(TestZlibInflate): . test_initialize(TestZlibInflate): . test_set_dictionary(TestZlibInflate): . -test_sync(TestZlibInflate): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/zlib/test_zlib.rb:251: warning: deflateParams() returned Z_BUF_ERROR -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/ruby/test/zlib/test_zlib.rb:<line_c>: warning: deflateParams() returned Z_BUF_ERROR . Finished in <t> seconds. -66 tests, 402 assertions, 0 failures, 0 errors == rubyspec # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/command_line rubyspec/core rubyspec/language rubyspec/library rubyspec/optional/capi ruby <version> @@ 13934 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/directory_spec.rb File.directory? -- return true if dir is a directory, otherwise return false - raises an ArgumentError if not passed one argument - raises a TypeError if not passed a String type @@ 14411 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/directory_spec.rb File::Stat#directory? -- return true if dir is a directory, otherwise return false - raises an ArgumentError if not passed one argument - raises a TypeError if not passed a String type @@ 14686 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/filetest/directory_spec.rb FileTest.directory? -- return true if dir is a directory, otherwise return false - raises an ArgumentError if not passed one argument - raises a TypeError if not passed a String type @@ 20208 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/daemon_spec.rb /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/detach_spec.rb -Process#detach - requires one argument - returns a thread - reaps the child process's status automatically @@ 20244 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/fork_spec.rb Process.fork -- is implemented - return nil for the child process - runs a block in a child process @@ 20260 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/getpriority_spec.rb Process.getpriority -- takes two arguments - gets the scheduling priority for a specified process - gets the scheduling priority for a specified process group - gets the scheduling priority for a specified user @@ 20324 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/initgroups_spec.rb Process.initgroups -- requires two arguments - initializes the supplemental group access list /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/kill_spec.rb Process.kill -- requires at least two arguments - raises an ArgumentError for unknown signals - doesn't accept lowercase signal names -- doesn't tolerate leading or trailing spaces in signal names - accepts symbols as signal names - tests for the existence of a process without sending a signal - raises an EPERM if permission is denied @@ 20355 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setpgid_spec.rb Process.setpgid -- requires two arguments - sets the process group id of the specified process /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setpgrp_spec.rb Process.setpgrp and Process.getpgrp -- take no arguments - set and get the process group ID of the calling process Process.setpgrp and Process.getpgrp Process.setpgrp @@ 20368 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setpriority_spec.rb Process.setpriority -- takes three arguments - sets the scheduling priority for a specified process /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setrlimit_spec.rb -Process.setrlimit -- requires at least two arguments Process.getrlimit - requires one argument @@ 23508 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread -- reports aborting on a killed thread /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/backtrace_spec.rb /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/critical_spec.rb @@ 23561 @@ - needs to be reviewed for spec completeness /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/fork_spec.rb -Thread.fork - needs to be reviewed for spec completeness /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/group_spec.rb @@ 23580 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread -- reports aborting on a killed thread /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/join_spec.rb Thread#join @@ 23675 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/run_spec.rb Thread#run -- is not queued - does not result in a deadlock - raises a ThreadError when trying to wake up a dead thread @@ 23685 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/set_trace_func_spec.rb /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/start_spec.rb -Thread.start - needs to be reviewed for spec completeness /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/status_spec.rb @@ 23699 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread -- reports aborting on a killed thread /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/stop_spec.rb Thread.stop @@ 23716 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread -- reports aborting on a killed thread /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/terminate_spec.rb Thread#terminate @@ 23743 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/wakeup_spec.rb Thread#wakeup -- is not queued - does not result in a deadlock - raises a ThreadError when trying to wake up a dead thread @@ 25119 @@ - with an empty expression is like calling with nil argument - with block as block argument is ok - with block argument converts the block to proc -- with an object that responds to 'to_proc' as a block argument coerces it to a proc - fails with both lambda and block argument - with same names as existing variables is ok - with splat operator * and literal array unpacks params @@ 25128 @@ - with a space separating method name and parenthesis treats expression in parenthesis as first argument - with invalid argument count raises an ArgumentError - allows any number of args beyond required to method with a splat -- allows []= form with *args in the [] expanded to individual arguments - allows to pass literal hashes without curly braces as the last parameter - allows to literal hashes without curly braces as the only parameter @@ 27232 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/complex/angle_spec.rb Complex#angle -- returns the argument -- i.e., the angle from (1, 0) in the complex plane /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/complex/arg_spec.rb Complex#arg -- returns the argument -- i.e., the angle from (1, 0) in the complex plane /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/complex/coerce_spec.rb Complex#coerce @@ 27252 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/complex/conj_spec.rb Complex#conj -- returns the complex conjugate: conj a + bi = a - bi /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/complex/conjugate_spec.rb Complex#conjugate -- returns the complex conjugate: conj a + bi = a - bi /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/complex/denominator_spec.rb Complex#denominator @@ 28893 @@ - needs to be reviewed for spec completeness /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/minute_spec.rb -DateTime#minute - needs to be reviewed for spec completeness /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/new_offset_spec.rb @@ 28948 @@ - needs to be reviewed for spec completeness /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/second_spec.rb -DateTime#second - needs to be reviewed for spec completeness /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/strftime_spec.rb @@ 31554 @@ - returns the response for the specified host-path-combination /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb -Net::HTTP.get when passed URI -- yields each read part of the body to the passed block when passed a block (ERROR - <n>) Net::HTTP.get when passed URI when passed URI - returns the body of the specified uri @@ 32337 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/httpresponse/body_spec.rb Net::HTTPResponse#body -- returns the read body -- returns the previously read body if called a second time /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/httpresponse/code_spec.rb Net::HTTPResponse#code @@ 32350 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/httpresponse/entity_spec.rb Net::HTTPResponse#entity -- returns the read body -- returns the previously read body if called a second time /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/httpresponse/error_spec.rb Net::HTTPResponse#error! @@ 32391 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/httpresponse/read_body_spec.rb Net::HTTPResponse#read_body when passed no arguments -- returns the read body -- returns the previously read body if called a second time Net::HTTPResponse#read_body when passed a buffer -- reads the body to the passed buffer -- returns the passed buffer -- raises an IOError if called a second time Net::HTTPResponse#read_body when passed a block -- reads the body and yields it to the passed block (in chunks) -- returns the ReadAdapter -- raises an IOError if called a second time Net::HTTPResponse#read_body when passed buffer and block -- rauses an ArgumentError /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/httpresponse/read_header_spec.rb Net::HTTPResponse#read_header @@ 32413 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/httpresponse/read_new_spec.rb Net::HTTPResponse.read_new -- creates a HTTPResponse object based on the response read from the passed socket /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/httpresponse/reading_body_spec.rb Net::HTTPResponse#reading_body when body_allowed is true @@ 32718 @@ - returns false if the port is invalid - returns false if the timeout value is invalid -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/each_spec.rb (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/instance_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/int_from_prime_division_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/integer/each_prime_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/integer/from_prime_division_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/integer/prime_division_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/integer/prime_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/new_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/next_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/prime_division_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/prime_spec.rb - (ERROR - <n>) -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/prime/succ_spec.rb - (ERROR - <n>) /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/queue/append_spec.rb Queue#<< @@ 32801 @@ - automatically reduces the Rational Rational() passed Integer -- returns a new Rational number with 1 as the denominator (FAILED - <n>) Rational() passed Integer when Unify is defined - returns the passed Integer when Rational::Unify is defined @@ 32921 @@ - calls #** on the coerced Rational with the coerced Object Rational#** when passed Rational -- converts self to a Float and returns it raised to the passed argument (ERROR - <n>) -- returns NaN when self is negative and the passed argument is not 0 (ERROR - <n>) Rational#** when passed Float - returns self converted to Float and raised to the passed argument @@ 32951 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/rational/inspect_spec.rb Rational#inspect -- returns a reconstructable string representation of self (FAILED - <n>) /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/rational/minus_spec.rb Rational#- @@ 34494 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/socket/tcpserver/gets_spec.rb TCPServer#gets -- raises Errno::ENOTCONN on getstimeout: output interval exceeds 1200.0 seconds. timeout: the process group <pgid> is alive. timeout: INT signal sent. |output interval exceeds 1200.0 seconds. (CommandTimeout) @@ 38446 @@ Finished in <t> seconds -1 file, 550 examples, <num> expectations, 0 failures, 0 errors == rubyspec/core/array/partition_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/array/partition_spec.rb ruby <version> @@ 43882 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/directory_spec.rb File.directory? -- return true if dir is a directory, otherwise return false - raises an ArgumentError if not passed one argument - raises a TypeError if not passed a String type @@ 44759 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/file/stat/directory_spec.rb File::Stat#directory? -- return true if dir is a directory, otherwise return false - raises an ArgumentError if not passed one argument - raises a TypeError if not passed a String type @@ 45410 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/filetest/directory_spec.rb FileTest.directory? -- return true if dir is a directory, otherwise return false - raises an ArgumentError if not passed one argument - raises a TypeError if not passed a String type @@ 56935 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/detach_spec.rb -Process#detach - requires one argument - returns a thread - reaps the child process's status automatically @@ 57011 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/fork_spec.rb Process.fork -- is implemented - return nil for the child process - runs a block in a child process @@ 57051 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/getpriority_spec.rb Process.getpriority -- takes two arguments - gets the scheduling priority for a specified process - gets the scheduling priority for a specified process group - gets the scheduling priority for a specified user @@ 57211 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/initgroups_spec.rb Process.initgroups -- requires two arguments - initializes the supplemental group access list @@ 57224 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/kill_spec.rb Process.kill -- requires at least two arguments - raises an ArgumentError for unknown signals - doesn't accept lowercase signal names -- doesn't tolerate leading or trailing spaces in signal names - accepts symbols as signal names - tests for the existence of a process without sending a signal - raises an EPERM if permission is denied @@ 57282 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setpgid_spec.rb Process.setpgid -- requires two arguments - sets the process group id of the specified process @@ 57295 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setpgrp_spec.rb Process.setpgrp and Process.getpgrp -- take no arguments - set and get the process group ID of the calling process Process.setpgrp and Process.getpgrp Process.setpgrp @@ 57311 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setpriority_spec.rb Process.setpriority -- takes three arguments - sets the scheduling priority for a specified process @@ 57323 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/process/setrlimit_spec.rb -Process.setrlimit -- requires at least two arguments Process.getrlimit - requires one argument @@ 60305 @@ Finished in <t> seconds -1 file, 111 examples, <num> expectations, 0 failures, 0 errors == rubyspec/core/string/multiply_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/core/string/multiply_spec.rb ruby <version> @@ 63442 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread -- reports aborting on a killed thread Finished in <t> seconds @@ 63559 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/fork_spec.rb -Thread.fork - needs to be reviewed for spec completeness @@ 63602 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread -- reports aborting on a killed thread Finished in <t> seconds @@ 63785 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/run_spec.rb Thread#run -- is not queued - does not result in a deadlock - raises a ThreadError when trying to wake up a dead thread @@ 63819 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/start_spec.rb -Thread.start - needs to be reviewed for spec completeness @@ 63841 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread -- reports aborting on a killed thread Finished in <t> seconds @@ 63866 @@ - describes a thread with an uncaught exception - describes a dying running thread - describes a dying sleeping thread -- reports aborting on a killed thread Finished in <t> seconds @@ 63985 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/thread/wakeup_spec.rb Thread#wakeup -- is not queued - does not result in a deadlock - raises a ThreadError when trying to wake up a dead thread @@ 66249 @@ - with an empty expression is like calling with nil argument - with block as block argument is ok - with block argument converts the block to proc -- with an object that responds to 'to_proc' as a block argument coerces it to a proc - fails with both lambda and block argument - with same names as existing variables is ok - with splat operator * and literal array unpacks params @@ 66258 @@ - with a space separating method name and parenthesis treats expression in parenthesis as first argument - with invalid argument count raises an ArgumentError - allows any number of args beyond required to method with a splat -- allows []= form with *args in the [] expanded to individual arguments - allows to pass literal hashes without curly braces as the last parameter - allows to literal hashes without curly braces as the only parameter @@ 69589 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/lib/ruby/1.8/cgi.rb:1491:in `checkbox_group' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/lib/ruby/1.8/cgi.rb:1482:in `collect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/lib/ruby/1.8/cgi.rb:1482:in `checkbox_group' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/cgi/htmlextension/checkbox_group_spec.rb:35 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 74578 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/minute_spec.rb -DateTime#minute - needs to be reviewed for spec completeness @@ 74737 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/datetime/second_spec.rb -DateTime#second - needs to be reviewed for spec completeness @@ 81199 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb -Net::HTTP.get when passed URI -- yields each read part of the body to the passed block when passed a block (ERROR - <n>) Net::HTTP.get when passed URI when passed URI - returns the body of the specified uri @@ 81213 @@ <n>) -Net::HTTP.get when passed URI yields each read part of the body to the passed block when passed a block ERROR -NoMethodError: undefined method `get' for nil:NilClass -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb:48 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb:3:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 81228 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/library/net/http/http/get_spec.rb:5 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 81245 @@ 1 file, 4 examples, <num> expectations, 0 failures, 1 error exit 1 -failed(rubyspec/library/net/http/http/get_spec.rb) == rubyspec/library/net/http/http/head2_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/library/net/http/http/head2_spec.rb ruby <version> @@ 95931 @@ Finished in <t> seconds -1 file, 58 examples, <num> expectations, 0 failures, 0 errors == rubyspec/optional/capi/proc_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/bin/ruby rubyspec/optional/capi/proc_spec.rb ruby <version> @@ 96247 @@ - sets the value of a thread-local variable C-API Thread function rb_thread_wakeup -- is not queued - does not result in a deadlock - raises a ThreadError when trying to wake up a dead thread
OlderDiff < 20110620T035656Z < ThisDiff > 20110621T045819Z > NewerDiff