summaryrefslogtreecommitdiffstats
path: root/sccomp
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-12-08 16:14:33 +0100
committerMichael Stahl <mstahl@redhat.com>2017-12-08 16:21:18 +0100
commit26c14088b08c3eff280926ec01f1b24bdbb38705 (patch)
tree6cd815ffd07811423d99a5115e6ee070bd2ec658 /sccomp
parentGetMarkableObjCount() is only compared against 1 (diff)
downloadcore-26c14088b08c3eff280926ec01f1b24bdbb38705.tar.gz
core-26c14088b08c3eff280926ec01f1b24bdbb38705.zip
sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASAN
Result values look way off, let's just disable it. Change-Id: Ibc473d238a4f3f4f98de59b5f228948b7b64bebd
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/Module_sccomp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sccomp/Module_sccomp.mk b/sccomp/Module_sccomp.mk
index ef6d47984bf2..8babadc3e41e 100644
--- a/sccomp/Module_sccomp.mk
+++ b/sccomp/Module_sccomp.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_Module_add_l10n_targets,sccomp,\
$(eval $(call gb_Module_add_check_targets,sccomp,\
CppunitTest_sccomp_solver \
- CppunitTest_sccomp_swarmsolvertest \
+ $(if $(and $(filter INTEL,$(CPUNAME)),$(filter -fsanitize=%,$(gb_CXX))),,CppunitTest_sccomp_swarmsolvertest) \
))
# vim: set noet sw=4 ts=4: