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

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 27 02:56:32 PDT 2009


Revision: 2658
          http://trac.macosforge.org/projects/ruby/changeset/2658
Author:   mattaimonetti at gmail.com
Date:     2009-09-27 02:56:32 -0700 (Sun, 27 Sep 2009)
Log Message:
-----------
more untagged specs

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/binding/clone_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/binding/dup_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/binding/eval_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chroot_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/first_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerator/next_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/env/fetch_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/expand_path_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/flock_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/new_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/open_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/class/new_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/equal_value_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/gt_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/gte_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/lt_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/lte_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chdir_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/element_reference_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/exist_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/exists_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/getwd_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/glob_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/mkdir_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/open_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/dir/pos_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/cycle_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/detect_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/drop_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/each_with_index_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/find_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/include_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/member_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/sort_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/env/has_value_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/env/reject_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/env/value_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/exception/standard_error_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/fnmatch_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/ftype_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/lchmod_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/setgid_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/setuid_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/split_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/stat/ftype_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/stat/gid_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/file/umask_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/binding/clone_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/binding/clone_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/binding/clone_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +1,2 @@
 fails:Binding#clone returns a copy of the Bind object
-critical:Binding#clone is a shallow copy of the Bind object
+fails:Binding#clone is a shallow copy of the Bind object

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/binding/dup_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/binding/dup_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/binding/dup_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +1,2 @@
 fails:Binding#dup returns a copy of the Bind object
-critical:Binding#dup is a shallow copy of the Bind object
+fails:Binding#dup is a shallow copy of the Bind object

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/binding/eval_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/binding/eval_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/binding/eval_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +1 @@
-critical:Binding#eval behaves like Kernel.eval(..., self)
+fails:Binding#eval behaves like Kernel.eval(..., self)

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/class/new_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/class/new_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/class/new_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Class.new creates a class without a name

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/equal_value_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/equal_value_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/equal_value_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,4 +0,0 @@
-fails:Comparable#== returns nil if calling #<=> on self returns nil or a non-Integer
-fails:Comparable#== returns nil if calling #<=> on self raises a StandardError
-fails:Comparable#== calls #<=> on self with other and returns true if #<=> returns 0
-fails:Comparable#== returns false if calling #<=> on self returns a non-zero Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/gt_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/gt_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/gt_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,3 +0,0 @@
-fails:Comparable#> calls #<=> on self with other and returns true if #<=> returns any Integer greater than 0
-fails:Comparable#> returns false if calling #<=> on self returns 0 or any Integer less than 0
-fails:Comparable#> raises an ArgumentError if calling #<=> on self returns nil

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/gte_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/gte_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/gte_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,3 +0,0 @@
-fails:Comparable#>= calls #<=> on self with other and returns true if #<=> returns 0 or any Integer greater than 0
-fails:Comparable#>= returns false if calling #<=> on self returns any Integer less than 0
-fails:Comparable#>= raises an ArgumentError if calling #<=> on self returns nil

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/lt_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/lt_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/lt_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,3 +0,0 @@
-fails:Comparable#< calls #<=> on self with other and returns true if #<=> returns any Integer less than 0
-fails:Comparable#< returns false if calling #<=> on self returns 0 or any Integer greater than 0
-fails:Comparable#< raises an ArgumentError if calling #<=> on self returns nil

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/lte_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/lte_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/comparable/lte_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,3 +0,0 @@
-fails:Comparable#<= calls #<=> on self with other and returns true if #<=> returns 0 or any Integer less than 0
-fails:Comparable#<= returns false if calling #<=> on self returns any Integer greater than 0
-fails:Comparable#<= raises an ArgumentError if calling #<=> on self returns nil

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chdir_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chdir_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chdir_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Dir.chdir always returns to the original directory when given a block

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chroot_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chroot_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chroot_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +1 @@
-fails:Dir.chroot as regular user raises an Errno::ENOENT exception if the directory doesn't exist
 fails:Dir.chroot as regular user calls #to_path on non-String argument

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/element_reference_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/element_reference_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/element_reference_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Dir.[] converts patterns with to_str

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/exist_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/exist_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/exist_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Dir.exist? expands paths

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/exists_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/exists_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/exists_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Dir.exists? expands paths

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/getwd_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/getwd_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/getwd_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Dir.pwd returns the current working directory

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/glob_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/glob_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/glob_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Dir.glob converts patterns with to_str

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/mkdir_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/mkdir_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/mkdir_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Dir.mkdir raises a SystemCallError when lacking adequate permissions in the parent dir

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/open_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/open_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/open_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Dir.open closes the Dir instance when the block exits the block even due to an exception

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/pos_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/pos_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/pos_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,4 +0,0 @@
-critical:Dir#pos= moves the read position to a previously obtained position
-critical:Dir#pos raises an IOError when called on a closed Dir instance
-critical:Dir#pos returns a different Integer if moved from previous position
-critical:Dir#pos returns an Integer representing the current position in the directory
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/cycle_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/cycle_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/cycle_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +0,0 @@
-critical:Enumerable#cycle passed a number n as an argument calls each at most once
-critical:Enumerable#cycle passed a number n as an argument tries to convert n to an Integer using #to_int
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/detect_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/detect_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/detect_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-critical:Enumerable#detect passes the ifnone proc to the enumerator

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/drop_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/drop_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/drop_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Enumerable#drop passed a number n as an argument tries to convert n to an Integer using #to_int

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/each_with_index_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/each_with_index_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/each_with_index_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-critical:Enumerable#each_with_index passes extra parameters to each

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/find_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/find_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/find_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-critical:Enumerable#find passes the ifnone proc to the enumerator

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/first_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/first_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/first_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,5 +1 @@
-fails:Enumerable#first when passed an argument returns the first count elements if given a count
-fails:Enumerable#first when passed an argument returns an empty array when passed count == 0
-fails:Enumerable#first when passed an argument returns an array containing the first element when passed count == 1
-fails:Enumerable#first when passed an argument tries to convert the passed argument to an Integer using #to_int
 fails:Enumerable#first when passed an argument consumes only what is needed

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/include_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/include_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/include_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Enumerable#include? returns true if any member of enum equals obj when == compare different classes (legacy rubycon)

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/member_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/member_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/member_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:Enumerable#member? returns true if any member of enum equals obj when == compare different classes (legacy rubycon)

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/sort_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/sort_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerable/sort_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +0,0 @@
-fails:Enumerable#sort sorts enumerables that contain nils
-fails:Enumerable#sort compare values returned by block with 0

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/enumerator/next_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/enumerator/next_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/enumerator/next_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,4 +1,3 @@
 fails:Enumerator#next returns the next element of the enumeration
 fails:Enumerator#next raises a StopIteration exception at the end of the stream
-fails:Enumerator#next rewinds the enumerator after raising StopIteration
 fails:Enumerator#next cannot be called again until the enumerator is rewound

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/env/fetch_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/env/fetch_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/env/fetch_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +1 @@
-critical:ENV.fetch warns on block and default parameter given
 fails:ENV.fetch uses the locale encoding

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/env/has_value_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/env/has_value_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/env/has_value_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:ENV.has_value? returns true if ENV has the value

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/env/reject_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/env/reject_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/env/reject_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +0,0 @@
-fails:ENV.reject rejects entries based on key
-fails:ENV.reject rejects entries based on value

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/env/value_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/env/value_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/env/value_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:ENV.value? returns true if ENV has the value

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:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/exception/backtrace_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,6 +1,3 @@
-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
 fails:Exception#backtrace includes the filename of the location where self raised in the first element
 fails:Exception#backtrace includes the line number of the location where self raised in the first element
 fails:Exception#backtrace includes the name of the method from where self raised in the first element

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/exception/standard_error_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/exception/standard_error_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/exception/standard_error_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:StandardError is a superclass of SecurityError

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/file/expand_path_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/expand_path_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/expand_path_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,3 +1 @@
-critical:File.expand_path raises an ArgumentError if not passed one or two arguments
-critical:File.expand_path raises a TypeError if not passed a String type
 fails:File.expand_path produces a String in the default external encoding

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/file/flock_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/flock_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/flock_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +1 @@
-critical:File#flock should lock a file
\ No newline at end of file
+fails:File#flock should lock a file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/fnmatch_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/fnmatch_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/fnmatch_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +0,0 @@
-fails:File.fnmatch does not raise a TypeError if the third argument can be coerced to an Integer
-fails:File.fnmatch? does not raise a TypeError if the third argument can be coerced to an Integer

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/ftype_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/ftype_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/ftype_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +0,0 @@
-critical:File.ftype returns fifo when the file is a fifo
-fails:File.ftype returns 'socket' when the file is a socket

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/lchmod_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/lchmod_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/lchmod_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:An exception occurred during: File.lchmod

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/file/new_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/new_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/new_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,14 +1,7 @@
-critical:File.new return a new File with mode num
-critical:File.new return a new File with modus num and permissions
-critical:File.new create a new file when use File::EXCL mode 
-critical:File.new raises an Errorno::EEXIST if the file exists when create a new file with File::CREAT|File::EXCL
-critical:File.new create a new file when use File::WRONLY|File::APPEND mode
-critical:File.new raises an Errno::EINVAL error with File::APPEND
-critical:File.new raises an Errno::EINVAL error with File::RDONLY|File::APPEND
-critical:File.new raises an Errno::EINVAL error with File::RDONLY|File::WRONLY
-critical:File.new create a new file when use File::WRONLY|File::TRUNC mode
+fails:File.new return a new File with modus num and permissions
 fails:File.new return a new File with modus fd 
+fails:File.new raises an Errno::EINVAL error with File::APPEND
+fails:File.new raises an Errno::EINVAL error with File::RDONLY|File::APPEND
+fails:File.new coerces filename using #to_path
 fails:File.new expected errors 
 fails:File.new can't alter mode or permissions when opening a file
-fails:File.new coerces filename using to_str
-fails:File.new coerces filename using #to_path

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/file/open_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/open_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/open_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,45 +1,11 @@
-critical:File.open opens a file with mode num
-critical:File.open opens the file when passed mode, num and permissions
-critical:File.open opens a file that no exists when use File::WRONLY mode
-critical:File.open opens a file that no exists when use File::RDONLY mode
-critical:File.open opens a file that no exists when use File::EXCL mode
-critical:File.open opens a file that no exists when use File::NONBLOCK mode
-critical:File.open opens a file that no exists when use File::TRUNC mode
-critical:File.open opens a file that no exists when use File::NOCTTY mode
-critical:File.open opens a file that no exists when use File::CREAT mode
-critical:File.open can read in a block when call open with RDONLY mode
-critical:File.open raises an IO exception when write in a block opened with RDONLY mode
-critical:File.open can't write in a block when call open with File::WRONLY||File::RDONLY mode
-critical:File.open can't read in a block when call open with File::WRONLY||File::RDONLY mode
-critical:File.open can write in a block when call open with WRONLY mode
-critical:File.open raises an IOError when read in a block opened with WRONLY mode
-critical:File.open raises an IOError when read in a block opened with 'a' mode
-critical:File.open raises an IOError when read in a block opened with File::WRONLY|File::APPEND mode
-critical:File.open raises an IOError when read in a block opened with File::RDONLY|File::APPEND mode
-critical:File.open can read and write in a block when call open with RDWR mode
-critical:File.open can't read in a block when call open with File::EXCL mode
-critical:File.open can read in a block when call open with File::EXCL mode
-critical:File.open can read and write in a block when call open with File::RDWR|File::EXCL mode
-critical:File.open raises an Errorno::EEXIST if the file exists when open with File::CREAT|File::EXCL
-critical:File.open create a new file when use File::WRONLY|File::APPEND mode
-critical:File.open opens a file when use File::WRONLY|File::APPEND mode
-critical:File.open raises an IOError if the file exists when open with File::RDONLY|File::APPEND
-critical:File.open truncates the file when passed File::TRUNC mode
-critical:File.open can't read in a block when call open with File::TRUNC mode
-critical:File.open opens a file when use File::WRONLY|File::TRUNC mode
-critical:File.open can't write in a block when call open with File::TRUNC mode
-critical:File.open raises an Errorno::EEXIST if the file exists when open with File::RDONLY|File::TRUNC
 fails:File.open with a block invokes close on opened file when exiting the block
 fails:File.open with a block propagates non-StandardErrors produced by close
 fails:File.open opens file when call with a block (basic case)
 fails:File.open opens a file with mode string and block
 fails:File.open opens a file with mode num and block
+fails:File.open opens the file when passed mode, num and permissions
 fails:File.open opens the file when passed mode, num, permissions and block
 fails:File.open creates a new write-only file when invoked with 'w' and '0222'
 fails:File.open opens the file when call with fd
 fails:File.open opens a file with a file descriptor d and a block
-fails:File.open raises an Errno::EACCES when opening non-permitted file
-fails:File.open raises an Errno::EACCES when opening read-only file
-fails:File.open opens a file for read-write and truncate the file
-fails:File.open opens a file for binary read-write and truncate the file
 fails:File.open raises a SystemCallError if passed an invalid Integer type

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/setgid_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/setgid_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/setgid_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-critical:File.setgid? should return true when the gid bit is set
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/setuid_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/setuid_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/setuid_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-critical:File.setuid? should return true when the gid bit is set
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/split_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/split_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/split_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:File.split raises an ArgumentError when not passed a single argument
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/stat/ftype_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/stat/ftype_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/stat/ftype_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1,2 +0,0 @@
-critical:File::Stat#ftype returns fifo when the file is a fifo
-fails:File::Stat#ftype returns 'socket' when the file is a socket

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/stat/gid_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/stat/gid_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/stat/gid_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:An exception occurred during: before :each

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/file/umask_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/file/umask_tags.txt	2009-09-27 09:56:20 UTC (rev 2657)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/file/umask_tags.txt	2009-09-27 09:56:32 UTC (rev 2658)
@@ -1 +0,0 @@
-fails:File.umask invokes to_int on non-integer argument
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090927/3922c106/attachment-0001.html>


More information about the macruby-changes mailing list