[macruby-changes] [2075] MacRuby/branches/experimental/spec
source_changes at macosforge.org
source_changes at macosforge.org
Fri Jul 24 20:23:52 PDT 2009
Revision: 2075
http://trac.macosforge.org/projects/ruby/changeset/2075
Author: lsansonetti at apple.com
Date: 2009-07-24 20:23:51 -0700 (Fri, 24 Jul 2009)
Log Message:
-----------
added readline to the :library suite, marked 4 specs that currently fail (i suspect a problem in libedit)
Modified Paths:
--------------
MacRuby/branches/experimental/spec/macruby.mspec
Added Paths:
-----------
MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/
MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/
MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/each_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/element_reference_tags.txt
MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/element_set_tags.txt
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/each_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/each_tags.txt (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/each_tags.txt 2009-07-25 03:23:51 UTC (rev 2075)
@@ -0,0 +1 @@
+fails:Readline::HISTORY.each yields each item in the history
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/element_reference_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/element_reference_tags.txt (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/element_reference_tags.txt 2009-07-25 03:23:51 UTC (rev 2075)
@@ -0,0 +1,2 @@
+fails:Readline::HISTORY.[] returns the history item at the passed index
+fails:Readline::HISTORY.[] raises an IndexError when there is no item at the passed index
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/element_set_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/element_set_tags.txt (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/library/readline/history/element_set_tags.txt 2009-07-25 03:23:51 UTC (rev 2075)
@@ -0,0 +1 @@
+fails:Readline::HISTORY.[]= sets the item at the given index
Modified: MacRuby/branches/experimental/spec/macruby.mspec
===================================================================
--- MacRuby/branches/experimental/spec/macruby.mspec 2009-07-25 03:22:51 UTC (rev 2074)
+++ MacRuby/branches/experimental/spec/macruby.mspec 2009-07-25 03:23:51 UTC (rev 2075)
@@ -24,7 +24,8 @@
# Library specs
set :library, [
- 'library/digest'
+ 'library/digest',
+ 'library/readline'
]
# Prepend the paths with the proper prefix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090724/f340eb47/attachment.html>
More information about the macruby-changes
mailing list