Skip to content

Commit

Permalink
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion spec/ruby/optional/capi/ext/jruby_truffle.h
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@
#undef HAVE_RB_ARY_NEW4
#undef HAVE_RB_ARY_REVERSE
#undef HAVE_RB_ARY_SHIFT
#undef HAVE_RB_ARY_STORE
#undef HAVE_RB_ARY_CONCAT
#undef HAVE_RB_ARY_PLUS
#undef HAVE_RB_ARY_TO_ARY
4 changes: 0 additions & 4 deletions spec/truffle/tags/optional/capi/array_tags.txt
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@ fails:C-API Array function rb_ary_clear removes all elements from the array
fails:C-API Array function rb_ary_unshift prepends the element to the array
fails:C-API Array function rb_ary_shift removes and returns the first element
fails:C-API Array function rb_ary_shift returns nil when the array is empty
fails:C-API Array function rb_ary_store overwrites the element at the given position
fails:C-API Array function rb_ary_store writes to elements offset from the end if passed a negative index
fails:C-API Array function rb_ary_store raises on IndexError if the negative index is greater than the length
fails:C-API Array function rb_ary_store enlarges the array as needed
fails:C-API Array function rb_ary_concat concats two arrays
fails:C-API Array function rb_ary_plus adds two arrays together
fails:C-API Array function RARRAY_PTR returns a pointer to a C array of the array's elements

0 comments on commit eae1493

Please sign in to comment.