Revision: 2686 http://trac.macosforge.org/projects/ruby/changeset/2686 Author: mattaimonetti@gmail.com Date: 2009-09-29 21:19:42 -0700 (Tue, 29 Sep 2009) Log Message: ----------- updated the spec:library list Modified Paths: -------------- MacRuby/trunk/spec/macruby.mspec Modified: MacRuby/trunk/spec/macruby.mspec =================================================================== --- MacRuby/trunk/spec/macruby.mspec 2009-09-30 04:07:28 UTC (rev 2685) +++ MacRuby/trunk/spec/macruby.mspec 2009-09-30 04:19:42 UTC (rev 2686) @@ -30,29 +30,57 @@ 'library/drb', 'library/enumerator', 'library/etc', - 'library/ftools', + 'library/ftools', + 'library/generator', 'library/getoptlong', 'library/ipaddr', 'library/logger', 'library/mathn', 'library/matrix', 'library/mutex', - 'library/queue', 'library/observer', 'library/pathname', + 'library/queue', 'library/readline', 'library/scanf', 'library/socket', + 'library/stringio', 'library/stringscanner', - 'library/stringio', + 'library/tempfile', 'library/time', - 'library/tempfile', 'library/tmpdir', 'library/yaml/dump_spec.rb', 'library/yaml/load_documents_spec.rb', 'library/yaml/load_file.spec', 'library/yaml/load_spec.rb', 'library/yaml/tag_class_spec.rb', + + # To test + '^library/net', + '^library/openstruct', + '^library/parsedate', + '^library/ping', + '^library/prime', + '^library/rational', + '^library/resolv', + '^library/rexml', + '^library/securerandom', + '^library/set', + '^library/shellwords', + '^library/singleton', + '^library/iconv', + '^library/syslog', + '^library/timeout', + '^library/uri', + + + # Currently not working on MacRuby + '^library/erb', + '^library/iconv', + '^library/generator', + '^library/openssl', + + =begin # disabled the zlib specs for now because of a random GC crash # that seems to occur in gzipfile/closed_spec.rb
participants (1)
-
source_changes@macosforge.org