[macruby-changes] [2680] MacRuby/trunk/spec/macruby/core/exception_spec.rb

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 29 15:53:49 PDT 2009


Revision: 2680
          http://trac.macosforge.org/projects/ruby/changeset/2680
Author:   lsansonetti at apple.com
Date:     2009-09-29 15:53:47 -0700 (Tue, 29 Sep 2009)
Log Message:
-----------
disable this spec when run in 32-bit mode

Modified Paths:
--------------
    MacRuby/trunk/spec/macruby/core/exception_spec.rb

Modified: MacRuby/trunk/spec/macruby/core/exception_spec.rb
===================================================================
--- MacRuby/trunk/spec/macruby/core/exception_spec.rb	2009-09-29 22:53:30 UTC (rev 2679)
+++ MacRuby/trunk/spec/macruby/core/exception_spec.rb	2009-09-29 22:53:47 UTC (rev 2680)
@@ -10,6 +10,8 @@
 end
 =end
 
+# TODO: this is not implemented for i386
+if RUBY_ARCH == 'x86_64'
 describe "A Ruby exception" do
   it "can be catched from Objective-C" do
     o = Object.new
@@ -19,3 +21,4 @@
     TestException.catchRubyException(o).should == 1
   end
 end
+end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090929/4b384e0d/attachment.html>


More information about the macruby-changes mailing list