COMMIT [NARUSE, Yui] Clear ENV["RUBY_FLAGS"] for -v http://github.com/rubyspec/rubyspec/commit/03b475793f30a42937fa24ce71b2e86a668db45f COMMIT [Brian Ford] Some fixes for Kernel#sprintf specs for 1.8. http://github.com/rubyspec/rubyspec/commit/b89e46f4c9648dbe1e3c6414be10f9b08bfb805d COMMIT [Brian Ford] Revert "Clear ENV["RUBY_FLAGS"] for -v" http://github.com/rubyspec/rubyspec/commit/89163b7bd50d71aba7a6510f0df745614419bd25 COMMIT [Brian Ford] Properly Clear ENV[RUBY_FLAGS] for RUBYOPT specs. http://github.com/rubyspec/rubyspec/commit/c876dc08a5135c5b72d0671caaf141ce712de56c COMMIT [Brian Ford] Do not use 1.9 syntax in common spec files. http://github.com/rubyspec/rubyspec/commit/698c83942ede331d74f5907dfc5524692f1c76a3 =================================================================== +++ 20110309T012141Z @@ 17998 @@ - 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 @@ 51732 @@ - 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 =================================================================== --- 20110308T012452Z @@ 17998 @@ - 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 - ) - passes some tests for positive %u - passes some tests for positive %f - passes some tests for negative %f @@ 51732 @@ - 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 - ) - passes some tests for positive %u - passes some tests for positive %f - passes some tests for negative %f @@ 51744 @@ ) -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-pth//mspec/lib/mspec/runner/context.rb:37:in `initialize' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:179:in `protect' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/kernel/sprintf_spec.rb:2:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:179:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:179:in `all?' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:179:in `protect' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:209:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:199:in `each' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/context.rb:199:in `process' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/object.rb:11:in `describe' -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/kernel/sprintf_spec.rb:4 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:56:in `load' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:56:in `files' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 51774 @@ Finished in seconds -1 file, 11 examples, expectations, 1 failure, 0 errors exit 1 -failed(rubyspec/core/kernel/sprintf_spec.rb) == rubyspec/core/kernel/srand_spec.rb #