[macruby-changes] [4377] MacRuby/trunk/spec

source_changes at macosforge.org source_changes at macosforge.org
Sat Jul 24 08:44:07 PDT 2010


Revision: 4377
          http://trac.macosforge.org/projects/ruby/changeset/4377
Author:   eloy.de.enige at gmail.com
Date:     2010-07-24 08:44:04 -0700 (Sat, 24 Jul 2010)
Log Message:
-----------
Tag failing irb specs

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

Added Paths:
-----------
    MacRuby/trunk/spec/dietrb/tags/
    MacRuby/trunk/spec/dietrb/tags/context_tags.txt
    MacRuby/trunk/spec/dietrb/tags/ext/
    MacRuby/trunk/spec/dietrb/tags/ext/completion_tags.txt
    MacRuby/trunk/spec/dietrb/tags/formatter_tags.txt

Added: MacRuby/trunk/spec/dietrb/tags/context_tags.txt
===================================================================
--- MacRuby/trunk/spec/dietrb/tags/context_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/dietrb/tags/context_tags.txt	2010-07-24 15:44:04 UTC (rev 4377)
@@ -0,0 +1 @@
+fails:IRB::Context, when evaluating source uses the line number of the *first* line in the buffer, for the line parameter of eval

Added: MacRuby/trunk/spec/dietrb/tags/ext/completion_tags.txt
===================================================================
--- MacRuby/trunk/spec/dietrb/tags/ext/completion_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/dietrb/tags/ext/completion_tags.txt	2010-07-24 15:44:04 UTC (rev 4377)
@@ -0,0 +1,5 @@
+fails:IRB::Completion when *not* doing a method call on an explicit receiver matches local variables and instance method of the context object
+fails:IRB::Completion when *not* doing a method call on an explicit receiver matches local variables
+fails:IRB::Completion when doing a method call on an explicit receiver, and the source does *not* end with a period, filters the methods, of the variable receiver, by the given method name
+fails:IRB::Completion when doing a method call on an explicit receiver, and the source ends with a period, returns *all* public instance methods of the class (the receiver) that matches as a lambda literal
+fails:IRB::Completion when doing a method call on an explicit receiver, and the source ends with a period, returns *all* public methods of the receiver that matches as a local variable

Added: MacRuby/trunk/spec/dietrb/tags/formatter_tags.txt
===================================================================
--- MacRuby/trunk/spec/dietrb/tags/formatter_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/dietrb/tags/formatter_tags.txt	2010-07-24 15:44:04 UTC (rev 4377)
@@ -0,0 +1,2 @@
+fails:IRB::Formatter does not filter the backtrace if $DEBUG is true
+fails:IRB::Formatter returns a formatted exception message, with the lines, regarding dietrb, filtered out of the backtrace

Modified: MacRuby/trunk/spec/macruby.mspec
===================================================================
--- MacRuby/trunk/spec/macruby.mspec	2010-07-24 15:11:24 UTC (rev 4376)
+++ MacRuby/trunk/spec/macruby.mspec	2010-07-24 15:44:04 UTC (rev 4377)
@@ -81,6 +81,7 @@
                         [%r(language/), 'tags/macruby/language/'],
                         [%r(core/),     'tags/macruby/core/'],
                         [%r(library/),  'tags/macruby/library/'],
+                        [%r(dietrb/),   'dietrb/tags/'],
                         [/_spec.rb$/,   '_tags.txt']
                       ]
 end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100724/e3a50f8e/attachment.html>


More information about the macruby-changes mailing list