Revision: 1910 http://trac.macosforge.org/projects/ruby/changeset/1910 Author: eloy.de.enige@gmail.com Date: 2009-06-20 05:14:56 -0700 (Sat, 20 Jun 2009) Log Message: ----------- Removed tags of passing examples. Modified Paths: -------------- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/popen_tags.txt MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/global_variables_tags.txt MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/instance_eval_tags.txt MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/local_variables_tags.txt MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/p_tags.txt Removed Paths: ------------- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/private_methods_tags.txt Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt 2009-06-20 12:14:36 UTC (rev 1909) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt 2009-06-20 12:14:56 UTC (rev 1910) @@ -1 +0,0 @@ -fails:Dir.pwd returns the current working directory Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/popen_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/popen_tags.txt 2009-06-20 12:14:36 UTC (rev 1909) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/popen_tags.txt 2009-06-20 12:14:56 UTC (rev 1910) @@ -1,2 +1,2 @@ critical:IO::popen writes to a write-only pipe -fails:IO::popen reads and writes to a read/write pipe \ No newline at end of file +fails:IO::popen reads and writes to a read/write pipe Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt 2009-06-20 12:14:36 UTC (rev 1909) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt 2009-06-20 12:14:56 UTC (rev 1910) @@ -24,7 +24,6 @@ critical:Kernel#Float raises an ArgumentError if there's a decimal point on the right side of the 'E' fails:Kernel.Float is a private method fails:Kernel#Float is a private method -fails:Kernel#Float raises a TypeError if #to_f is not provided fails:Kernel.Float otherwise, converts the given argument to a Float by calling #to_f fails:Kernel.Float returns the identical NaN if to_f is called and it returns NaN fails:Kernel.Float returns the identical Infinity if to_f is called and it returns Infinity Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/global_variables_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/global_variables_tags.txt 2009-06-20 12:14:36 UTC (rev 1909) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/global_variables_tags.txt 2009-06-20 12:14:56 UTC (rev 1910) @@ -1,2 +1 @@ fails:Kernel.global_variables is a private method -fails:Kernel.global_variables finds subset starting with std Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/instance_eval_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/instance_eval_tags.txt 2009-06-20 12:14:36 UTC (rev 1909) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/instance_eval_tags.txt 2009-06-20 12:14:56 UTC (rev 1910) @@ -5,4 +5,3 @@ fails:Kernel#instance_eval sets class variables in the receiver fails:Kernel#instance_eval raises a TypeError when defining methods on an immediate fails:Kernel#instance_eval raises a TypeError when defining methods on numerics -fails:Kernel#instance_eval has access to receiver's instance variables \ No newline at end of file Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/local_variables_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/local_variables_tags.txt 2009-06-20 12:14:36 UTC (rev 1909) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/local_variables_tags.txt 2009-06-20 12:14:56 UTC (rev 1910) @@ -1,3 +1,2 @@ fails:Kernel.local_variables is a private method -fails:Kernel.local_variables contains locals as they are added fails:Kernel.local_variables is accessable from bindings Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/p_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/p_tags.txt 2009-06-20 12:14:36 UTC (rev 1909) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/p_tags.txt 2009-06-20 12:14:56 UTC (rev 1910) @@ -1,3 +1,3 @@ fails:Kernel#p is a private method fails:Kernel#p prints obj.inspect followed by system record separator for each argument given -fails:Kernel#p is not affected by setting $\, $/ or $, +critical:Kernel#p is not affected by setting $\, $/ or $, Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/private_methods_tags.txt =================================================================== --- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/private_methods_tags.txt 2009-06-20 12:14:36 UTC (rev 1909) +++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/private_methods_tags.txt 2009-06-20 12:14:56 UTC (rev 1910) @@ -1,2 +0,0 @@ -fails:Kernel#private_methods returns a list of the names of privately accessible methods in the object -fails:Kernel#private_methods returns a list of the names of privately accessible methods in the object and its ancestors and mixed-in modules