[macruby-changes] [1662] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Sat May 30 17:19:16 PDT 2009


Revision: 1662
          http://trac.macosforge.org/projects/ruby/changeset/1662
Author:   eloy.de.enige at gmail.com
Date:     2009-05-30 17:19:16 -0700 (Sat, 30 May 2009)
Log Message:
-----------
Tagged failing examples of Object spec and added Object to spec:ci.

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/spec.rake

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/clone_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/dup_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/is_a_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/kind_of_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/match_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/metaclass_tags.txt

Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake	2009-05-31 00:19:02 UTC (rev 1661)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-05-31 00:19:16 UTC (rev 1662)
@@ -61,9 +61,10 @@
     spec/frozen/core/class
     spec/frozen/core/false
     spec/frozen/core/hash
+    spec/frozen/core/math
     spec/frozen/core/nil
     spec/frozen/core/numeric
-    spec/frozen/core/math
+    spec/frozen/core/object
     spec/frozen/core/symbol
     spec/frozen/core/true
   }.join(' ')

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/clone_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/clone_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/clone_tags.txt	2009-05-31 00:19:16 UTC (rev 1662)
@@ -0,0 +1 @@
+fails:Object#clone preserves untrusted state from the original

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/dup_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/dup_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/dup_tags.txt	2009-05-31 00:19:16 UTC (rev 1662)
@@ -0,0 +1 @@
+fails:Object#dup preserves untrusted state from the original

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/is_a_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/is_a_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/is_a_tags.txt	2009-05-31 00:19:16 UTC (rev 1662)
@@ -0,0 +1 @@
+fails:Object#is_a? returns true if given a Module that object has been extended with

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/kind_of_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/kind_of_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/kind_of_tags.txt	2009-05-31 00:19:16 UTC (rev 1662)
@@ -0,0 +1 @@
+fails:Object#kind_of? returns true if given a Module that object has been extended with

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/match_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/match_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/match_tags.txt	2009-05-31 00:19:16 UTC (rev 1662)
@@ -0,0 +1 @@
+fails:NSObject =~ returns false matching any object

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/metaclass_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/metaclass_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/object/metaclass_tags.txt	2009-05-31 00:19:16 UTC (rev 1662)
@@ -0,0 +1 @@
+fails:Object#metaclass returns the object's metaclass
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090530/1cb57bae/attachment.html>


More information about the macruby-changes mailing list