From 6ee831b9418d5ef0a0b7faf2de94622ef8fe580a Mon Sep 17 00:00:00 2001 From: "Thomas E. Enebo" Date: Wed, 12 Dec 2018 10:52:26 -0600 Subject: [PATCH] Fixable but several method signatures needs to change and other stuff is way more important --- test/mri/excludes/TestPack.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mri/excludes/TestPack.rb b/test/mri/excludes/TestPack.rb index f6e2ecf6b0a..60332710142 100644 --- a/test/mri/excludes/TestPack.rb +++ b/test/mri/excludes/TestPack.rb @@ -1,4 +1,5 @@ exclude :test_format_string_modified, "needs investigation" +exclude :test_unpack_infection, "needs original obj passed into bowels of unpack impl" exclude :test_integer_endian, "needs investigation" exclude :test_integer_endian_explicit, "needs investigation" exclude :test_invalid_warning, "needs investigation" @@ -12,7 +13,6 @@ exclude :test_pack_unpack_bB, "needs investigation" exclude :test_pack_unpack_hH, "needs investigation" exclude :test_pack_unpack_jJ, "pointer packing, may not be relevant or useful in JRuby" -exclude :test_pack_unpack_atmark, "errors differently in JRuby but does not overrun buffer (https://hackerone.com/reports/298246)" exclude :test_pack_unpack_m, "needs investigation" exclude :test_pack_unpack_m0, "needs investigation" exclude :test_pack_unpack_qQ, "needs investigation"