COMMIT Follow r30455: Error#to_s should ensure that the value returned is a string. http://github.com/rubyspec/rubyspec/commit/c7fe573e092fd88702e51b92167c6273877ebee2 COMMIT Ruby doesn't have UNIXSocket#mode. http://github.com/rubyspec/rubyspec/commit/cbf9193ceb9ddec579ba72739c16c508b10c2cd7 COMMIT Ruby 1.9's Time#inspect format is "YYYY-MM-DD hh:mm:dd +-ZZZZ". http://github.com/rubyspec/rubyspec/commit/c64bc700ae8e430963063375a3f4e57c8e071c8f COMMIT String#tr raises a ArgumentError from Ruby 1.9.2. http://github.com/rubyspec/rubyspec/commit/3f6c77de492a6e6f655a1e585da14d9049fc0789 COMMIT Support Linux and FreeBSD. http://github.com/rubyspec/rubyspec/commit/5dec87e08a0942335521ff0cca353d5303efe10e COMMIT Follow 1.9's change. http://github.com/rubyspec/rubyspec/commit/e1d3ca617fbff310f59334aa7fcbab6464b279ea =================================================================== +++ 20110208T010242Z @@ 15535 @@ - 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 @@ 47548 @@ - 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 @@ 47560 @@ ) +Kernel#sprintf passes some tests for negative %u FAILED +No behavior expectation was found in the example +/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/context.rb:37:in `initialize' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' +/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/core/kernel/sprintf_spec.rb:2:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' +/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/context.rb:209:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/context.rb:199:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/object.rb:11:in `describe' +/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/core/kernel/sprintf_spec.rb:4 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 47590 @@ 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 #