[macruby-changes] [1888] MacRuby/branches/experimental/spec/frozen/tags/macruby/core

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 19 15:27:12 PDT 2009


Revision: 1888
          http://trac.macosforge.org/projects/ruby/changeset/1888
Author:   eloy.de.enige at gmail.com
Date:     2009-06-19 15:27:12 -0700 (Fri, 19 Jun 2009)
Log Message:
-----------
Removed more tags of passing examples.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/gets_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/output_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/popen_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/print_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/getwd_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/filetest/writable_real_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/filetest/zero_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/getwd_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/getwd_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/getwd_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -0,0 +1 @@
+fails:Dir.pwd returns the current working directory

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/pwd_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -0,0 +1 @@
+fails:Dir.pwd returns the current working directory

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/filetest/writable_real_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/filetest/writable_real_tags.txt	2009-06-19 22:26:48 UTC (rev 1887)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/filetest/writable_real_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -1 +0,0 @@
-fails:FileTest.writable_real? raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/filetest/zero_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/filetest/zero_tags.txt	2009-06-19 22:26:48 UTC (rev 1887)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/filetest/zero_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -1 +0,0 @@
-fails:FileTest.zero? raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt	2009-06-19 22:26:48 UTC (rev 1887)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -1 +0,0 @@
-fails:Hash#keys returns an array with the keys in the order they were inserted

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/gets_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/gets_tags.txt	2009-06-19 22:26:48 UTC (rev 1887)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/gets_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -1,6 +1,5 @@
 fails:IO#gets returns tainted strings
 fails:IO#gets updates lineno with each invocation
-fails:IO#gets updates $. with each invocation
 fails:IO#gets assigns the returned line to $_
 fails:IO#gets returns the entire content if the separator is nil
 fails:IO#gets returns the next paragraph if the separator's length is 0

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/output_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/output_tags.txt	2009-06-19 22:26:48 UTC (rev 1887)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/output_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -1,2 +1,2 @@
-fails:IO#<< writes an object to the IO stream
-fails:IO#<< calls #to_s on the object to print it
+critical:IO#<< writes an object to the IO stream
+critical:IO#<< calls #to_s on the object to print it

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-19 22:26:48 UTC (rev 1887)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/popen_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -1,2 +1,2 @@
-fails:IO::popen reads and writes to a read/write pipe
-fails:IO::popen writes to a write-only pipe
+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

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/print_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/print_tags.txt	2009-06-19 22:26:48 UTC (rev 1887)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/print_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -1 +1 @@
-fails:IO#print writes $_.to_s followed by $\ (if any) to the stream if no arguments given
+critical:IO#print writes $_.to_s followed by $\ (if any) to the stream if no arguments given

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-19 22:26:48 UTC (rev 1887)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt	2009-06-19 22:27:12 UTC (rev 1888)
@@ -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 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090619/588a1aae/attachment.html>


More information about the macruby-changes mailing list