Skip to content

Commit

Permalink
[Truffle] Exclude failing MRI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Fish committed Oct 30, 2016
1 parent 28291b6 commit 19f7e01
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestBignum.rb
@@ -1,3 +1,4 @@
exclude :test_idiv, "needs investigation"
exclude :test_aref, "needs investigation"
exclude :test_big_2comp, "needs investigation"
exclude :test_big_fdiv, "needs investigation"
Expand Down
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestConst.rb
@@ -1 +1,2 @@
exclude :test_redefinition_memory_leak, "needs investigation"
exclude :test_redefinition, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestObjSpace.rb
@@ -1,3 +1,4 @@
exclude :test_trace_object_allocations_start_stop_clear, "we don't share strings yet"
exclude :test_memsize_of_root_shared_string, "we don't share strings yet"
exclude :test_dump_flags, "we don't expose the same GC information as MRI"
exclude :test_dump_to_default, "object attributes are not the same as MRI"
Expand Down
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestPathname.rb
@@ -1,3 +1,4 @@
exclude :test_sub_matchdata, "needs investigation"
exclude :test_ascend_446, "needs investigation"
exclude :test_atime, "needs investigation"
exclude :test_binread, "needs investigation"
Expand Down
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestRakeApplication.rb
@@ -1,3 +1,4 @@
exclude :test_handle_options_should_strip_options_from_argv, "needs investigation"
exclude :test_bad_run_includes_exception_name, "needs investigation"
exclude :test_load_rakefile_doesnt_print_rakefile_directory_from_subdir_if_silent, "needs investigation"
exclude :test_display_exception_details, "needs investigation"
Expand Down
6 changes: 6 additions & 0 deletions test/mri/excludes_truffle/TestRakeFileUtils.rb
@@ -0,0 +1,6 @@
exclude :test_sh_special_handling, "needs investigation"
exclude :test_sh_with_a_single_string_argument, "needs investigation"
exclude :test_sh, "needs investigation"
exclude :test_ruby_with_multiple_arguments, "needs investigation"
exclude :test_sh_with_multiple_arguments, "needs investigation"
exclude :test_ruby_with_a_single_string_argument, "needs investigation"

0 comments on commit 19f7e01

Please sign in to comment.