[macruby-changes] [1341] MacRuby/branches/experimental/spec/frozen/tags/1.9

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 4 08:24:21 PDT 2009


Revision: 1341
          http://trac.macosforge.org/projects/ruby/changeset/1341
Author:   eloy.de.enige at gmail.com
Date:     2009-04-04 08:24:21 -0700 (Sat, 04 Apr 2009)
Log Message:
-----------
Added CI tags for 1.9.1p0.

In particular, these tags are for p0 on OS X:
  ruby 1.9.1p0 (2009-01-20 revision 21700) [i386-darwin9.6.0]
There may be failures or hangs on other platforms. If so,
tags should be added for those failing or hanging specs.

Revision Links:
--------------
    http://trac.macosforge.org/projects/ruby/changeset/21700

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/1.9/core/module/autoload_tags.txt

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/1.9/core/array/zip_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/1.9/core/continuation/
    MacRuby/branches/experimental/spec/frozen/tags/1.9/core/continuation/continuation_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/1.9/core/kernel/autoload_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/1.9/language/eigenclass_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/1.9/library/drb/
    MacRuby/branches/experimental/spec/frozen/tags/1.9/library/drb/stop_service_tags.txt

Added: MacRuby/branches/experimental/spec/frozen/tags/1.9/core/array/zip_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/1.9/core/array/zip_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/1.9/core/array/zip_tags.txt	2009-04-04 15:24:21 UTC (rev 1341)
@@ -0,0 +1 @@
+fails:Array#zip calls #to_ary to convert the argument to an Array

Added: MacRuby/branches/experimental/spec/frozen/tags/1.9/core/continuation/continuation_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/1.9/core/continuation/continuation_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/1.9/core/continuation/continuation_tags.txt	2009-04-04 15:24:21 UTC (rev 1341)
@@ -0,0 +1,7 @@
+fails:Creating a Continuation object must be done through Kernel.callcc, no .new
+fails:Executing a Continuation using #call transfers execution to right after the Kernel.callcc block
+fails:Executing a Continuation arguments given to #call (or nil) are returned by the Kernel.callcc block (as Array unless only one object)
+fails:Executing a Continuation #[] is an alias for #call
+fails:Executing a Continuation closes over lexical environments
+fails:Executing a Continuation escapes an inner ensure block
+fails:Executing a Continuation executes an outer ensure block

Added: MacRuby/branches/experimental/spec/frozen/tags/1.9/core/kernel/autoload_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/1.9/core/kernel/autoload_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/1.9/core/kernel/autoload_tags.txt	2009-04-04 15:24:21 UTC (rev 1341)
@@ -0,0 +1 @@
+critical:Kernel#autoload does not call Kernel.require or Kernel.load to load the file

Modified: MacRuby/branches/experimental/spec/frozen/tags/1.9/core/module/autoload_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/1.9/core/module/autoload_tags.txt	2009-04-04 15:24:00 UTC (rev 1340)
+++ MacRuby/branches/experimental/spec/frozen/tags/1.9/core/module/autoload_tags.txt	2009-04-04 15:24:21 UTC (rev 1341)
@@ -1,3 +1,6 @@
 fails:Module#autoload with constant enumeration or removal doesn't trigger file load
 fails:Module#autoload autoloaded constants are removed on the first access
 fails:Module#autoload raises a NameError when the autoload file did not define the constant and a module is opened with the same name
+critical:Module#autoload does not remove the constant from the constant table if the loaded files does not define it
+critical:Module#autoload does not load the file when refering to the constant in defined?
+critical:Module#autoload shares the autoload request across dup'ed copies of modules

Added: MacRuby/branches/experimental/spec/frozen/tags/1.9/language/eigenclass_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/1.9/language/eigenclass_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/1.9/language/eigenclass_tags.txt	2009-04-04 15:24:21 UTC (rev 1341)
@@ -0,0 +1 @@
+fails:Defining instance methods on an eigenclass define public methods

Added: MacRuby/branches/experimental/spec/frozen/tags/1.9/library/drb/stop_service_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/1.9/library/drb/stop_service_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/1.9/library/drb/stop_service_tags.txt	2009-04-04 15:24:21 UTC (rev 1341)
@@ -0,0 +1 @@
+fails:DRb.stop_service should correctly clear the port so a new server can start
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090404/8362d75e/attachment-0001.html>


More information about the macruby-changes mailing list