summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGenaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>2016-10-13 12:36:07 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-10-18 11:04:49 +0000
commitdbfc6964370891d855e445fed8df803ec9a89afe (patch)
treef5dfc04d20daaceb5abf12d051cc0ba0bd3b594d /tests
parent24b2bf40a47fc0718563d46a1dc0d352b6795270 (diff)
filter: Exclude failing crypto test at debug build
Some of tests/crypto/test_ecc_dsa test are failing link step only when debug is enabled, these filters prevent those tests from being executed under such configuration. Jira: ZEP-1063 Change-Id: I4b7376c49a401e21c413427918be549934ce03d5 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/crypto/test_ecc_dsa/testcase.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/crypto/test_ecc_dsa/testcase.ini b/tests/crypto/test_ecc_dsa/testcase.ini
index 41552f198..4bc8b171f 100644
--- a/tests/crypto/test_ecc_dsa/testcase.ini
+++ b/tests/crypto/test_ecc_dsa/testcase.ini
@@ -2,3 +2,5 @@
tags = crypto ecc dsa
build_only = false
kernel = nano
+#Do not run for debug daily build
+filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)