OlderDiff < 20110710T213440Z < ThisDiff > 20110712T213828Z > NewerDiff
COMMIT Add spec for A::B = C precedence (RHS evaluates first). JRUBY-4925 COMMIT IO/Kernel.select(nil, nil, nil, ...) form waits for specified timeout. COMMIT WONTFIX in 1.9.3: Fiber#resume executes the ensure clause. =================================================================== +++ 20110712T213828Z @@ 15118 @@ - raises TypeError if supplied objects are not IO - raises TypeError if the specified timeout value is not Numeric - raises TypeError if the first three arguments are not Arrays +- sleeps the specified timeout if all streams are nil - does not accept negative timeouts +- sleeps forever for nil timeout /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/io/set_encoding_spec.rb /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/io/stat_spec.rb @@ 37426 @@ - raises TypeError if supplied objects are not IO - raises TypeError if the specified timeout value is not Numeric - raises TypeError if the first three arguments are not Arrays +- sleeps the specified timeout if all streams are nil - does not accept negative timeouts +- sleeps forever for nil timeout Finished in <t> seconds @@ 51707 @@ - can pass arguments to the thread block - raises an exception when not given a block - creates a subclass of thread calls super with a block in initialize +- calls #initialize and raises an error if super not used - calls and respects #initialize for the block to use @@ 53473 @@ - searches Object if a toplevel qualifier (::X) is given - does not search the singleton class of the class or module - returns the updated value when a constant is reassigned +- processes RHS first Constant resolution within methods - raises a NameError if no constant is defined in the search path @@ 53509 @@ Finished in <t> seconds +1 file, 48 examples, <num> expectations, 0 failures, 0 errors == rubyspec/language/def_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/bin/ruby rubyspec/language/def_spec.rb ruby <version> =================================================================== --- 20110710T213440Z @@ 15118 @@ - raises TypeError if supplied objects are not IO - raises TypeError if the specified timeout value is not Numeric - raises TypeError if the first three arguments are not Arrays -- does not raise errors if the first three arguments are nil - does not accept negative timeouts /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/io/set_encoding_spec.rb @@ 37425 @@ - raises TypeError if supplied objects are not IO - raises TypeError if the specified timeout value is not Numeric - raises TypeError if the first three arguments are not Arrays -- does not raise errors if the first three arguments are nil - does not accept negative timeouts @@ 51705 @@ - can pass arguments to the thread block - raises an exception when not given a block - creates a subclass of thread calls super with a block in initialize -- calls #initialize and raises an error if super not used (FAILED - <n>) - calls and respects #initialize for the block to use <n>) -Thread.new calls #initialize and raises an error if super not used FAILED -Expected ThreadError but no exception was raised /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/expectations/should.rb:8:in `should' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/thread/new_spec.rb:37 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/thread/new_spec.rb:21:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 51727 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe' -/var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/core/thread/new_spec.rb:4 /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 51742 @@ Finished in <t> seconds -1 file, 6 examples, <num> expectations, 1 failure, 0 errors exit 1 -failed(rubyspec/core/thread/new_spec.rb) == rubyspec/core/thread/pass_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/bin/ruby rubyspec/core/thread/pass_spec.rb ruby <version> @@ 53539 @@ Finished in <t> seconds -1 file, 47 examples, <num> expectations, 0 failures, 0 errors == rubyspec/language/def_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8-o3/<buildtime>/bin/ruby rubyspec/language/def_spec.rb ruby <version>
OlderDiff < 20110710T213440Z < ThisDiff > 20110712T213828Z > NewerDiff