COMMIT [Charles Oliver Nutter] Add spec for A::B = C precedence (RHS evaluates first). JRUBY-4925 http://github.com/rubyspec/rubyspec/commit/34ea90b9b8f6d5290d546791c876e46b4c16b595 COMMIT [Charles Oliver Nutter] IO/Kernel.select(nil, nil, nil, ...) form waits for specified timeout. http://github.com/rubyspec/rubyspec/commit/5862ae225b2ff1690923bacf8b41fd38014fdc0d COMMIT [NARUSE, Yui] WONTFIX in 1.9.3: Fiber#resume executes the ensure clause. http://github.com/rubyspec/rubyspec/commit/554beb9801dbf94ece804225621d7102324710d7 COMMIT [Brian Ford] Fixed OpenStruct specs for #[], #[]=. http://github.com/rubyspec/rubyspec/commit/9bdd28727ceb3e5b085d834810eedfbc673ff72d COMMIT [Dirkjan Bussink] Add spec for module included into singleton ancestor chain http://github.com/rubyspec/rubyspec/commit/7732ac6b9a79a111bbbff40ca60f518a81a569f0 =================================================================== +++ 20110712T234630Z @@ 10845 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7//rubyspec/core/class/dup_spec.rb Class#dup - duplicates both the class and the singleton class +- retains an included module in the ancestor chain for the singleton class - retains the correct ancestor chain for the singleton class - sets the name from the class to "" if not assigned to a constant - stores the new name if assigned to a constant @@ 14881 @@ - 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 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7//rubyspec/core/io/set_encoding_spec.rb /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7//rubyspec/core/io/stat_spec.rb @@ 27353 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7//rubyspec/core/class/dup_spec.rb Class#dup - duplicates both the class and the singleton class +- retains an included module in the ancestor chain for the singleton class - retains the correct ancestor chain for the singleton class - sets the name from the class to "" if not assigned to a constant - stores the new name if assigned to a constant @@ 36580 @@ - 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 @@ 51763 @@ - 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 @@ 51799 @@ Finished in seconds +1 file, 48 examples, expectations, 0 failures, 0 errors == rubyspec/language/def_spec.rb #