Revision
3503
Author
lsansonetti@apple.com
Date
2010-02-11 19:15:17 -0800 (Thu, 11 Feb 2010)

Log Message

tag specs that can potentially crash macruby as critical

Modified Paths

Diff

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chroot_tags.txt (3502 => 3503)


--- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chroot_tags.txt	2010-02-12 03:08:54 UTC (rev 3502)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chroot_tags.txt	2010-02-12 03:15:17 UTC (rev 3503)
@@ -1 +1 @@
-fails:Dir.chroot as regular user calls #to_path on non-String argument
+critical:Dir.chroot as regular user calls #to_path on non-String argument

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/modulo_tags.txt (3502 => 3503)


--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/modulo_tags.txt	2010-02-12 03:08:54 UTC (rev 3502)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/modulo_tags.txt	2010-02-12 03:15:17 UTC (rev 3503)
@@ -8,7 +8,7 @@
 fails:String#% raises an ArgumentError for unused arguments when $DEBUG is true
 fails:String#% always allows unused arguments when positional argument style is used
 fails:String#% replaces trailing absolute argument specifier without type with percent sign
-fails:String#% raises an ArgumentError when given invalid argument specifiers
+critical:String#% raises an ArgumentError when given invalid argument specifiers
 fails:String#% raises an ArgumentError when multiple positional argument tokens are given for one format specifier
 critical:String#% raises an ArgumentError when multiple width star tokens are given for one format specifier
 fails:String#% raises an ArgumentError when a width star token is seen after a width token