Skip to content

Commit

Permalink
[Truffle] Unexcluding some mri pack tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed May 13, 2015
1 parent 1b6729a commit bea748a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
33 changes: 13 additions & 20 deletions test/mri/excludes_truffle/TestPack.rb
@@ -1,21 +1,14 @@
exclude :test_format_string_modified, "needs investigation"
exclude :test_length_too_big, "needs investigation"
exclude :test_pack, "needs investigation"
exclude :test_pack_P, "needs investigation"
exclude :test_pack_U, "needs investigation"
exclude :test_pack_garbage, "needs investigation"
exclude :test_pack_p, "needs investigation"
exclude :test_pack_unpack_M, "needs investigation"
exclude :test_pack_unpack_P2, "needs investigation"
exclude :test_pack_unpack_Z, "needs investigation"
exclude :test_pack_unpack_aA, "needs investigation"
exclude :test_pack_unpack_atmark, "needs investigation"
exclude :test_pack_unpack_bB, "needs investigation"
exclude :test_pack_unpack_hH, "needs investigation"
exclude :test_pack_unpack_m, "needs investigation"
exclude :test_pack_unpack_m0, "needs investigation"
exclude :test_pack_unpack_qQ, "needs investigation"
exclude :test_pack_unpack_u, "needs investigation"
exclude :test_short_string, "needs investigation"
exclude :test_short_with_block, "needs investigation"
exclude :test_unpack_garbage, "needs investigation"
exclude :"test_format_string_modified", "needs investigation"
exclude :"test_length_too_big", "needs investigation"
exclude :"test_pack_P", "needs investigation"
exclude :"test_pack_garbage", "needs investigation"
exclude :"test_pack_p", "needs investigation"
exclude :"test_pack_unpack_M", "needs investigation"
exclude :"test_pack_unpack_P2", "needs investigation"
exclude :"test_pack_unpack_bB", "needs investigation"
exclude :"test_pack_unpack_hH", "needs investigation"
exclude :"test_pack_unpack_m", "needs investigation"
exclude :"test_pack_unpack_qQ", "needs investigation"
exclude :"test_pack_unpack_u", "needs investigation"
exclude :"test_short_with_block", "needs investigation"
1 change: 0 additions & 1 deletion test/mri/excludes_truffle/TestString.rb
Expand Up @@ -25,7 +25,6 @@
exclude :test_to_i, "needs investigation"
exclude :test_to_id, "needs investigation"
exclude :test_to_str, "needs investigation"
exclude :test_unpack, "needs investigation"
exclude :test_upto_nonalnum, "needs investigation"
exclude :test_upto_numeric, "needs investigation"
exclude :test_ASET, "needs investigation"
Expand Down

0 comments on commit bea748a

Please sign in to comment.