]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: suite: disable any openssl cpu optimizations
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 15 Apr 2016 08:17:32 +0000 (10:17 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 15 Apr 2016 08:17:35 +0000 (10:17 +0200)
This prevents from valgrind failures on softhsm usage due to
any new instruction optimizations which are not supported by
valgrind.

tests/suite/Makefile.am

index 43c54035268286683eb2921bcae3a3e6fe538b49..1dab4fbd3d7d410bf30ccf6c717956ba2646ddf4 100644 (file)
@@ -98,7 +98,8 @@ TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \
        LC_ALL="C"                                      \
        VALGRIND="$(VALGRIND)"                          \
        top_builddir="$(top_builddir)"                  \
-       srcdir="$(srcdir)"
+       srcdir="$(srcdir)"                              \
+       OPENSSL_ia32cap=0x00000000
 
 if ENABLE_NON_SUITEB_CURVES
 TESTS_ENVIRONMENT += ENABLE_NON_SUITEB_CURVES=1