From b757efa9d13ede65938049dcfc4f46a642ce2f44 Mon Sep 17 00:00:00 2001 From: ajax Date: Mon, 16 Jun 2014 19:00:55 +0200 Subject: Test: Add "python" jitter for few tests --- test/test_all.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 55511a84..7023afd1 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -81,12 +81,16 @@ all_tests = { ["sandbox_pe_x86_32.py", "--jitter", "python", "box_x86_32.bin"], ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32_enc.bin"], ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32_enc.bin"], + ["sandbox_pe_x86_32.py", "--jitter", "python", "box_x86_32_enc.bin"], ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32_mod.bin"], ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32_mod.bin"], + ["sandbox_pe_x86_32.py", "--jitter", "python", "box_x86_32_mod.bin"], ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32_mod_self.bin"], ["sandbox_pe_x86_32.py", "--jitter", "llvm", "box_x86_32_mod_self.bin"], + ["sandbox_pe_x86_32.py", "--jitter", + "python", "box_x86_32_mod_self.bin"], ["sandbox_pe_x86_32.py", "--jitter", "tcc", "box_x86_32_repmod.bin"], ["sandbox_pe_x86_32.py", "--jitter", -- cgit 1.4.1