Skip to content

Commit

Permalink
Temp CI tags for calling Proc.new from C-API.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 20, 2010
1 parent eb491fd commit b8b8ed1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/tags/ruby/optional/capi/proc_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fails:C-API Proc function rb_proc_new calls the C function wrapped by the Proc instance when sent #call
fails:C-API Proc function rb_proc_new calls the C function wrapped by the Proc instance when sent #[]
fails:C-API when calling Proc.new from a C function returns the Proc passed by the Ruby code calling the C function
fails:C-API when calling Proc.new from a C function returns the Proc passed to the Ruby method when the C function calls other Ruby methods before calling Proc.new
fails:C-API when calling Proc.new from a C function returns the most recent Proc passed when the Ruby method called the C function
fails:C-API when calling Proc.new from a C function returns the Proc passed from the original Ruby call to the C function

0 comments on commit b8b8ed1

Please sign in to comment.