Revision
3951
Author
lsansonetti@apple.com
Date
2010-04-20 21:34:41 -0700 (Tue, 20 Apr 2010)

Log Message

remove tag files for macruby specs - please do not tag any macruby spec as easily in the future

Removed Paths

Diff

Deleted: MacRuby/trunk/spec/macruby/tags/macruby/core/kvc_tags.txt (3950 => 3951)


--- MacRuby/trunk/spec/macruby/tags/macruby/core/kvc_tags.txt	2010-04-21 04:06:20 UTC (rev 3950)
+++ MacRuby/trunk/spec/macruby/tags/macruby/core/kvc_tags.txt	2010-04-21 04:34:41 UTC (rev 3951)
@@ -1,6 +0,0 @@
-fails:A scalar being accessed through NSKeyValueCoding can be manipulated
-fails:An ordered collection being accessed through NSKeyValueCoding can be manipulated through whole-array accessors
-fails:An ordered collection being accessed through NSKeyValueCoding can be manipulated through index accessors
-fails:An ordered collection being accessed through NSKeyValueCoding can be manipulated through index accessors (w/ replace)
-fails:An ordered collection being accessed through NSKeyValueCoding can be manipulated through index set accessors
-fails:An ordered collection being accessed through NSKeyValueCoding can be manipulated through index set accessors (w/ replace)

Deleted: MacRuby/trunk/spec/macruby/tags/macruby/core/objc_tags.txt (3950 => 3951)


--- MacRuby/trunk/spec/macruby/tags/macruby/core/objc_tags.txt	2010-04-21 04:06:20 UTC (rev 3950)
+++ MacRuby/trunk/spec/macruby/tags/macruby/core/objc_tags.txt	2010-04-21 04:34:41 UTC (rev 3951)
@@ -1,2 +0,0 @@
-fails:-[MacRuby sharedRuntime] can evaluate a given Ruby expression
-fails:-[MacRuby sharedRuntime] can evaluate a given Ruby file using a path or an URL

Deleted: MacRuby/trunk/spec/macruby/tags/macruby/core/pointer_tags.txt (3950 => 3951)


--- MacRuby/trunk/spec/macruby/tags/macruby/core/pointer_tags.txt	2010-04-21 04:06:20 UTC (rev 3950)
+++ MacRuby/trunk/spec/macruby/tags/macruby/core/pointer_tags.txt	2010-04-21 04:34:41 UTC (rev 3951)
@@ -1 +0,0 @@
-fails:Pointer, through #[] and #[]= can assign and retrieve any object with type `object'

Deleted: MacRuby/trunk/spec/macruby/tags/macruby/language/method_tags.txt (3950 => 3951)


--- MacRuby/trunk/spec/macruby/tags/macruby/language/method_tags.txt	2010-04-21 04:06:20 UTC (rev 3950)
+++ MacRuby/trunk/spec/macruby/tags/macruby/language/method_tags.txt	2010-04-21 04:34:41 UTC (rev 3951)
@@ -1,3 +0,0 @@
-fails:A pure MacRuby method can be called using -[NSObject performSelector:]
-fails:A pure MacRuby method can be called using -[NSObject performSelector:withObject:]
-fails:A pure MacRuby method can be called using -[NSObject performSelector:withObject:withObject:]

Deleted: MacRuby/trunk/spec/macruby/tags/macruby/language/objc_method_tags.txt (3950 => 3951)


--- MacRuby/trunk/spec/macruby/tags/macruby/language/objc_method_tags.txt	2010-04-21 04:06:20 UTC (rev 3950)
+++ MacRuby/trunk/spec/macruby/tags/macruby/language/objc_method_tags.txt	2010-04-21 04:34:41 UTC (rev 3951)
@@ -1,3 +0,0 @@
-fails:A pure Objective-C method can be called with #foo= if it matches the #setFoo pattern
-fails:A pure Objective-C method can be called on an immediate object
-fails:A pure MacRuby method can be forwarded by NSUndoManager