diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-12-08 16:14:33 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-12-08 16:21:18 +0100 |
commit | 26c14088b08c3eff280926ec01f1b24bdbb38705 (patch) | |
tree | 6cd815ffd07811423d99a5115e6ee070bd2ec658 /sccomp | |
parent | 8f4c5a34b9e8704035c6ec770fc2947eb9964502 (diff) |
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.mk | 2 |
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: |