Skip to content

Commit

Permalink
Showing 7 changed files with 27 additions and 10 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestCSV/DataConverters.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude :"test_builtin_float_converter", "needs investigation"
3 changes: 3 additions & 0 deletions test/mri/excludes_truffle/TestCSV/Parsing.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude :"test_field_size_limit_controls_lookahead", "needs investigation"
exclude :"test_the_parse_fails_fast_when_it_can_for_unescaped_quotes", "needs investigation"
exclude :"test_the_parse_fails_fast_when_it_can_for_unquoted_fields", "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/TestCSV/Row.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude :"test_initialize", "needs investigation"
exclude :"test_to_csv", "needs investigation"
8 changes: 8 additions & 0 deletions test/mri/excludes_truffle/TestCSV/Table.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
exclude :"test_delete_column", "needs investigation"
exclude :"test_delete_if_column", "needs investigation"
exclude :"test_delete_if_row", "needs investigation"
exclude :"test_delete_mixed", "needs investigation"
exclude :"test_delete_row", "needs investigation"
exclude :"test_index", "needs investigation"
exclude :"test_set_row_or_column", "needs investigation"
exclude :"test_to_csv", "needs investigation"
3 changes: 3 additions & 0 deletions test/mri/excludes_truffle/TestCSV/Writing.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude :"test_col_sep", "needs investigation"
exclude :"test_force_quotes", "needs investigation"
exclude :"test_writing", "needs investigation"
18 changes: 9 additions & 9 deletions test/mri_truffle.index
Original file line number Diff line number Diff line change
@@ -149,15 +149,15 @@ cgi/test_cgi_util.rb

# coverage/test_coverage.rb

# csv/test_csv_parsing.rb
# csv/test_csv_writing.rb
# csv/test_data_converters.rb
# csv/test_encodings.rb
# csv/test_features.rb
# csv/test_headers.rb
# csv/test_interface.rb
# csv/test_row.rb
# csv/test_table.rb
csv/test_csv_parsing.rb
csv/test_csv_writing.rb
csv/test_data_converters.rb
# csv/test_encodings.rb # missing ObjectSpace define_finalizer specialization
# csv/test_features.rb # `const_missing': uninitialized constant Zlib::GzipWriter
csv/test_headers.rb
# csv/test_interface.rb # missing ObjectSpace define_finalizer specialization
csv/test_row.rb
csv/test_table.rb

date/test_date.rb
date/test_date_arith.rb
Original file line number Diff line number Diff line change
@@ -961,7 +961,7 @@ public Object deleteNull(VirtualFrame frame, RubyArray array, Object value) {

}

@CoreMethod(names = "delete_at", required = 1, raiseIfFrozenSelf = true)
@CoreMethod(names = "delete_at", required = 1, raiseIfFrozenSelf = true, lowerFixnumParameters = 0)
@NodeChildren({
@NodeChild(type = RubyNode.class, value = "array"),
@NodeChild(type = RubyNode.class, value = "index")

0 comments on commit 5e821e8

Please sign in to comment.