Skip to content

Commit

Permalink
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/truffle/tags/optional/capi/class_tags.txt
Original file line number Diff line number Diff line change
@@ -52,3 +52,12 @@ fails:C-API Class function rb_class_superclass returns nil if the class has no s
fails:C-API Class function rb_class_real returns the class of an object ignoring the singleton class
fails:C-API Class function rb_class_real returns the class of an object ignoring included modules
fails:C-API Class function rb_class_real returns 0 if passed 0
fails:C-API Class function rb_cv_get raises a NameError if the class variable is not defined
fails:C-API Class function rb_define_class creates a subclass of the superclass
fails:C-API Class function rb_define_class sets the class name
fails:C-API Class function rb_define_class calls #inherited on the superclass
fails:C-API Class function rb_define_class raises a TypeError when given a non class object to superclass
fails:C-API Class function rb_define_class raises a TypeError when given a mismatched class to superclass
fails:C-API Class function rb_define_class raises a ArgumentError when given NULL as superclass
fails:C-API Class function rb_define_class_under raises a NameError when given a mismatched class to superclass
fails:C-API Class function rb_cvar_get raises a NameError if the class variable is not defined
1 change: 1 addition & 0 deletions spec/truffle/tags/optional/capi/module_tags.txt
Original file line number Diff line number Diff line change
@@ -42,3 +42,4 @@ fails:CApiModule rb_undef_method when given a frozen Class raises a RuntimeError
fails:CApiModule rb_undef_method when given a frozen Class raises a RuntimeError when passed a missing name
fails:CApiModule rb_undef undef'ines a method on a class
fails:CApiModule rb_class2name returns the module name
fails:CApiModule rb_define_module_under defines a module for an existing Autoload with a ruby object

0 comments on commit 178d928

Please sign in to comment.