COMMIT Small addition to GC specs. http://github.com/rubyspec/rubyspec/commit/a401e9e84112daf47e0d1548dd2b39c486fba094 COMMIT Specs for GC module. http://github.com/rubyspec/rubyspec/commit/82ca151c49b57aa4fcc30f59b5cae242702c25aa COMMIT Revert "[RubySpec #163] 1.8.7 behaves differently with 'ParseDate.parsedate("nn-nn")'" http://github.com/rubyspec/rubyspec/commit/9fa7a1803cdc402b5cb013184e6cddc3177ea201 COMMIT [RubySpec #163] 1.8.7 behaves differently with 'ParseDate.parsedate("nn-nn")' http://github.com/rubyspec/rubyspec/commit/509fb5e71932414d9191d91d83fe0fa4bf19f16d COMMIT [RubySpec #172] Add a spec for passing '1' to Array#combination. http://github.com/rubyspec/rubyspec/commit/7fab05a0b2bba8b9b09cb77210d1ed879cd221cc COMMIT Merge branch 'master' of github.com:rubyspec/rubyspec http://github.com/rubyspec/rubyspec/commit/45a8af5a93420686d50a0bcb90c1f66695e73896 COMMIT Fix typo in atan2 description ("tangeng" => "tangent") http://github.com/rubyspec/rubyspec/commit/e33ecf2690f1a010d4d206e7a2e91f293c07dfd8 COMMIT Fix typo in atan2 description ("tangeng" => "tangent") http://github.com/rubyspec/rubyspec/commit/c0c29b7ecfdde881c9aec05061b07f96cc4c37c4 --- 20091122T082503 +++ 20091123T082539 @@ -1,6800 +1,6801 @@ - yields nothing for out of bounds length and return self - yields the excepted combinations - yields [] when length is 0 +- yields a partition consisting of only singletons /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/array/compact_spec.rb Array#compact @@ -11137,9 +11138,41 @@ - returns true if self is 0.0 /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/gc/disable_spec.rb +GC.disable +- can be invoked without any exceptions +- doesn't accept any arguments +- ignores the supplied block +- returns true iff the garbage collection was previously disabled + /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/gc/enable_spec.rb +GC.enable +- can be invoked without any exceptions +- doesn't accept any arguments +- ignores the supplied block +- returns true iff the garbage collection was already disabled + /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/gc/garbage_collect_spec.rb +GC#garbage_collect +- can be invoked without any exceptions +- doesn't accept any arguments +- ignores the supplied block +- always returns nil + /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/gc/start_spec.rb +GC.start +- can be invoked without any exceptions +- doesn't accept any arguments +- ignores the supplied block +- always returns nil + +/home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/gc/stress_spec.rb +GC.stress +- returns current status of GC stress mode + +GC.stress= +- can be invoked without any exceptions +- returns a proper boolean result + /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/hash/allocate_spec.rb Hash.allocate - returns an instance of Hash @@ -15020,6 +15053,12 @@ /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/objectspace/finalizers_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/objectspace/garbage_collect_spec.rb +ObjectSpace.garbage_collect +- can be invoked without any exceptions +- doesn't accept any arguments +- ignores the supplied block +- always returns nil + /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/objectspace/remove_finalizer_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/objectspace/undefine_finalizer_spec.rb /home/chkbuild/tmp/build/ruby-1.8//rubyspec/core/precision/included_spec.rb @@ -20445,7 +20484,7 @@ Math#atan2 - returns the arc tangent of the passed arguments - returns the arc tangent for two Complex numbers -- returns the arc tangeng for Complex and real numbers +- returns the arc tangent for Complex and real numbers - should be private Math#atan2! @@ -20456,7 +20495,7 @@ Math.atan2 - returns the arc tangent of the passed arguments - returns the arc tangent for two Complex numbers -- returns the arc tangeng for Complex and real numbers +- returns the arc tangent for Complex and real numbers Math.atan2! - returns the arc tangent of the passed arguments @@ -33685,7 +33724,7 @@ Finished in seconds -2902 files, 11598 examples, 36325 expectations, 98 failures, 87 errors +2903 files, 11622 examples, 36362 expectations, 98 failures, 87 errors exit 1 failed(rubyspec) == end #