[macruby-changes] [1780] MacRuby/branches/experimental/spec

source_changes at macosforge.org source_changes at macosforge.org
Sat Jun 6 07:25:05 PDT 2009


Revision: 1780
          http://trac.macosforge.org/projects/ruby/changeset/1780
Author:   eloy.de.enige at gmail.com
Date:     2009-06-06 07:25:04 -0700 (Sat, 06 Jun 2009)
Log Message:
-----------
Revert "Removed tags for a few passing specs."

This reverts commit a6acf852c11719792f90f6b9827880e40c981df8.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/break_tags.txt
    MacRuby/branches/experimental/spec/macruby/tags/macruby/core/hash_tags.txt

Added Paths:
-----------
    MacRuby/branches/experimental/spec/macruby/tags/macruby/core/array_tags.txt

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt	2009-06-06 14:24:44 UTC (rev 1779)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/alias_tags.txt	2009-06-06 14:25:04 UTC (rev 1780)
@@ -4,3 +4,4 @@
 fails:The alias keyword overwrites an existing method with the target name
 fails:The alias keyword is reversible
 fails:The alias keyword operates on the object's metaclass when used in instance_eval
+fails:The alias keyword operates on methods defined via attr, attr_reader, and attr_accessor
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/break_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/break_tags.txt	2009-06-06 14:24:44 UTC (rev 1779)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/break_tags.txt	2009-06-06 14:25:04 UTC (rev 1780)
@@ -1,3 +1,4 @@
 fails:Executing break from within a block returns from the invoking singleton method
 fails:Executing break from within a block returns from the invoking method with the argument to break
 fails:Executing break from within a block returns from the original invoking method even in case of chained calls
+fails:Breaking out of a loop with a value stops a yielded method at the correct spot
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/macruby/tags/macruby/core/array_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/macruby/tags/macruby/core/array_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/macruby/tags/macruby/core/array_tags.txt	2009-06-06 14:25:04 UTC (rev 1780)
@@ -0,0 +1 @@
+critical:The NSArray class can be subclassed and later instantiated
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/macruby/tags/macruby/core/hash_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/macruby/tags/macruby/core/hash_tags.txt	2009-06-06 14:24:44 UTC (rev 1779)
+++ MacRuby/branches/experimental/spec/macruby/tags/macruby/core/hash_tags.txt	2009-06-06 14:25:04 UTC (rev 1780)
@@ -1 +1,2 @@
 critical:The NSDictionary class can be subclassed and later instantiated
+fails:An NSDictionary object can have a singleton class
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090606/fcbc85ba/attachment.html>


More information about the macruby-changes mailing list