COMMIT Add spec for A::B = C precedence (RHS evaluates first). JRUBY-4925 http://github.com/rubyspec/rubyspec/commit/34ea90b9b8f6d5290d546791c876e46b4c16b595 COMMIT IO/Kernel.select(nil, nil, nil, ...) form waits for specified timeout. http://github.com/rubyspec/rubyspec/commit/5862ae225b2ff1690923bacf8b41fd38014fdc0d COMMIT WONTFIX in 1.9.3: Fiber#resume executes the ensure clause. http://github.com/rubyspec/rubyspec/commit/554beb9801dbf94ece804225621d7102324710d7 =================================================================== +++ 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//rubyspec/core/io/set_encoding_spec.rb /var/lib/chkbuild/tmp/build/ruby-1.8-o3//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 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 seconds +1 file, 48 examples, expectations, 0 failures, 0 errors == rubyspec/language/def_spec.rb #