COMMIT Add spec for each_line (and friends) with no separator argument. http://github.com/rubyspec/rubyspec/commit/2002b8b9071e9e48a72236c9f864d7df0f15c1ec COMMIT Add specs for ENV always producing frozen strings in locale encoding, regardless of incoming. http://github.com/rubyspec/rubyspec/commit/02bc048c201328a72036767820645e3de0a81eaf =================================================================== +++ 20110401T214454Z @@ 11404 @@ 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.7-o3//rubyspec/core/env/element_set_spec.rb ENV.[]= @@ 19080 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/core/string/each_codepoint_spec.rb /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//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 @@ 19096 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//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 @@ 19417 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//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 @@ 39758 @@ ENV.[] - returns the specified environment variable - returns nil if the variable isn't found +- returns only frozen values Finished in seconds @@ 55764 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//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 @@ 55788 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//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 @@ 56285 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//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 @@ 66963 @@ ConditionVariable#broadcast - should return self if nothing to broadcast to - should return self if something is waiting for a broadcast +- releases all threads waiting in line for this resource Finished in seconds =================================================================== --- 20110330T232702Z @@ 66959 @@ ) -ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR -ThreadError: Thread#join: deadlock 0xf7fc7ee0 - mutual join(0xf7ea3d28) -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55 -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each' -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:2:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 66977 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/object.rb:11:in `describe' -/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:4 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 66992 @@ Finished in seconds -1 file, 3 examples, expectations, 0 failures, 1 error exit 1 -failed(rubyspec/library/conditionvariable/broadcast_spec.rb) == rubyspec/library/conditionvariable/signal_spec.rb #