From 26c14088b08c3eff280926ec01f1b24bdbb38705 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 8 Dec 2017 16:14:33 +0100 Subject: sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASAN Result values look way off, let's just disable it. Change-Id: Ibc473d238a4f3f4f98de59b5f228948b7b64bebd --- sccomp/Module_sccomp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sccomp') 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: -- cgit