OlderDiff < 20110614T091928Z < ThisDiff > 20110615T091331Z > NewerDiff
COMMIT From r31169, defined?(<autloading constant>) returns 'constant'. COMMIT Split the spec into require/load and autolod in instance_eval. COMMIT Skip when ENV is masked. COMMIT Use -1 instead of Process.maxgroups + 1. COMMIT Follow 1.9's prototype change of rb_time_new(). COMMIT Fix 2af135c5, run specs it can run. =================================================================== +++ 20110615T091331Z @@ 17919 @@ - sets the autoload constant in Object's constant table - loads the file when the constant is accessed - does not call Kernel.require or Kernel.load to load the file +- can autoload in instance_eval Kernel#autoload? - is a private method @@ 39133 @@ - sets the autoload constant in Object's constant table - loads the file when the constant is accessed - does not call Kernel.require or Kernel.load to load the file +- can autoload in instance_eval Kernel#autoload? - is a private method =================================================================== --- 20110614T091928Z @@ 40931 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/core/kernel/sleep_spec.rb Kernel#sleep - is a private method -- pauses execution for approximately the duration requested (FAILED - <n>) - returns the rounded number of seconds asleep - raises a TypeError when passed a non-numeric duration - pauses execution indefinitely if not given a duration @@ 40941 @@ <n>) -Kernel#sleep pauses execution for approximately the duration requested FAILED -Expected 0.1 to be within +/- 0.1 of 0.208983 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/expectations/should.rb:8:in `should' -/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/core/kernel/sleep_spec.rb:13 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' -/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/core/kernel/sleep_spec.rb:2:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 40958 @@ /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' -/var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/core/kernel/sleep_spec.rb:4 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 40973 @@ Finished in <t> seconds -1 file, 5 examples, <num> expectations, 1 failure, 0 errors exit 1 -failed(rubyspec/core/kernel/sleep_spec.rb) == rubyspec/core/kernel/spawn_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3-pth/<buildtime>/bin/ruby rubyspec/core/kernel/spawn_spec.rb ruby <version>
OlderDiff < 20110614T091928Z < ThisDiff > 20110615T091331Z > NewerDiff