[macruby-changes] [1689] MacRuby/branches/experimental
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jun 1 15:50:14 PDT 2009
Revision: 1689
http://trac.macosforge.org/projects/ruby/changeset/1689
Author: eloy.de.enige at gmail.com
Date: 2009-06-01 15:50:13 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
Enabled systemexit and MatchData specs in spec:ci
Modified Paths:
--------------
MacRuby/branches/experimental/rakelib/spec.rake
Added Paths:
-----------
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/select_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/string_tags.txt
Modified: MacRuby/branches/experimental/rakelib/spec.rake
===================================================================
--- MacRuby/branches/experimental/rakelib/spec.rake 2009-06-01 22:48:59 UTC (rev 1688)
+++ MacRuby/branches/experimental/rakelib/spec.rake 2009-06-01 22:50:13 UTC (rev 1689)
@@ -66,6 +66,7 @@
spec/frozen/core/filetest
spec/frozen/core/hash
spec/frozen/core/kernel
+ spec/frozen/core/matchdata
spec/frozen/core/math
spec/frozen/core/method
spec/frozen/core/module
@@ -76,6 +77,7 @@
spec/frozen/core/regexp
spec/frozen/core/string
spec/frozen/core/symbol
+ spec/frozen/core/systemexit
spec/frozen/core/true
spec/frozen/core/unboundmethod
}.join(' ')
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/select_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/select_tags.txt (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/select_tags.txt 2009-06-01 22:50:13 UTC (rev 1689)
@@ -0,0 +1 @@
+fails:MatchData#select yields the contents of the match array to a block
\ No newline at end of file
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/string_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/string_tags.txt (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/matchdata/string_tags.txt 2009-06-01 22:50:13 UTC (rev 1689)
@@ -0,0 +1 @@
+fails:MatchData#string returns a frozen copy of the match string
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090601/03241844/attachment.html>
More information about the macruby-changes
mailing list