[macruby-changes] [2659] MacRuby/trunk/spec/frozen/tags/macruby/core

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 27 03:21:01 PDT 2009


Revision: 2659
          http://trac.macosforge.org/projects/ruby/changeset/2659
Author:   mattaimonetti at gmail.com
Date:     2009-09-27 03:20:56 -0700 (Sun, 27 Sep 2009)
Log Message:
-----------
more tags update

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/divmod_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/modulo_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/multiply_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/float/comparison_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/float/denominator_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/float/divide_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/float/divmod_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/float/fdiv_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/float/numerator_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/float/to_s_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_proc_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_set_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/inspect_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/key_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/merge_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rassoc_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rehash_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/reject_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/store_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/to_s_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/update_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_and_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_or_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_xor_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/comparison_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/div_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/divide_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/element_reference_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/equal_value_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/exponent_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/gt_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/gte_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/left_shift_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/lt_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/lte_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/minus_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/plus_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/quo_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/clear_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/each_pair_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/index_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/indexes_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/indices_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -4,3 +4,6 @@
 fails:Exception#backtrace includes the filename of the location immediately prior to where self raised in the second element
 fails:Exception#backtrace includes the line number of the location immediately prior to where self raised in the second element
 fails:Exception#backtrace contains lines of the same format for each prior position in the stack
+fails:Exception#backtrace returns nil if no backtrace was set
+fails:Exception#backtrace returns an Array
+fails:Exception#backtrace sets each element to a String

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_and_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_and_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_and_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#& coerces arguments correctly even if it is a Bignum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_or_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_or_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_or_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#| coerces arguments correctly even if it is a Bignum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_xor_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_xor_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/bit_xor_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#^ coerces arguments correctly even if it is a Bignum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/comparison_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/comparison_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/comparison_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#<=> returns nil when the given argument is not an Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/div_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/div_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/div_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +0,0 @@
-fails:Fixnum#div raises a FloatDomainError when the given argument is 0 and a Float
-fails:Fixnum#div raises a TypeError when given a non-Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/divide_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/divide_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/divide_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#/ raises a TypeError when given a non-Integer

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/divmod_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/divmod_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/divmod_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,3 +1 @@
-fails:Fixnum#divmod raises a FloatDomainError when the given argument is 0 and a Float
-fails:Fixnum#divmod raises a TypeError when given a non-Integer
 fails:Fixnum#divmod raises a ZeroDivisionError when the given argument is 0 and a Float

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/element_reference_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/element_reference_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/element_reference_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#[] coerces arguments correctly even if it is a Bignum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/equal_value_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/equal_value_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/equal_value_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#== calls 'other == self' if the given argument is not a Fixnum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/exponent_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/exponent_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/exponent_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,4 +0,0 @@
-fails:Fixnum#** returns self raised to the given power
-fails:Fixnum#** returns Infinity for 0**-1
-fails:Fixnum#** raises a TypeError when given a non-Integer
-fails:Fixnum#** raises a ZeroDivisionError for 0**-1

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/gt_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/gt_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/gt_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#> raises an ArgumentError when given a non-Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/gte_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/gte_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/gte_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#>= raises an ArgumentError when given a non-Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/left_shift_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/left_shift_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/left_shift_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#<< raises a RangeError when the given argument is out of range of Fixnum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/lt_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/lt_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/lt_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#< raises an ArgumentError when given a non-Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/lte_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/lte_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/lte_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#<= raises an ArgumentError when given a non-Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/minus_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/minus_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/minus_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#- raises a TypeError when given a non-Integer

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/modulo_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/modulo_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/modulo_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,4 +1,2 @@
-fails:Fixnum#% raises a TypeError when given a non-Integer
-fails:Fixnum#modulo raises a TypeError when given a non-Integer
 fails:Fixnum#% raises a ZeroDivisionError when the given argument is 0 and a Float
 fails:Fixnum#modulo raises a ZeroDivisionError when the given argument is 0 and a Float

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/multiply_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/multiply_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/multiply_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +1 @@
-fails:Fixnum#* raises a TypeError when given a non-Integer
 fails:Fixnum#* overflows to Bignum when the result does not fit in Fixnum

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/plus_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/plus_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/plus_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#+ raises a TypeError when given a non-Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/quo_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/quo_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/quo_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,5 +0,0 @@
-fails:Fixnum#quo returns the result of self divided by the given Integer as a Float
-fails:Fixnum#quo does not raise a ZeroDivisionError when the given Integer is 0
-fails:Fixnum#quo does not raise a FloatDomainError when the given Integer is 0 and a Float
-fails:Fixnum#quo raises a TypeError when given a non-Integer
-fails:Fixnum#quo raises a ZeroDivisionError when the given Integer is 0

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/fixnum/right_shift_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Fixnum#>> does not raise RangeError when the given argument is out of range of Fixnum

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/float/comparison_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/float/comparison_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/float/comparison_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,4 +1,2 @@
 fails:Float#<=> returns 1 when self is Infinity and other is a Bignum
 fails:Float#<=> returns -1 when self is negative and other is Infinty
-fails:Float#<=> returns 1 when self is Infinity and other is a Bignum
-fails:Float#<=> returns -1 when self is negative and other is Infinty

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/float/denominator_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/float/denominator_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/float/denominator_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,3 +1 @@
-fails:Float#denominator returns an Integer
 fails:Float#denominator converts self to a Rational and returns the denominator
-fails:Float#denominator returns 1 for NaN and Infinity

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/float/divide_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/float/divide_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/float/divide_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +1 @@
-fails:Float#/ properly handles BigDecimal argument
\ No newline at end of file
+fails:Float#/ properly handles BigDecimal argument

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/float/divmod_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/float/divmod_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/float/divmod_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,4 +1,4 @@
-fails:Float#divmod raises a ZeroDivisionError if other is zero
 fails:Float#divmod raises a FloatDomainError if self is NaN
 fails:Float#divmod raises a FloatDomainError if other is NaN
 fails:Float#divmod raises a FloatDomainError if self is Infinity
+fails:Float#divmod raises a ZeroDivisionError if other is zero

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/float/fdiv_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/float/fdiv_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/float/fdiv_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,4 +1,2 @@
 fails:Float#fdiv performs floating-point division between self and a Fixnum
-fails:Float#fdiv performs floating-point division between self and a Rational
 fails:Float#fdiv performs floating-point division between self and a Complex
-fails:Float#fdiv raises a TypeError when argument isn't numeric

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/float/numerator_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/float/numerator_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/float/numerator_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,10 +1 @@
-fails:Numeric#numerator converts self to a Rational object then returns its numerator
-fails:Numeric#numerator returns 0 for 0.0
-fails:Numeric#numerator returns NaN for NaN
-fails:Numeric#numerator returns Infinity for Infinity
-fails:Numeric#numerator returns -Infinity for Infinity
 fails:Float#numerator converts self to a Rational object then returns its numerator
-fails:Float#numerator returns 0 for 0.0
-fails:Float#numerator returns NaN for NaN
-fails:Float#numerator returns Infinity for Infinity
-fails:Float#numerator returns -Infinity for Infinity

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/float/to_s_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/float/to_s_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/float/to_s_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +1 @@
-fails:Float#to_s returns a string representation of self
\ No newline at end of file
+fails:Float#to_s returns a string representation of self

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/clear_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/clear_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/clear_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Hash#clear raises a TypeError if called on a frozen instance

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_proc_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_proc_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_proc_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,5 +1,4 @@
 fails:Hash#default_proc= replaces the block passed to Hash.new
 fails:Hash#default_proc= uses :to_proc on its argument
 fails:Hash#default_proc= overrides the static default
-fails:Hash#default_proc= raise an error if passed stuff not convertible to procs
 fails:Hash#default_proc= raises an error if passed stuff not convertible to procs

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +0,0 @@
-fails:Hash#default= unsets the default proc
-fails:Hash#default= raises a TypeError if called on a frozen instance

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/each_pair_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/each_pair_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/each_pair_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Hash#each_pair processes all pairs, yielding two arguments: key and value

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,4 +1,3 @@
-fails:Hash#[] compares key with found hash code via eql?
 fails:Hash#[] compares keys with eql? semantics
-fails:Hash#[] compares key via hash
 fails:Hash#[] does not compare key with unknown hash codes via eql?
+fails:Hash#[] compares key with found hash code via eql?

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_set_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_set_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_set_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,4 +1,3 @@
 fails:Hash#[]= duplicates string keys using dup semantics
-fails:Hash#[]= duplicates and freezes string keys
-fails:Hash#[]= raises a TypeError if called on a frozen instance
 fails:Hash#[]= stores unequal keys that hash to the same value
+fails:Hash#[]= duplicates and freezes string keys

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,6 +1,4 @@
 critical:Hash#eql? computes equality for complex recursive hashes
 critical:Hash#eql? computes equality for recursive hashes & arrays
 fails:Hash#eql? compares keys with matching hash codes via eql?
-fails:Hash#eql? compares keys with eql? semantics
-fails:Hash#eql? first compares keys via hash
-fails:Hash#eql? does not compare keys with different hash codes via eql?
+fails:Hash#eql? compares keys with eql? semantics
\ No newline at end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,6 +1,4 @@
 critical:Hash#== computes equality for complex recursive hashes
 critical:Hash#== computes equality for recursive hashes & arrays
 fails:Hash#== compares keys with matching hash codes via eql?
-fails:Hash#== compares keys with eql? semantics
-fails:Hash#== first compares keys via hash
-fails:Hash#== does not compare keys with different hash codes via eql?
+fails:Hash#== compares keys with eql? semantics
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,5 +0,0 @@
-fails:Hash#flatten sets each even index of the Array to a key of the Hash
-fails:Hash#flatten sets each odd index of the Array to the value corresponding to the previous element
-fails:Hash#flatten does not recursively flatten Array values when called without arguments
-fails:Hash#flatten recursively flattens Array values when called with an argument >= 2
-fails:Hash#flatten recursively flattens Array values to the given depth

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/index_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/index_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/index_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Hash#index compares values using ==

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/indexes_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/indexes_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/indexes_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Hash#indexes returns an array of values for the given keys

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/indices_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/indices_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/indices_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1 +0,0 @@
-fails:Hash#indices returns an array of values for the given keys

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/inspect_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/inspect_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/inspect_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +1 @@
-critical:Hash#inspect handles hashes with recursive values
-fails:Hash#inspect calls inspect on keys and values
+critical:Hash#inspect handles hashes with recursive values
\ No newline at end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/key_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/key_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/key_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +1 @@
 fails:Hash#key? returns false for objects with the same hash
-fails:Hash#key compares values using ==

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/merge_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/merge_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/merge_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,5 +1,2 @@
 fails:Hash#merge returns subclass instance for subclasses
-fails:Hash#merge! raises a RuntimeError if called on a non-empty, frozen instance
 fails:Hash#merge! raises a RuntimeError if called on a frozen instance
-fails:Hash#merge tries to convert the passed argument to a hash using #to_hash
-fails:Hash#merge! tries to convert the passed argument to a hash using #to_hash

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rassoc_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rassoc_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rassoc_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +1 @@
-# This spec fails because our Hash isn't ordered. Sometimes it works according to the stars alignment, so do not remove this tag.
 fails:Hash#rassoc only returns the first matching key-value pair

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rehash_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rehash_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rehash_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,3 +1 @@
-fails:Hash#rehash raises a TypeError if called on a frozen instance
 fails:Hash#rehash causes a RuntimeError to be raised if called inside an iterator block
-fails:Hash#rehash reorganizes the hash by recomputing all key hash codes

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/reject_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/reject_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/reject_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +1 @@
 fails:Hash#reject returns subclass instance for subclasses
-fails:Hash#reject! raises a TypeError if called on a frozen instance

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/store_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/store_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/store_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,4 +1,3 @@
 fails:Hash#store duplicates string keys using dup semantics
-fails:Hash#store duplicates and freezes string keys
-fails:Hash#store raises a TypeError if called on a frozen instance
 fails:Hash#store stores unequal keys that hash to the same value
+fails:Hash#store duplicates and freezes string keys

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/to_s_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/to_s_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/to_s_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +1 @@
-critical:Hash#to_s handles hashes with recursive values
-fails:Hash#to_s calls inspect on keys and values
+critical:Hash#to_s handles hashes with recursive values
\ No newline at end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/update_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/update_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/update_tags.txt	2009-09-27 10:20:56 UTC (rev 2659)
@@ -1,2 +1 @@
 fails:Hash#update raises a RuntimeError if called on a frozen instance
-fails:Hash#update tries to convert the passed argument to a hash using #to_hash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090927/0099d3dc/attachment-0001.html>


More information about the macruby-changes mailing list