Skip to content

Commit

Permalink
[Truffle] Add csv tests to MRI test index
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed May 26, 2015
1 parent 7d38c5f commit 5e821e8
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestCSV/DataConverters.rb
@@ -0,0 +1 @@
exclude :"test_builtin_float_converter", "needs investigation"
3 changes: 3 additions & 0 deletions test/mri/excludes_truffle/TestCSV/Parsing.rb
@@ -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
@@ -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
@@ -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
@@ -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
Expand Up @@ -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
Expand Down
Expand Up @@ -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")
Expand Down

0 comments on commit 5e821e8

Please sign in to comment.