Skip to content

Commit

Permalink
Showing 7 changed files with 42 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/mri.index
Original file line number Diff line number Diff line change
@@ -183,6 +183,17 @@ erb/test_erb_m17n.rb

etc/test_etc.rb

fiddle/test_c_struct_entry.rb
fiddle/test_import.rb
fiddle/test_closure.rb
fiddle/test_handle.rb
fiddle/test_pointer.rb
fiddle/test_func.rb
fiddle/test_c_union_entity.rb
fiddle/test_cparser.rb
fiddle/test_fiddle.rb
fiddle/test_function.rb

fileutils/test_dryrun.rb
fileutils/test_fileutils.rb
fileutils/test_nowrite.rb
6 changes: 6 additions & 0 deletions test/mri/excludes/Fiddle/TestClosure.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
exclude :test_conversion_unsigned_char, "needs investigation"
exclude :test_conversion_unsigned_int, "needs investigation"
exclude :test_conversion_unsigned_long, "needs investigation"
exclude :test_conversion_unsigned_long_long, "needs investigation"
exclude :test_conversion_unsigned_short, "needs investigation"
exclude :test_memsize, "needs investigation"
4 changes: 4 additions & 0 deletions test/mri/excludes/Fiddle/TestFunc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
exclude :test_qsort1, "needs investigation"
exclude :test_string, "needs investigation"
exclude :test_strtod, "needs investigation"
exclude :test_syscall_with_tainted_string, "needs investigation"
3 changes: 3 additions & 0 deletions test/mri/excludes/Fiddle/TestFunction.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude :test_last_error, "needs investigation"
exclude :test_name, "needs investigation"
exclude :test_strcpy, "needs investigation"
9 changes: 9 additions & 0 deletions test/mri/excludes/Fiddle/TestHandle.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
exclude :test_DEFAULT, "needs investigation"
exclude :test_NEXT, "needs investigation"
exclude :test_initialize_noargs, "needs investigation"
exclude :test_no_memory_leak, "needs investigation"
exclude :test_safe_function_lookup, "needs investigation"
exclude :test_safe_handle_open, "needs investigation"
exclude :test_static_sym, "needs investigation"
exclude :test_static_sym_unknown, "needs investigation"
exclude :test_to_i, "needs investigation"
3 changes: 3 additions & 0 deletions test/mri/excludes/Fiddle/TestImport.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude :test_io, "needs investigation"
exclude :test_strcpy, "needs investigation"
exclude :test_unsigned_result, "needs investigation"
6 changes: 6 additions & 0 deletions test/mri/excludes/Fiddle/TestPointer.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
exclude :test_aref_aset, "needs investigation"
exclude :test_ref_ptr, "needs investigation"
exclude :test_to_ptr_io, "needs investigation"
exclude :test_to_ptr_string, "needs investigation"
exclude :test_to_str, "needs investigation"
exclude :test_to_value, "needs investigation"

0 comments on commit 50623aa

Please sign in to comment.