From ca3d3ae4ebe17e010a14071d9a91d53ce6f0eb82 Mon Sep 17 00:00:00 2001 From: ajax Date: Mon, 16 Jun 2014 19:15:21 +0200 Subject: Jitter Python: Add the rest of tests (unpack_upx is very long) --- test/test_all.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/test_all.py b/test/test_all.py index 7023afd1..ca9383f0 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -70,6 +70,8 @@ all_tests = { "jitter": [ ["unpack_upx.py", "--jitter", "tcc", "box_upx.exe"], ["unpack_upx.py", "--jitter", "llvm", "box_upx.exe"], + # Take 5 mins on a Core i5 2.7Ghz + ["unpack_upx.py", "--jitter", "python", "box_upx.exe"], ["test_jit_x86_32.py", "--jitter", "tcc", "x86_32_sc.bin"], ["test_jit_x86_32.py", "--jitter", "llvm", "x86_32_sc.bin"], ["test_jit_x86_32.py", "--jitter", "python", "x86_32_sc.bin"], @@ -95,6 +97,8 @@ all_tests = { "tcc", "box_x86_32_repmod.bin"], ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32_repmod.bin"], + ["sandbox_pe_x86_32.py", "--jitter", + "python", "box_x86_32_repmod.bin"], ], "order": [ "assembler", -- cgit 1.4.1