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

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 19 13:39:33 PDT 2009


Revision: 1884
          http://trac.macosforge.org/projects/ruby/changeset/1884
Author:   eloy.de.enige at gmail.com
Date:     2009-06-19 13:39:33 -0700 (Fri, 19 Jun 2009)
Log Message:
-----------
Removed more tags of passing specs.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/binding/clone_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/binding/dup_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/env/fetch_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/ftype_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/truncate_tags.txt

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/getwd_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/env/select_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/directory_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/executable_real_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/executable_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/exist_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/exists_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/extname_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/file_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/link_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/rename_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/blockdev_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/chardev_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/directory_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/executable_real_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/executable_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/file_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/grpowned_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/readable_real_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/readable_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/size_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/symlink_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/writable_real_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/writable_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/zero_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/symlink_tags.txt

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/binding/clone_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/binding/clone_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/binding/clone_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,2 +1,2 @@
 fails:Binding#clone returns a copy of the Bind object
-fails:Binding#clone is a shallow copy of the Bind object
+critical:Binding#clone is a shallow copy of the Bind object

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/binding/dup_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/binding/dup_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/binding/dup_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,2 +1,2 @@
 fails:Binding#dup returns a copy of the Bind object
-fails:Binding#dup is a shallow copy of the Bind object
+critical:Binding#dup is a shallow copy of the Bind object

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/getwd_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/getwd_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/dir/getwd_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:Dir.pwd returns the current working directory
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/env/fetch_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/env/fetch_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/env/fetch_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +1 @@
-fails:ENV.fetch warns on block and default parameter given
+critical:ENV.fetch warns on block and default parameter given

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/env/select_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/env/select_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/env/select_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:ENV.select returns the Hash for which block return true

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/directory_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/directory_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/directory_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.directory? raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/executable_real_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/executable_real_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/executable_real_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.executable_real? raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/executable_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/executable_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/executable_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.executable? raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/exist_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/exist_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/exist_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.exist? raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/exists_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/exists_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/exists_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.exists? raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/extname_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/extname_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/extname_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.extname raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/file_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/file_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/file_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.file? raises an ArgumentError if not passed one argument

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/ftype_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/ftype_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/ftype_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,3 +1,2 @@
 critical:File.ftype returns fifo when the file is a fifo
-fails:File.ftype raises ArgumentError if not given exactly one filename
 fails:File.ftype returns 'socket' when the file is a socket

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/link_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/link_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/link_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.link raises an ArgumentError if not passed two arguments

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/rename_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/rename_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/rename_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.rename raises an ArgumentError if not passed two arguments

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/blockdev_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/blockdev_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/blockdev_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File::Stat#blockdev? returns true/false depending if the named file is a block device

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/chardev_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/chardev_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/chardev_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File::Stat#chardev? returns true/false depending if the named file is a char device

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/directory_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/directory_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/directory_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File::Stat#directory? return true if dir is a directory, otherwise return false

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/executable_real_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/executable_real_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/executable_real_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,2 +0,0 @@
-fails:File::Stat#executable_real? returns true if the file its an executable
-fails:File::Stat#executable_real? returns true if named file is readable by the real user id of the process, otherwise false

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/executable_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/executable_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/executable_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,2 +0,0 @@
-fails:File::Stat#executable? returns true if named file is executable by the effective user id of the process, otherwise false
-fails:File::Stat#executable? return true if the argument is an executable file

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/file_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/file_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/file_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,2 +0,0 @@
-fails:File::Stat#file? returns true if the named file exists and is a regular file.
-fails:File::Stat#file? return true if the null device exists and is a regular file.

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/grpowned_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/grpowned_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/grpowned_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File::Stat#grpowned? return true if the file exist

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/readable_real_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/readable_real_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/readable_real_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File::Stat#readable_real? returns true if named file is readable by the real user id of the process, otherwise false

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/readable_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/readable_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/readable_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File::Stat#readable? returns true if named file is readable by the effective user id of the process, otherwise false

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/size_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/size_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/size_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,2 +0,0 @@
-fails:File::Stat#size? returns nil if the file has zero size
-fails:File::Stat#size? returns the size of the file if it exists and is not empty

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/symlink_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/symlink_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/symlink_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File::Stat#symlink? returns true if the file is a link

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/writable_real_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/writable_real_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/writable_real_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,2 +0,0 @@
-fails:File::Stat#writable_real? returns true if named file is writable by the real user id of the process, otherwise false
-fails:File::Stat#writable_real? raises an ArgumentError if not passed one argument

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/writable_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/writable_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/writable_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File::Stat#writable? returns true if named file is writable by the effective user id of the process, otherwise false

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/zero_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/zero_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/stat/zero_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,6 +0,0 @@
-fails:File::Stat#zero? returns true if the file is empty
-fails:File::Stat#zero? returns false if the file is not empty
-fails:File::Stat#zero? returns true for /dev/null
-fails:File::Stat#zero? raises an ArgumentError if not passed one argument
-fails:File::Stat#zero? returns true inside a block opening a file if it is empty
-fails:File::Stat#zero? returns false for a directory

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/symlink_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/symlink_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/symlink_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1 +0,0 @@
-fails:File.symlink raises an ArgumentError if not called with two arguments

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/truncate_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/truncate_tags.txt	2009-06-19 04:27:50 UTC (rev 1883)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/file/truncate_tags.txt	2009-06-19 20:39:33 UTC (rev 1884)
@@ -1,10 +1,8 @@
-fails:File.truncate raises an ArgumentError if not passed two arguments
 fails:File#truncate truncates a file
 fails:File#truncate truncates a file size to 0
 fails:File#truncate truncates a file size to 5
 fails:File#truncate truncates a file to a larger size than the original file
 fails:File#truncate truncates a file to the same size as the original file
-fails:File#truncate raises an ArgumentError if not passed one argument
 fails:File#truncate raises an Errno::EINVAL if the length argument is not valid
 fails:File#truncate raises an IOError if file is closed
 fails:File#truncate raises an IOError if file is not opened for writing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090619/3d78f02f/attachment-0001.html>


More information about the macruby-changes mailing list