@@ -100,6 +100,18 @@ matrix:
100100 # - env: SANITIZER=1 BUILDOPTIONS='--with-cc=clang-7 --cflags=-DMP_32BIT --with-travis-valgrind --make-option=tune'
101101 - env : SANITIZER=1 BUILDOPTIONS='--with-cc=clang-7 --with-travis-valgrind --make-option=tune'
102102
103+ # GCC for the x86-64 architecture testing against a different Bigint-implementation
104+ # with 333333 different inputs.
105+ # - env: BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --with-travis-valgrind'
106+ # ... and a better random source.
107+ - env : BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
108+
109+ # clang for the x86-64 architecture testing against a different Bigint-implementation
110+ # with 333333 different inputs
111+ - env : BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --with-travis-valgrind'
112+ # ... and a better random source.
113+ # - env: BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
114+
103115 # GCC for the x64_32 architecture (32-bit longs and 32-bit pointers)
104116 # TODO: Probably not possible to run anything in x32 in Travis
105117 # but needs to be checked to be sure.
@@ -154,17 +166,6 @@ matrix:
154166 - env : SANITIZER=1 BUILDOPTIONS='--with-cc=clang-7 --cflags=-DMP_16BIT --with-travis-valgrind'
155167 - env : SANITIZER=1 BUILDOPTIONS='--with-cc=clang-7 --cflags=-DMP_32BIT --with-travis-valgrind'
156168
157- # GCC for the x86-64 architecture testing against a different Bigint-implementation
158- # with 333333 different inputs.
159- # - env: BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --with-travis-valgrind'
160- - env : BUILDOPTIONS='--with-cc=gcc-5 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
161-
162- # clang for the x86-64 architecture testing against a different Bigint-implementation
163- # with a better random source.
164- - env : BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --with-travis-valgrind'
165- # - env: BUILDOPTIONS='--with-cc=clang-7 --test-vs-mtest=333333 --mtest-real-rand --with-travis-valgrind'
166-
167-
168169# Notifications go to
169170# An email address is also possible.
170171notifications :
0 commit comments