Revision
4377
Author
eloy.de.enige@gmail.com
Date
2010-07-24 08:44:04 -0700 (Sat, 24 Jul 2010)

Log Message

Tag failing irb specs

Modified Paths

Added Paths

Diff

Added: MacRuby/trunk/spec/dietrb/tags/context_tags.txt (0 => 4377)


--- 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 (0 => 4377)


--- 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 (0 => 4377)


--- 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 (4376 => 4377)


--- 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