[macruby-changes] [1651] MacRuby/branches/experimental/spec/frozen

source_changes at macosforge.org source_changes at macosforge.org
Sat May 30 09:54:10 PDT 2009


Revision: 1651
          http://trac.macosforge.org/projects/ruby/changeset/1651
Author:   eloy.de.enige at gmail.com
Date:     2009-05-30 09:54:10 -0700 (Sat, 30 May 2009)
Log Message:
-----------
Removed fails tags for examples which pass nowadays.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/language/block_spec.rb
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/def_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/block_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/loop_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/rescue_tags.txt

Modified: MacRuby/branches/experimental/spec/frozen/language/block_spec.rb
===================================================================
--- MacRuby/branches/experimental/spec/frozen/language/block_spec.rb	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/language/block_spec.rb	2009-05-30 16:54:10 UTC (rev 1651)
@@ -29,7 +29,6 @@
     a.should == [[[1, 2]]]
   end
 
-  # MR: critical
   it "yields the correct arguments in a nested block" do
     a = []
     BlockSpecs::Yield.new.yield_splat_inside_block {|a1, a2| a << [a1, a2]}

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/block_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/block_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/block_tags.txt	2009-05-30 16:54:10 UTC (rev 1651)
@@ -1,2 +0,0 @@
-fails:A block with a 'rest' arg collects all of the arguments passed to yield
-critical:A block whose arguments are splatted yields the correct arguments in a nested block
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/def_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/def_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/def_tags.txt	2009-05-30 16:54:10 UTC (rev 1651)
@@ -1,5 +1,4 @@
 fails:Defining an 'initialize' method should make it private
-fails:Defining an 'initialize_copy' method should make it private
 fails:An instance method with a default argument evaluates the default when required arguments precede it
 fails:An instance method with a default argument prefers to assign to a default argument before a splat argument
 fails:Redefining a singleton method does not inherit a previously set visibility 

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/eigenclass_tags.txt	2009-05-30 16:54:10 UTC (rev 1651)
@@ -12,17 +12,10 @@
 fails:A constant on an eigenclass does not appear in the object's class constant list
 fails:A constant on an eigenclass is not preserved when the object is duped
 fails:self in an eigenclass body (class << obj) has the class's metaclass's metaclass as superclass for metaclasses
-fails:Instance methods of an eigenclass includes ones of the object's class
-fails:Instance methods of an eigenclass includes instance methods of Object
-fails:Instance methods of an eigenclass includes instance methods of Class, for a class
 fails:Instance methods of an eigenclass includes instance methods of the metaclass of Class, for a metaclass
 fails:Instance methods of an eigenclass does not include class methods of the metaclass of Class, for a metaclass
 fails:Instance methods of an eigenclass does not include class methods of the metaclass of Class, for a class
-fails:Class methods of an eigenclass includes ones of the object's class
-fails:Class methods of an eigenclass includes instance methods of Class
-fails:Class methods of an eigenclass includes instance methods of Class, for a class
 fails:Class methods of an eigenclass includes class methods of Class, for a class
 fails:Class methods of an eigenclass includes instance methods of the metaclass of Class, for a class
 fails:Class methods of an eigenclass includes instance methods of the metaclass of Class, for a metaclass
-fails:Class methods of an eigenclass includes class methods of the metaclass of Class, for a metaclass
 fails:Class methods of an eigenclass does not include class methods of the metaclass of Class, for a class
\ No newline at end of file

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/loop_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/loop_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/loop_tags.txt	2009-05-30 16:54:10 UTC (rev 1651)
@@ -1,2 +0,0 @@
-critical:The loop expression restarts the current iteration with redo
-critical:The loop expression uses a spaghetti nightmare of redo, next and break
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt	2009-05-30 16:54:10 UTC (rev 1651)
@@ -1,7 +1,6 @@
 fails:Magic comment determines __ENCODING__
 fails:Magic comment is case-insensitive
 fails:Magic comment must be at the first line
-fails:Magic comment must be at the first of line
 fails:Magic comment can be after the shebang
 fails:Magic comment can take Emacs style
 fails:Magic comment can take vim style
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt	2009-05-30 16:54:10 UTC (rev 1651)
@@ -1,5 +1,4 @@
 fails:Predefined global $stdout is the same as $DEFAULT_OUTPUT from 'English' library
-fails:Predefined global $stdout raises TypeError error if assigned to object that doesn't respond to #write
 fails:Predefined global $_ is set to the last line read by e.g. StringIO#gets
 fails:Predefined global $_ is set at the method-scoped level rather than block-scoped
 fails:Execution variable $: does not include '.' when the taint check level > 1
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt	2009-05-30 16:54:10 UTC (rev 1651)
@@ -2,8 +2,6 @@
 fails:Literal Regexps allow substitution of literal regexps
 fails:Literal Regexps throws NoMethodError on missing to_s
 fails:Literal Regexps allows substitution which mixes modifiers
-fails:Literal Regexps supports \b (word boundary)
-fails:Literal Regexps supports \B (non-word-boundary)
 fails:Literal Regexps supports /o (once)
 fails:Literal Regexps invokes substitutions for /o only once
 fails:Literal Regexps will not clobber capture variables across threads
\ No newline at end of file

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/rescue_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/rescue_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/rescue_tags.txt	2009-05-30 16:54:10 UTC (rev 1651)
@@ -1 +0,0 @@
-fails:The rescue keyword can rescue a splatted list of exceptions
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090530/b8e64106/attachment.html>


More information about the macruby-changes mailing list