OlderDiff < 20110308T030218Z < ThisDiff > 20110309T025958Z > NewerDiff
COMMIT [NARUSE, Yui] Clear ENV["RUBY_FLAGS"] for -v COMMIT [Brian Ford] Some fixes for Kernel#sprintf specs for 1.8. COMMIT [Brian Ford] Revert "Clear ENV["RUBY_FLAGS"] for -v" COMMIT [Brian Ford] Properly Clear ENV[RUBY_FLAGS] for RUBYOPT specs. COMMIT [Brian Ford] Do not use 1.9 syntax in common spec files. =================================================================== +++ 20110309T025958Z @@ 5259 @@ . test_sslctx_set_params(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:166: warning: using default DH parameters. . +test_starttls(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:179: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet. @@ 14306 @@ - raises an IOError if passed a closed stream - raises an Errno::EINVAL if the new mode is not compatible with the descriptor's current mode +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb +IO.foreach +- raises TypeError if the first parameter is nil +- raises Errno::ENOENT if the file does not exist +- converts first parameter to string and uses as file name +- returns an Enumerator when called without a block +IO.foreach with no separator argument +- yields a sequence of Strings that were separated by $/ +- updates $. with each yield +IO.foreach with nil as the separator argument +- yields a single string with entire content +- updates $. with each yield +IO.foreach with an empty String as the separator argument +- yields a sequence of paragraphs when the separator is an empty string +- updates $. with each yield +IO.foreach with an arbitrary String as the separator argument +- yields a sequence of Strings that were separated by r +- updates $. with each yield +- accepts non-ASCII data as separator +IO.foreach with an object as the separator argument +- calls #to_str once to convert it to a String +IO.foreach when the filename starts with | - gets data from the standard out of the subprocess - gets data from a fork when passed - @@ 16440 @@ - treats nil arguments as zeroes in %d slots - passes some tests for positive %x - passes some tests for negative %x +- passes some tests for negative %u +- passes some tests for negative %u - passes some tests for positive %u - passes some tests for positive %f - passes some tests for negative %f @@ 46001 @@ + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/bin/ruby rubyspec/core/io/foreach_spec.rb ruby <version> +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb +IO.foreach +- raises TypeError if the first parameter is nil +- raises Errno::ENOENT if the file does not exist +- converts first parameter to string and uses as file name +- returns an Enumerator when called without a block +IO.foreach with no separator argument +- yields a sequence of Strings that were separated by $/ +- updates $. with each yield +IO.foreach with nil as the separator argument +- yields a single string with entire content +- updates $. with each yield +IO.foreach with an empty String as the separator argument +- yields a sequence of paragraphs when the separator is an empty string +- updates $. with each yield +IO.foreach with an arbitrary String as the separator argument +- yields a sequence of Strings that were separated by r +- updates $. with each yield +- accepts non-ASCII data as separator +IO.foreach with an object as the separator argument +- calls #to_str once to convert it to a String +IO.foreach when the filename starts with | - gets data from the standard out of the subprocess - gets data from a fork when passed - @@ 49487 @@ - treats nil arguments as zeroes in %d slots - passes some tests for positive %x - passes some tests for negative %x +- passes some tests for negative %u +- passes some tests for negative %u - passes some tests for positive %u - passes some tests for positive %f - passes some tests for negative %f =================================================================== --- 20110308T030218Z @@ 5259 @@ . test_sslctx_set_params(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:166: warning: using default DH parameters. . -test_starttls(OpenSSL::TestSSL): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:36: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet. /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet. @@ 14306 @@ - raises an IOError if passed a closed stream - raises an Errno::EINVAL if the new mode is not compatible with the descriptor's current mode -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb (ERROR - <n>) /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/fsync_spec.rb IO#fsync - raises an IOError on closed stream @@ 16410 @@ - treats nil arguments as zeroes in %d slots - passes some tests for positive %x - passes some tests for negative %x -- passes some tests for negative % u -- passes some tests for negative %u (FAILED - <n>) - passes some tests for positive %u - passes some tests for positive %f - passes some tests for negative %f @@ 45971 @@ + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/bin/ruby rubyspec/core/io/foreach_spec.rb ruby <version> -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb (ERROR - <n>) <n>) -An exception occurred during: loading /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb ERROR -SyntaxError: /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb:58: syntax error, unexpected ':', expecting ')' - IO.foreach(@name, mode: 'r') {|l| ScratchPad << l} - ^ -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb:58: syntax error, unexpected ')', expecting kEND - IO.foreach(@name, mode: 'r') {|l| ScratchPad << l} - ^ -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/io/foreach_spec.rb:58: syntax error, unexpected '}', expecting kEND /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 45998 @@ 1 file, 0 examples, <num> expectations, 0 failures, 1 error exit 1 -failed(rubyspec/core/io/foreach_spec.rb) == rubyspec/core/io/fsync_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/bin/ruby rubyspec/core/io/fsync_spec.rb ruby <version> @@ 49450 @@ - treats nil arguments as zeroes in %d slots - passes some tests for positive %x - passes some tests for negative %x -- passes some tests for negative % u -- passes some tests for negative %u (FAILED - <n>) - passes some tests for positive %u - passes some tests for positive %f - passes some tests for negative %f @@ 49462 @@ <n>) -Kernel#sprintf passes some tests for negative %u FAILED -No behavior expectation was found in the example -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:37:in `initialize' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/kernel/sprintf_spec.rb:2:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:209:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/core/kernel/sprintf_spec.rb:4 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 49492 @@ Finished in <t> seconds -1 file, 11 examples, <num> expectations, 1 failure, 0 errors exit 1 -failed(rubyspec/core/kernel/sprintf_spec.rb) == rubyspec/core/kernel/srand_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/bin/ruby rubyspec/core/kernel/srand_spec.rb ruby <version>
OlderDiff < 20110308T030218Z < ThisDiff > 20110309T025958Z > NewerDiff