Skip to content

Commit

Permalink
Tag critical examples
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@3881 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
alloy committed Mar 28, 2010
1 parent 1af6088 commit ea8f9f7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions spec/frozen/tags/macruby/core/kernel/abort_tags.txt
@@ -0,0 +1,5 @@

critical:Kernel#abort raises a SystemExit exception
critical:Kernel#abort sets the exception status code of of 1
critical:Kernel.abort raises a SystemExit exception
critical:Kernel.abort sets the exception status code of of 1
2 changes: 2 additions & 0 deletions spec/frozen/tags/macruby/core/module/append_features_tags.txt
@@ -0,0 +1,2 @@

critical:Module#append_features raises an ArgumentError on a cyclic include
8 changes: 8 additions & 0 deletions spec/frozen/tags/macruby/language/defined_tags.txt
Expand Up @@ -2,3 +2,11 @@ critical:The defined? keyword returns 'super' when Subclass#no_args and created
critical:The defined? keyword returns 'super' when Subclass#args and created with define_method
critical:The defined? keyword returns 'super' when Subclass#no_args uses a block in define_method
critical:The defined? keyword returns 'super' when Subclass#args uses a block in define_method
critical:The defined? keyword for super for a method taking no arguments returns nil from a #define_method when no superclass method exists
critical:The defined? keyword for super for a method taking no arguments returns nil from a block in a #define_method when no superclass method exists
critical:The defined? keyword for super for a method taking no arguments returns 'super' from a #define_method when a superclass method exists
critical:The defined? keyword for super for a method taking no arguments returns 'super' from a block in a #define_method when a superclass method exists
critical:The defined? keyword for super for a method taking arguments returns nil from a #define_method when no superclass method exists
critical:The defined? keyword for super for a method taking arguments returns nil from a block in a #define_method when no superclass method exists
critical:The defined? keyword for super for a method taking arguments returns 'super' from a #define_method when a superclass method exists
critical:The defined? keyword for super for a method taking arguments returns 'super' from a block in a #define_method when a superclass method exists
3 changes: 2 additions & 1 deletion spec/macruby.mspec
Expand Up @@ -14,7 +14,8 @@ class MSpecScript
'^core/kernel/callcc_spec.rb',

# Currently not working on MacRuby
'^core/encoding'
'^core/encoding',
'^core/io'
]

# Library specs
Expand Down

0 comments on commit ea8f9f7

Please sign in to comment.