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

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 20 13:19:56 PDT 2009


Revision: 2034
          http://trac.macosforge.org/projects/ruby/changeset/2034
Author:   pthomson at apple.com
Date:     2009-07-20 13:19:56 -0700 (Mon, 20 Jul 2009)
Log Message:
-----------
Tagged the specs in core/process that fail - only #detach and #kill fail, surprisingly enough.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/macruby.mspec

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/detach_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/kill_tags.txt

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/detach_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/detach_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/detach_tags.txt	2009-07-20 20:19:56 UTC (rev 2034)
@@ -0,0 +1,2 @@
+fails:Process#detach returns a thread
+fails:Process#detach reaps the child process's status automatically

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/kill_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/kill_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/process/kill_tags.txt	2009-07-20 20:19:56 UTC (rev 2034)
@@ -0,0 +1,8 @@
+fails:Process.kill sends the given signal to the current process if pid is zero
+fails:Process.kill accepts integer signal numbers
+fails:Process.kill accepts POSIX signal names without 'SIG' prefix
+fails:Process.kill accepts POSIX signal names with 'SIG' prefix
+fails:Process.kill sends the given signal to the specified process
+fails:Process.kill kills process groups if signal is negative
+fails:Process.kill kills process groups if signal starts with a minus sign
+fails:Process.kill kills process groups if signal starts with a minus sign and 'SIG'

Modified: MacRuby/branches/experimental/spec/macruby.mspec
===================================================================
--- MacRuby/branches/experimental/spec/macruby.mspec	2009-07-20 20:19:55 UTC (rev 2033)
+++ MacRuby/branches/experimental/spec/macruby.mspec	2009-07-20 20:19:56 UTC (rev 2034)
@@ -20,7 +20,6 @@
     '^core/numeric/to_c_spec.rb',
     '^core/precision',
     '^core/proc',
-    '^core/process'
   ]
   
   # Prepend the paths with the proper prefix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090720/acc453b6/attachment.html>


More information about the macruby-changes mailing list