Revision
3502
Author
lsansonetti@apple.com
Date
2010-02-11 19:08:54 -0800 (Thu, 11 Feb 2010)

Log Message

tag specs that can potentially crash macruby as critical

Modified Paths

Diff

Modified: MacRuby/trunk/spec/macruby/tags/macruby/core/array_tags.txt (3501 => 3502)


--- MacRuby/trunk/spec/macruby/tags/macruby/core/array_tags.txt	2010-02-12 03:03:37 UTC (rev 3501)
+++ MacRuby/trunk/spec/macruby/tags/macruby/core/array_tags.txt	2010-02-12 03:08:54 UTC (rev 3502)
@@ -1 +1 @@
-fails:An NSArray object is immutable
+critical:An NSArray object is immutable

Modified: MacRuby/trunk/spec/macruby/tags/macruby/core/hash_tags.txt (3501 => 3502)


--- MacRuby/trunk/spec/macruby/tags/macruby/core/hash_tags.txt	2010-02-12 03:03:37 UTC (rev 3501)
+++ MacRuby/trunk/spec/macruby/tags/macruby/core/hash_tags.txt	2010-02-12 03:08:54 UTC (rev 3502)
@@ -1,3 +1,3 @@
 critical:The NSDictionary class can be subclassed and later instantiated
 critical:An NSDictionary object can have a singleton class
-fails:An NSDictionary object is immutable
+critical:An NSDictionary object is immutable

Modified: MacRuby/trunk/spec/macruby/tags/macruby/library/dispatch/enumerable_tags.txt (3501 => 3502)


--- MacRuby/trunk/spec/macruby/tags/macruby/library/dispatch/enumerable_tags.txt	2010-02-12 03:03:37 UTC (rev 3501)
+++ MacRuby/trunk/spec/macruby/tags/macruby/library/dispatch/enumerable_tags.txt	2010-02-12 03:08:54 UTC (rev 3502)
@@ -1,2 +1,2 @@
-fails:parallel Enumerable p_map should behave like map
-fails:parallel Enumerable p_find_all should behave like find_all
+critical:parallel Enumerable p_map should behave like map
+critical:parallel Enumerable p_find_all should behave like find_all