[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:03:56 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 616616060dfcfec59091b4ee1f44804c3ed2cdf4
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Sep 2 15:37:35 2009 +0300

    This test now passes with the JIT.

diff --git a/unit_tests/check_bytecode.c b/unit_tests/check_bytecode.c
index 8d539a7..686cc4b 100644
--- a/unit_tests/check_bytecode.c
+++ b/unit_tests/check_bytecode.c
@@ -107,8 +107,7 @@ END_TEST
 START_TEST (test_apicalls)
 {
     cl_init(CL_INIT_DEFAULT);
-    /* Not yet implemented for JIT, expect to return error */
-    runtest("input/apicalls.cbc", 0xf00d, CL_SUCCESS, -1);
+    runtest("input/apicalls.cbc", 0xf00d, CL_SUCCESS, 0);
     runtest("input/apicalls.cbc", 0xf00d, CL_SUCCESS, 1);
 }
 END_TEST

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list