OlderDiff < 20110331T194033Z < ThisDiff > 20110402T211416Z > NewerDiff
COMMIT Add spec for each_line (and friends) with no separator argument. COMMIT Add specs for ENV always producing frozen strings in locale encoding, regardless of incoming. =================================================================== +++ 20110402T211416Z @@ 5138 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters. . +test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet. @@ 11944 @@ ENV.[] - returns the specified environment variable - returns nil if the variable isn't found +- returns only frozen values /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/env/element_set_spec.rb ENV.[]= @@ 19679 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/string/each_codepoint_spec.rb /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/string/each_line_spec.rb String#each_line +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 19695 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/string/each_spec.rb String#each +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 20029 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/string/lines_spec.rb String#lines +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 40747 @@ ENV.[] - returns the specified environment variable - returns nil if the variable isn't found +- returns only frozen values Finished in <t> seconds @@ 57466 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/string/each_line_spec.rb String#each_line +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 57490 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/string/each_spec.rb String#each +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil @@ 58101 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/string/lines_spec.rb String#lines +- splits using default newline separator when none is specified - splits self using the supplied record separator and passes each substring to the block - taints substrings that are passed to the block if self is tainted - passes self as a whole to the block if the separator is nil =================================================================== --- 20110331T194033Z @@ 5138 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/ssl-internal.rb:<line_a>: warning: using default DH parameters. . -test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_b>: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/ruby/.ext/common/openssl/buffering.rb:<line_a>: warning: SSL session is not started yet.
OlderDiff < 20110331T194033Z < ThisDiff > 20110402T211416Z > NewerDiff