[macruby-changes] [2358] MacRuby/trunk/spec/macruby.mspec

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 22 12:15:50 PDT 2009


Revision: 2358
          http://trac.macosforge.org/projects/ruby/changeset/2358
Author:   lsansonetti at apple.com
Date:     2009-08-22 12:15:47 -0700 (Sat, 22 Aug 2009)
Log Message:
-----------
disabled the zlib specs because one of them apparently segfault, randomly

Modified Paths:
--------------
    MacRuby/trunk/spec/macruby.mspec

Modified: MacRuby/trunk/spec/macruby.mspec
===================================================================
--- MacRuby/trunk/spec/macruby.mspec	2009-08-22 19:05:28 UTC (rev 2357)
+++ MacRuby/trunk/spec/macruby.mspec	2009-08-22 19:15:47 UTC (rev 2358)
@@ -43,10 +43,14 @@
     'library/yaml/load_file.spec',
     'library/yaml/load_spec.rb',
     'library/yaml/tag_class_spec.rb',
+=begin
+    # disabled the zlib specs for now because of a random GC crash
+    # that seems to occur in gzipfile/closed_spec.rb
     'library/zlib/adler32_spec.rb',
     'library/zlib/crc32_spec.rb',
     'library/zlib/crc_table_spec.rb',
     'library/zlib/deflate'
+=end
   ]
   
   # Prepend the paths with the proper prefix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090822/fb5f7121/attachment.html>


More information about the macruby-changes mailing list