[macruby-changes] [3398] MacRuby/trunk/spec/frozen/core/process/fork_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 1 14:34:39 PST 2010


Revision: 3398
          http://trac.macosforge.org/projects/ruby/changeset/3398
Author:   lsansonetti at apple.com
Date:     2010-02-01 14:34:39 -0800 (Mon, 01 Feb 2010)
Log Message:
-----------
mark Process.fork as not supported-implemented

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/core/process/fork_spec.rb

Modified: MacRuby/trunk/spec/frozen/core/process/fork_spec.rb
===================================================================
--- MacRuby/trunk/spec/frozen/core/process/fork_spec.rb	2010-02-01 22:34:15 UTC (rev 3397)
+++ MacRuby/trunk/spec/frozen/core/process/fork_spec.rb	2010-02-01 22:34:39 UTC (rev 3398)
@@ -10,8 +10,14 @@
       end
     end
   end
+  
+  compliant_on :macruby do
+    it "is not implemented" do
+      Process.respond_to?(:fork).should be_false
+    end
+  end
 
-  not_supported_on :jruby, :windows do
+  not_supported_on :macruby, :jruby, :windows do
     before :each do
       @file = tmp('i_exist')
       rm_r @file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100201/844dc1d7/attachment.html>


More information about the macruby-changes mailing list