Lines Matching refs:tee

838 echo "" | tee -a "$TEST_RESULTS"
840 echo "IS_LINUX: $IS_LINUX" | tee -a "$TEST_RESULTS"
842 echo "IS_CYGWIN: $IS_CYGWIN" | tee -a "$TEST_RESULTS"
844 echo "IS_MINGW: $IS_MINGW" | tee -a "$TEST_RESULTS"
846 echo "IS_SOLARIS: $IS_SOLARIS" | tee -a "$TEST_RESULTS"
848 echo "IS_DARWIN: $IS_DARWIN" | tee -a "$TEST_RESULTS"
850 echo "IS_AIX: $IS_AIX" | tee -a "$TEST_RESULTS"
854 echo "IS_PPC64: $IS_PPC64" | tee -a "$TEST_RESULTS"
856 echo "IS_PPC32: $IS_PPC32" | tee -a "$TEST_RESULTS"
859 echo "IS_ARM64: $IS_ARM64" | tee -a "$TEST_RESULTS"
861 echo "IS_ARM32: $IS_ARM32" | tee -a "$TEST_RESULTS"
864 echo "HAVE_ARMV7A: $HAVE_ARMV7A" | tee -a "$TEST_RESULTS"
866 echo "HAVE_ARMV8A: $HAVE_ARMV8A" | tee -a "$TEST_RESULTS"
869 echo "HAVE_ARM_NEON: $HAVE_ARM_NEON" | tee -a "$TEST_RESULTS"
872 echo "HAVE_ARM_VFPD32: $HAVE_ARM_VFPD32" | tee -a "$TEST_RESULTS"
875 echo "HAVE_ARM_VFPV3: $HAVE_ARM_VFPV3" | tee -a "$TEST_RESULTS"
878 echo "HAVE_ARM_VFPV4: $HAVE_ARM_VFPV4" | tee -a "$TEST_RESULTS"
881 echo "HAVE_ARM_CRC: $HAVE_ARM_CRC" | tee -a "$TEST_RESULTS"
884 echo "HAVE_ARM_CRYPTO: $HAVE_ARM_CRYPTO" | tee -a "$TEST_RESULTS"
888 echo "IS_X32: $IS_X32" | tee -a "$TEST_RESULTS"
890 echo "IS_X64: $IS_X64" | tee -a "$TEST_RESULTS"
892 echo "IS_X86: $IS_X86" | tee -a "$TEST_RESULTS"
896 echo "IS_S390: $IS_S390" | tee -a "$TEST_RESULTS"
900 echo "" | tee -a "$TEST_RESULTS"
901 echo "HAVE_CXX03: $HAVE_CXX03" | tee -a "$TEST_RESULTS"
902 echo "HAVE_GNU03: $HAVE_GNU03" | tee -a "$TEST_RESULTS"
903 echo "HAVE_CXX11: $HAVE_CXX11" | tee -a "$TEST_RESULTS"
904 echo "HAVE_GNU11: $HAVE_GNU11" | tee -a "$TEST_RESULTS"
905 echo "HAVE_CXX14: $HAVE_CXX14" | tee -a "$TEST_RESULTS"
906 echo "HAVE_GNU14: $HAVE_GNU14" | tee -a "$TEST_RESULTS"
907 echo "HAVE_CXX17: $HAVE_CXX17" | tee -a "$TEST_RESULTS"
908 echo "HAVE_GNU17: $HAVE_GNU17" | tee -a "$TEST_RESULTS"
909 echo "HAVE_CXX20: $HAVE_CXX20" | tee -a "$TEST_RESULTS"
910 echo "HAVE_GNU20: $HAVE_GNU20" | tee -a "$TEST_RESULTS"
913 echo "HAVE_LDGOLD: $HAVE_LDGOLD" | tee -a "$TEST_RESULTS"
917 echo "" | tee -a "$TEST_RESULTS"
918 echo "OPT_O2: $OPT_O2" | tee -a "$TEST_RESULTS"
919 echo "OPT_O3: $OPT_O3" | tee -a "$TEST_RESULTS"
921 echo "OPT_OS: $OPT_OS" | tee -a "$TEST_RESULTS"
924 echo "OPT_OZ: $OPT_OZ" | tee -a "$TEST_RESULTS"
927 echo "OPT_OFAST: $OPT_OFAST" | tee -a "$TEST_RESULTS"
931 echo "" | tee -a "$TEST_RESULTS"
932 if [[ ((-n "$HAVE_OMP") && ("$HAVE_OMP" -ne 0)) ]]; then echo "HAVE_OMP: $HAVE_OMP" | tee -a "$TEST…
933 echo "HAVE_ASAN: $HAVE_ASAN" | tee -a "$TEST_RESULTS"
934 …& (-n "$ASAN_SYMBOLIZE") ]]; then echo "ASAN_SYMBOLIZE: $ASAN_SYMBOLIZE" | tee -a "$TEST_RESULTS";…
935 echo "HAVE_UBSAN: $HAVE_UBSAN" | tee -a "$TEST_RESULTS"
936 echo "HAVE_BSAN: $HAVE_BSAN" | tee -a "$TEST_RESULTS"
937 echo "HAVE_CET: $HAVE_CET" | tee -a "$TEST_RESULTS"
938 echo "HAVE_ANALYZER: $HAVE_ANALYZER" | tee -a "$TEST_RESULTS"
939 echo "HAVE_REPTOLINE: $HAVE_REPTOLINE" | tee -a "$TEST_RESULTS"
940 echo "HAVE_VALGRIND: $HAVE_VALGRIND" | tee -a "$TEST_RESULTS"
944 echo "HAVE_INTEL_MULTIARCH: $HAVE_INTEL_MULTIARCH" | tee -a "$TEST_RESULTS"
947 echo "HAVE_PPC_MULTIARCH: $HAVE_PPC_MULTIARCH" | tee -a "$TEST_RESULTS"
1026 echo "" | tee -a "$TEST_RESULTS"
1027 echo "CPU: $CPU_COUNT logical" | tee -a "$TEST_RESULTS"
1028 echo "FREQ: $CPU_FREQ GHz" | tee -a "$TEST_RESULTS"
1029 echo "MEM: $MEM_SIZE MB" | tee -a "$TEST_RESULTS"
1047 echo "" | tee -a "$TEST_RESULTS"
1049 echo "Git branch: $GIT_BRANCH (commit $GIT_HASH)" | tee -a "$TEST_RESULTS"
1053 "$CXX" -V 2>&1 | "$SED" 's|CC:|Compiler:|g' | head -1 | tee -a "$TEST_RESULTS"
1055 echo "Compiler: $($CXX -qversion | head -1)" | tee -a "$TEST_RESULTS"
1057 echo "Compiler: $($CXX --version | head -1)" | tee -a "$TEST_RESULTS"
1063 echo "Pathname: $CXX_PATH" | tee -a "$TEST_RESULTS"
1084 echo "" | tee -a "$TEST_RESULTS"
1085 echo "DEBUG_CXXFLAGS: $DEBUG_CXXFLAGS" | tee -a "$TEST_RESULTS"
1086 echo "RELEASE_CXXFLAGS: $RELEASE_CXXFLAGS" | tee -a "$TEST_RESULTS"
1087 echo "VALGRIND_CXXFLAGS: $VALGRIND_CXXFLAGS" | tee -a "$TEST_RESULTS"
1089 echo "USER_CXXFLAGS: $USER_CXXFLAGS" | tee -a "$TEST_RESULTS"
1099 echo "" | tee -a "$TEST_RESULTS"
1100 echo "Start time: $TEST_BEGIN" | tee -a "$TEST_RESULTS"
1107 echo "************************************" | tee -a "$TEST_RESULTS"
1108 echo "Testing: No Posix NDEBUG or assert" | tee -a "$TEST_RESULTS"
1118 echo "FAILED: found Posix assert headers" | tee -a "$TEST_RESULTS"
1125 echo "FAILED: found use of Posix assert" | tee -a "$TEST_RESULTS"
1132 echo "FAILED: found use of Posix NDEBUG" | tee -a "$TEST_RESULTS"
1136 echo "Verified no Posix NDEBUG or assert" | tee -a "$TEST_RESULTS"
1146 echo "************************************" | tee -a "$TEST_RESULTS"
1147 echo "Testing: C++ std::min and std::max" | tee -a "$TEST_RESULTS"
1157 echo "FAILED: found std::min" | tee -a "$TEST_RESULTS"
1164 echo "FAILED: found std::max" | tee -a "$TEST_RESULTS"
1168 echo "Verified std::min and std::max" | tee -a "$TEST_RESULTS"
1182 echo "************************************" | tee -a "$TEST_RESULTS"
1183 echo "Testing: X86 rotate immediate code generation" | tee -a "$TEST_RESULTS"
1189 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1199 …to generate rotate immediate instruction (SHA256_HashMultipleBlocks_SSE2)" | tee -a "$TEST_RESULTS"
1205 … echo "ERROR: failed to generate rotate immediate instruction" | tee -a "$TEST_RESULTS"
1210 echo "ERROR: failed to use SHA256_HashMultipleBlocks_SSE2" | tee -a "$TEST_RESULTS"
1214 …ed rotate immediate machine instructions (SHA256_HashMultipleBlocks_SSE2)" | tee -a "$TEST_RESULTS"
1216 echo "Verified rotate immediate machine instructions" | tee -a "$TEST_RESULTS"
1230 echo "************************************" | tee -a "$TEST_RESULTS"
1231 echo "Testing: X86 CRC32 code generation" | tee -a "$TEST_RESULTS"
1237 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1246 echo "ERROR: failed to generate crc32b instruction" | tee -a "$TEST_RESULTS"
1252 echo "ERROR: failed to generate crc32l instruction" | tee -a "$TEST_RESULTS"
1256 echo "Verified crc32b and crc32l machine instructions" | tee -a "$TEST_RESULTS"
1270 echo "************************************" | tee -a "$TEST_RESULTS"
1271 echo "Testing: X86 AES-NI code generation" | tee -a "$TEST_RESULTS"
1277 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1286 echo "ERROR: failed to generate aesenc instruction" | tee -a "$TEST_RESULTS"
1292 echo "ERROR: failed to generate aesenclast instruction" | tee -a "$TEST_RESULTS"
1298 echo "ERROR: failed to generate aesdec instruction" | tee -a "$TEST_RESULTS"
1304 echo "ERROR: failed to generate aesdeclast instruction" | tee -a "$TEST_RESULTS"
1310 echo "ERROR: failed to generate aesimc instruction" | tee -a "$TEST_RESULTS"
1316 echo "ERROR: failed to generate aeskeygenassist instruction" | tee -a "$TEST_RESULTS"
1320 …enclast, aesdec, aesdeclast, aesimc, aeskeygenassist machine instructions" | tee -a "$TEST_RESULTS"
1334 echo "************************************" | tee -a "$TEST_RESULTS"
1335 echo "Testing: X86 carryless multiply code generation" | tee -a "$TEST_RESULTS"
1341 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1350 echo "ERROR: failed to generate pclmullqhq instruction" | tee -a "$TEST_RESULTS"
1356 echo "ERROR: failed to generate pclmullqlq instruction" | tee -a "$TEST_RESULTS"
1360 echo "Verified pclmullqhq and pclmullqlq machine instructions" | tee -a "$TEST_RESULTS"
1378 echo "************************************" | tee -a "$TEST_RESULTS"
1379 echo "Testing: X86 RDRAND and RDSEED code generation" | tee -a "$TEST_RESULTS"
1385 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1395 echo "ERROR: failed to generate rdrand instruction" | tee -a "$TEST_RESULTS"
1403 echo "ERROR: failed to generate rdseed instruction" | tee -a "$TEST_RESULTS"
1408 echo "Verified rdrand and rdseed machine instructions" | tee -a "$TEST_RESULTS"
1422 echo "************************************" | tee -a "$TEST_RESULTS"
1423 echo "Testing: X86 SHA code generation" | tee -a "$TEST_RESULTS"
1429 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1438 echo "ERROR: failed to generate sha1rnds4 instruction" | tee -a "$TEST_RESULTS"
1444 echo "ERROR: failed to generate sha1nexte instruction" | tee -a "$TEST_RESULTS"
1450 echo "ERROR: failed to generate sha1msg1 instruction" | tee -a "$TEST_RESULTS"
1456 echo "ERROR: failed to generate sha1msg2 instruction" | tee -a "$TEST_RESULTS"
1462 echo "ERROR: failed to generate sha256rnds2 instruction" | tee -a "$TEST_RESULTS"
1468 echo "ERROR: failed to generate sha256msg1 instruction" | tee -a "$TEST_RESULTS"
1474 echo "ERROR: failed to generate sha256msg2 instruction" | tee -a "$TEST_RESULTS"
1478 …g1, sha1msg2, sha256rnds2, sha256msg1 and sha256msg2 machine instructions" | tee -a "$TEST_RESULTS"
1493 echo "************************************" | tee -a "$TEST_RESULTS"
1494 echo "Testing: ARM NEON code generation" | tee -a "$TEST_RESULTS"
1500 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1511 echo "ERROR: failed to generate NEON load instructions" | tee -a "$TEST_RESULTS"
1518 echo "ERROR: failed to generate NEON load instructions" | tee -a "$TEST_RESULTS"
1527 echo "ERROR: failed to generate NEON store instructions" | tee -a "$TEST_RESULTS"
1534 echo "ERROR: failed to generate NEON store instructions" | tee -a "$TEST_RESULTS"
1543 … echo "ERROR: failed to generate NEON shift left instructions" | tee -a "$TEST_RESULTS"
1550 echo "ERROR: failed to generate NEON store instructions" | tee -a "$TEST_RESULTS"
1559 … echo "ERROR: failed to generate NEON shift left instructions" | tee -a "$TEST_RESULTS"
1566 echo "ERROR: failed to generate NEON store instructions" | tee -a "$TEST_RESULTS"
1575 echo "ERROR: failed to generate NEON extract instructions" | tee -a "$TEST_RESULTS"
1583 echo "ERROR: failed to generate NEON xor instructions" | tee -a "$TEST_RESULTS"
1587 …ified NEON load, store, shfit left, shift right, xor machine instructions" | tee -a "$TEST_RESULTS"
1601 echo "************************************" | tee -a "$TEST_RESULTS"
1602 echo "Testing: ARM CRC32 code generation" | tee -a "$TEST_RESULTS"
1608 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1617 echo "ERROR: failed to generate crc32cb instruction" | tee -a "$TEST_RESULTS"
1623 echo "ERROR: failed to generate crc32cw instruction" | tee -a "$TEST_RESULTS"
1629 echo "ERROR: failed to generate crc32b instruction" | tee -a "$TEST_RESULTS"
1635 echo "ERROR: failed to generate crc32w instruction" | tee -a "$TEST_RESULTS"
1639 … echo "Verified crc32cb, crc32cw, crc32b and crc32w machine instructions" | tee -a "$TEST_RESULTS"
1653 echo "************************************" | tee -a "$TEST_RESULTS"
1654 echo "Testing: ARM carryless multiply code generation" | tee -a "$TEST_RESULTS"
1660 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1669 echo "ERROR: failed to generate pmull instruction" | tee -a "$TEST_RESULTS"
1675 echo "ERROR: failed to generate pmull2 instruction" | tee -a "$TEST_RESULTS"
1679 echo "Verified pmull and pmull2 machine instructions" | tee -a "$TEST_RESULTS"
1693 echo "************************************" | tee -a "$TEST_RESULTS"
1694 echo "Testing: ARM AES generation" | tee -a "$TEST_RESULTS"
1700 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1709 echo "ERROR: failed to generate aese instruction" | tee -a "$TEST_RESULTS"
1715 echo "ERROR: failed to generate aesmc instruction" | tee -a "$TEST_RESULTS"
1721 echo "ERROR: failed to generate aesd instruction" | tee -a "$TEST_RESULTS"
1727 echo "ERROR: failed to generate aesimc instruction" | tee -a "$TEST_RESULTS"
1731 echo "Verified aese, aesd, aesmc, aesimc machine instructions" | tee -a "$TEST_RESULTS"
1745 echo "************************************" | tee -a "$TEST_RESULTS"
1746 echo "Testing: ARM SHA generation" | tee -a "$TEST_RESULTS"
1752 …CXX="$CXX" CXXFLAGS="$RELEASE_CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RES…
1761 echo "ERROR: failed to generate sha1c instruction" | tee -a "$TEST_RESULTS"
1767 echo "ERROR: failed to generate sha1m instruction" | tee -a "$TEST_RESULTS"
1773 echo "ERROR: failed to generate sha1p instruction" | tee -a "$TEST_RESULTS"
1779 echo "ERROR: failed to generate sha1h instruction" | tee -a "$TEST_RESULTS"
1785 echo "ERROR: failed to generate sha1su0 instruction" | tee -a "$TEST_RESULTS"
1791 echo "ERROR: failed to generate sha1su1 instruction" | tee -a "$TEST_RESULTS"
1797 echo "ERROR: failed to generate sha256h instruction" | tee -a "$TEST_RESULTS"
1803 echo "ERROR: failed to generate sha256h2 instruction" | tee -a "$TEST_RESULTS"
1809 echo "ERROR: failed to generate sha256su0 instruction" | tee -a "$TEST_RESULTS"
1815 echo "ERROR: failed to generate sha256su1 instruction" | tee -a "$TEST_RESULTS"
1819 …u0, sha1su1, sha256h, sha256h2, sha256su0, sha256su1 machine instructions" | tee -a "$TEST_RESULTS"
1849 echo "************************************" | tee -a "$TEST_RESULTS"
1850 echo "Testing: Power8 AES generation" | tee -a "$TEST_RESULTS"
1856 …="$RELEASE_CXXFLAGS $PPC_AES_FLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RESULTS"
1865 echo "ERROR: failed to generate vcipher instruction" | tee -a "$TEST_RESULTS"
1871 echo "ERROR: failed to generate vcipherlast instruction" | tee -a "$TEST_RESULTS"
1877 echo "ERROR: failed to generate vncipher instruction" | tee -a "$TEST_RESULTS"
1883 echo "ERROR: failed to generate vncipherlast instruction" | tee -a "$TEST_RESULTS"
1887 …echo "Verified vcipher, vcipherlast,vncipher, vncipherlast machine instructions" | tee -a "$TEST_R…
1912 echo "************************************" | tee -a "$TEST_RESULTS"
1913 echo "Testing: Power8 SHA generation" | tee -a "$TEST_RESULTS"
1919 …="$RELEASE_CXXFLAGS $PPC_SHA_FLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RESULTS"
1928 echo "ERROR: failed to generate vshasigmaw instruction" | tee -a "$TEST_RESULTS"
1934 echo "ERROR: failed to generate vshasigmad instruction" | tee -a "$TEST_RESULTS"
1938 echo "Verified vshasigmaw and vshasigmad machine instructions" | tee -a "$TEST_RESULTS"
1963 echo "************************************" | tee -a "$TEST_RESULTS"
1964 echo "Testing: Power8 carryless multiply generation" | tee -a "$TEST_RESULTS"
1970 …$RELEASE_CXXFLAGS $PPC_VMULL_FLAGS" "$MAKE" "${MAKEARGS[@]}" $OBJFILE 2>&1 | tee -a "$TEST_RESULTS"
1979 echo "ERROR: failed to generate vpmsum instruction" | tee -a "$TEST_RESULTS"
1983 echo "Verified vpmsum machine instruction" | tee -a "$TEST_RESULTS"
1994 echo "************************************" | tee -a "$TEST_RESULTS"
1995 echo "Testing: Debug, default CXXFLAGS" | tee -a "$TEST_RESULTS"
2004 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2007 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2011 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2013 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2017 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2019 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2028 echo "************************************" | tee -a "$TEST_RESULTS"
2029 echo "Testing: Release, default CXXFLAGS" | tee -a "$TEST_RESULTS"
2038 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2041 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2045 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2047 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2051 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2053 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2067 echo "************************************" | tee -a "$TEST_RESULTS"
2068 echo "Testing: Debug, shared object" | tee -a "$TEST_RESULTS"
2077 "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2080 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2082 LD_LIBRARY_PATH="." ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2084 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2086 LD_LIBRARY_PATH="." ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2088 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2095 echo "************************************" | tee -a "$TEST_RESULTS"
2096 echo "Testing: Release, shared object" | tee -a "$TEST_RESULTS"
2105 "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2108 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2110 LD_LIBRARY_PATH="." ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2112 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2114 LD_LIBRARY_PATH="." ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2116 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2128 echo "************************************" | tee -a "$TEST_RESULTS"
2129 echo "Testing: Debug, dynamic library" | tee -a "$TEST_RESULTS"
2138 "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2141 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2143 DYLD_LIBRARY_PATH="." ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2145 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2147 DYLD_LIBRARY_PATH="." ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2149 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2156 echo "************************************" | tee -a "$TEST_RESULTS"
2157 echo "Testing: Release, dynamic library" | tee -a "$TEST_RESULTS"
2166 "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2169 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2171 DYLD_LIBRARY_PATH="." ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2173 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2175 DYLD_LIBRARY_PATH="." ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2177 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2196 echo "************************************" | tee -a "$TEST_RESULTS"
2197 echo "Testing: Debian standard build" | tee -a "$TEST_RESULTS"
2205 …KEARGS[@]}" CXXFLAGS="${DEBIAN_FLAGS[*]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2208 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2210 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2212 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2214 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2216 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2239 echo "************************************" | tee -a "$TEST_RESULTS"
2240 echo "Testing: Fedora standard build" | tee -a "$TEST_RESULTS"
2251 …KEARGS[@]}" CXXFLAGS="${FEDORA_FLAGS[*]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2254 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2256 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2258 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2260 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2262 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2306 echo "************************************" | tee -a "$TEST_RESULTS"
2307 echo "Testing: openSUSE standard build" | tee -a "$TEST_RESULTS"
2315 …MAKEARGS[@]}" CXXFLAGS="${SUSE_FLAGS[*]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2318 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2320 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2322 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2324 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2326 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2340 echo "************************************" | tee -a "$TEST_RESULTS"
2341 echo "Testing: Debug, i686 minimum arch CXXFLAGS" | tee -a "$TEST_RESULTS"
2350 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2353 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2355 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2357 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2359 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2361 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2368 echo "************************************" | tee -a "$TEST_RESULTS"
2369 echo "Testing: Release, i686 minimum arch CXXFLAGS" | tee -a "$TEST_RESULTS"
2378 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2381 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2383 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2385 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2387 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2389 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2399 echo "************************************" | tee -a "$TEST_RESULTS"
2400 echo "Testing: Debug, x86_64 minimum arch CXXFLAGS" | tee -a "$TEST_RESULTS"
2409 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2412 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2414 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2416 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2418 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2420 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2427 echo "************************************" | tee -a "$TEST_RESULTS"
2428 echo "Testing: Release, x86_64 minimum arch CXXFLAGS" | tee -a "$TEST_RESULTS"
2437 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2440 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2442 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2444 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2446 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2448 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2463 echo "************************************" | tee -a "$TEST_RESULTS"
2464 echo "Testing: Debug, mismatched arch capabilities" | tee -a "$TEST_RESULTS"
2473 … CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static 2>&1 | tee -a "$TEST_RESULTS"
2477 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2480 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2482 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2484 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2486 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2488 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2495 echo "************************************" | tee -a "$TEST_RESULTS"
2496 echo "Testing: Release, mismatched arch capabilities" | tee -a "$TEST_RESULTS"
2505 … CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static 2>&1 | tee -a "$TEST_RESULTS"
2509 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2512 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2514 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2516 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2518 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2520 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2530 echo "************************************" | tee -a "$TEST_RESULTS"
2531 echo "Testing: Debug, mismatched arch capabilities" | tee -a "$TEST_RESULTS"
2540 … CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static 2>&1 | tee -a "$TEST_RESULTS"
2544 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2547 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2549 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2551 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2553 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2555 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2562 echo "************************************" | tee -a "$TEST_RESULTS"
2563 echo "Testing: Release, mismatched arch capabilities" | tee -a "$TEST_RESULTS"
2572 … CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static 2>&1 | tee -a "$TEST_RESULTS"
2576 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
2579 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2581 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2583 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2585 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2587 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2600 echo "************************************" | tee -a "$TEST_RESULTS"
2601 echo "Testing: Debug, DISABLE_ASM" | tee -a "$TEST_RESULTS"
2610 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2613 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2615 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2617 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2619 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2621 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2628 echo "************************************" | tee -a "$TEST_RESULTS"
2629 echo "Testing: Release, DISABLE_ASM" | tee -a "$TEST_RESULTS"
2638 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2641 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2643 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2645 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2647 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2649 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2661 echo "************************************" | tee -a "$TEST_RESULTS"
2662 echo "Testing: Debug, NO_CPU_FEATURE_PROBES" | tee -a "$TEST_RESULTS"
2671 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2674 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2676 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2678 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2680 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2682 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2689 echo "************************************" | tee -a "$TEST_RESULTS"
2690 echo "Testing: Release, NO_CPU_FEATURE_PROBES" | tee -a "$TEST_RESULTS"
2699 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2702 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2704 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2706 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2708 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2710 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2722 echo "************************************" | tee -a "$TEST_RESULTS"
2723 echo "Testing: Debug, CRYPTOPP_NO_CXX11" | tee -a "$TEST_RESULTS"
2732 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2735 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2737 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2739 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2741 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2743 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2750 echo "************************************" | tee -a "$TEST_RESULTS"
2751 echo "Testing: Release, CRYPTOPP_NO_CXX11" | tee -a "$TEST_RESULTS"
2760 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2763 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2765 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2767 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2769 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2771 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2783 echo "************************************" | tee -a "$TEST_RESULTS"
2784 echo "Testing: Debug, c++03" | tee -a "$TEST_RESULTS"
2793 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2796 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2798 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2800 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2802 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2804 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2811 echo "************************************" | tee -a "$TEST_RESULTS"
2812 echo "Testing: Release, c++03" | tee -a "$TEST_RESULTS"
2821 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2824 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2826 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2828 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2830 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2832 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2844 echo "************************************" | tee -a "$TEST_RESULTS"
2845 echo "Testing: Debug, gnu++03" | tee -a "$TEST_RESULTS"
2854 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2857 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2859 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2861 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2863 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2865 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2872 echo "************************************" | tee -a "$TEST_RESULTS"
2873 echo "Testing: Release, gnu++03" | tee -a "$TEST_RESULTS"
2882 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2885 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2887 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2889 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2891 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2893 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2905 echo "************************************" | tee -a "$TEST_RESULTS"
2906 echo "Testing: Debug, c++11" | tee -a "$TEST_RESULTS"
2915 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2918 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2920 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2922 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2924 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2926 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2933 echo "************************************" | tee -a "$TEST_RESULTS"
2934 echo "Testing: Release, c++11" | tee -a "$TEST_RESULTS"
2943 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2946 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2948 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2950 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2952 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2954 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2966 echo "************************************" | tee -a "$TEST_RESULTS"
2967 echo "Testing: Debug, gnu++11" | tee -a "$TEST_RESULTS"
2976 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
2979 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
2981 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
2983 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
2985 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
2987 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
2994 echo "************************************" | tee -a "$TEST_RESULTS"
2995 echo "Testing: Release, gnu++11" | tee -a "$TEST_RESULTS"
3004 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3007 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3009 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3011 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3013 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3015 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3027 echo "************************************" | tee -a "$TEST_RESULTS"
3028 echo "Testing: Debug, c++14" | tee -a "$TEST_RESULTS"
3037 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3040 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3042 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3044 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3046 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3048 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3055 echo "************************************" | tee -a "$TEST_RESULTS"
3056 echo "Testing: Release, c++14" | tee -a "$TEST_RESULTS"
3065 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3068 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3070 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3072 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3074 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3076 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3088 echo "************************************" | tee -a "$TEST_RESULTS"
3089 echo "Testing: Debug, gnu++14" | tee -a "$TEST_RESULTS"
3098 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3101 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3103 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3105 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3107 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3109 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3116 echo "************************************" | tee -a "$TEST_RESULTS"
3117 echo "Testing: Release, gnu++14" | tee -a "$TEST_RESULTS"
3126 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3129 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3131 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3133 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3135 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3137 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3149 echo "************************************" | tee -a "$TEST_RESULTS"
3150 echo "Testing: Debug, c++17" | tee -a "$TEST_RESULTS"
3159 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3162 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3164 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3166 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3168 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3170 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3177 echo "************************************" | tee -a "$TEST_RESULTS"
3178 echo "Testing: Release, c++17" | tee -a "$TEST_RESULTS"
3187 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3190 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3192 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3194 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3196 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3198 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3210 echo "************************************" | tee -a "$TEST_RESULTS"
3211 echo "Testing: Debug, gnu++17" | tee -a "$TEST_RESULTS"
3220 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3223 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3225 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3227 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3229 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3231 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3238 echo "************************************" | tee -a "$TEST_RESULTS"
3239 echo "Testing: Release, gnu++17" | tee -a "$TEST_RESULTS"
3248 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3251 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3253 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3255 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3257 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3259 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3271 echo "************************************" | tee -a "$TEST_RESULTS"
3272 echo "Testing: Debug, c++20" | tee -a "$TEST_RESULTS"
3281 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3284 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3286 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3288 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3290 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3292 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3299 echo "************************************" | tee -a "$TEST_RESULTS"
3300 echo "Testing: Release, c++20" | tee -a "$TEST_RESULTS"
3309 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3312 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3314 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3316 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3318 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3320 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3332 echo "************************************" | tee -a "$TEST_RESULTS"
3333 echo "Testing: Debug, gnu++20" | tee -a "$TEST_RESULTS"
3342 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3345 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3347 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3349 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3351 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3353 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3360 echo "************************************" | tee -a "$TEST_RESULTS"
3361 echo "Testing: Release, gnu++20" | tee -a "$TEST_RESULTS"
3370 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3373 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3375 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3377 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3379 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3381 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3393 echo "************************************" | tee -a "$TEST_RESULTS"
3394 echo "Testing: Debug, X32" | tee -a "$TEST_RESULTS"
3403 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3406 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3408 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3410 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3412 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3414 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3421 echo "************************************" | tee -a "$TEST_RESULTS"
3422 echo "Testing: Release, X32" | tee -a "$TEST_RESULTS"
3431 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3434 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3436 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3438 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3440 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3442 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3454 echo "************************************" | tee -a "$TEST_RESULTS"
3455 echo "Testing: Debug, INIT_PRIORITY (0)" | tee -a "$TEST_RESULTS"
3464 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3467 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3469 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3471 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3473 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3475 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3482 echo "************************************" | tee -a "$TEST_RESULTS"
3483 echo "Testing: Release, INIT_PRIORITY (0)" | tee -a "$TEST_RESULTS"
3492 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3495 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3497 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3499 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3501 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3503 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3515 echo "************************************" | tee -a "$TEST_RESULTS"
3516 echo "Testing: Debug, NO_OS_DEPENDENCE" | tee -a "$TEST_RESULTS"
3525 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3528 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3530 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3532 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3534 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3536 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3543 echo "************************************" | tee -a "$TEST_RESULTS"
3544 echo "Testing: Release, NO_OS_DEPENDENCE" | tee -a "$TEST_RESULTS"
3553 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3556 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3558 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3560 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3562 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3564 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3576 echo "************************************" | tee -a "$TEST_RESULTS"
3577 echo "Testing: Debug, ld-gold linker" | tee -a "$TEST_RESULTS"
3586 …GS" LD="ld.gold" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
3589 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3591 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3593 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3595 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3597 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3604 echo "************************************" | tee -a "$TEST_RESULTS"
3605 echo "Testing: Release, ld-gold linker" | tee -a "$TEST_RESULTS"
3614 …GS" LD="ld.gold" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
3617 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3619 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3621 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3623 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3625 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3637 echo "************************************" | tee -a "$TEST_RESULTS"
3638 echo "Testing: Debug, -O2 optimizations" | tee -a "$TEST_RESULTS"
3647 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3650 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3652 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3654 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3656 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3658 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3665 echo "************************************" | tee -a "$TEST_RESULTS"
3666 echo "Testing: Release, -O2 optimizations" | tee -a "$TEST_RESULTS"
3675 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3678 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3680 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3682 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3684 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3686 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3698 echo "************************************" | tee -a "$TEST_RESULTS"
3699 echo "Testing: Debug, -O3 optimizations" | tee -a "$TEST_RESULTS"
3708 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3711 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3713 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3715 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3717 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3719 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3726 echo "************************************" | tee -a "$TEST_RESULTS"
3727 echo "Testing: Release, -O3 optimizations" | tee -a "$TEST_RESULTS"
3736 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3739 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3741 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3743 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3745 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3747 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3759 echo "************************************" | tee -a "$TEST_RESULTS"
3760 echo "Testing: Debug, -Os optimizations" | tee -a "$TEST_RESULTS"
3769 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3772 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3774 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3776 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3778 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3780 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3787 echo "************************************" | tee -a "$TEST_RESULTS"
3788 echo "Testing: Release, -Os optimizations" | tee -a "$TEST_RESULTS"
3797 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3800 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3802 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3804 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3806 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3808 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3820 echo "************************************" | tee -a "$TEST_RESULTS"
3821 echo "Testing: Debug, -Oz optimizations" | tee -a "$TEST_RESULTS"
3830 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3833 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3835 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3837 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3839 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3841 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3848 echo "************************************" | tee -a "$TEST_RESULTS"
3849 echo "Testing: Release, -Oz optimizations" | tee -a "$TEST_RESULTS"
3858 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3861 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3863 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3865 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3867 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3869 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3881 echo "************************************" | tee -a "$TEST_RESULTS"
3882 echo "Testing: Debug, -Ofast optimizations" | tee -a "$TEST_RESULTS"
3891 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3894 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3896 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3898 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3900 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3902 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3909 echo "************************************" | tee -a "$TEST_RESULTS"
3910 echo "Testing: Release, -Ofast optimizations" | tee -a "$TEST_RESULTS"
3919 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
3922 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3924 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3926 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3928 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3930 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3942 echo "************************************" | tee -a "$TEST_RESULTS"
3943 echo "Testing: Debug, dead code strip" | tee -a "$TEST_RESULTS"
3952 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" lean 2>&1 | tee -a "$TEST_RESULTS"
3955 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3957 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3959 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3961 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3963 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
3970 echo "************************************" | tee -a "$TEST_RESULTS"
3971 echo "Testing: Release, dead code strip" | tee -a "$TEST_RESULTS"
3980 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" lean 2>&1 | tee -a "$TEST_RESULTS"
3983 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
3985 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
3987 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
3989 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
3991 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4003 echo "************************************" | tee -a "$TEST_RESULTS"
4004 echo "Testing: Debug, OpenMP" | tee -a "$TEST_RESULTS"
4013 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4016 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4018 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4020 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4022 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4024 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4031 echo "************************************" | tee -a "$TEST_RESULTS"
4032 echo "Testing: Release, OpenMP" | tee -a "$TEST_RESULTS"
4041 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4044 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4046 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4048 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4050 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4052 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4064 echo "************************************" | tee -a "$TEST_RESULTS"
4065 echo "Testing: Debug, c++03, UBsan" | tee -a "$TEST_RESULTS"
4074 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" ubsan | tee -a "$TEST_RESULTS"
4077 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4079 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4081 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4083 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4085 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4092 echo "************************************" | tee -a "$TEST_RESULTS"
4093 echo "Testing: Release, c++03, UBsan" | tee -a "$TEST_RESULTS"
4102 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" ubsan | tee -a "$TEST_RESULTS"
4105 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4107 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4109 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4111 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4113 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4125 echo "************************************" | tee -a "$TEST_RESULTS"
4126 echo "Testing: Debug, c++03, Asan" | tee -a "$TEST_RESULTS"
4135 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" asan | tee -a "$TEST_RESULTS"
4138 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4141 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4143 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4145 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4147 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4150 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4152 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4154 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4156 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4165 echo "************************************" | tee -a "$TEST_RESULTS"
4166 echo "Testing: Release, c++03, Asan" | tee -a "$TEST_RESULTS"
4175 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" asan | tee -a "$TEST_RESULTS"
4178 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4181 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4183 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4185 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4187 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4190 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4192 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4194 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4196 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4209 echo "************************************" | tee -a "$TEST_RESULTS"
4210 echo "Testing: Debug, c++03, Bounds Sanitizer" | tee -a "$TEST_RESULTS"
4219 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4222 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4225 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4227 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4229 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4231 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4234 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4236 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4238 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4240 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4249 echo "************************************" | tee -a "$TEST_RESULTS"
4250 echo "Testing: Release, c++03, Bounds Sanitizer" | tee -a "$TEST_RESULTS"
4259 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4262 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4265 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4267 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4269 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4271 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4274 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4276 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4278 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4280 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4293 echo "************************************" | tee -a "$TEST_RESULTS"
4294 echo "Testing: Debug, c++03, CET" | tee -a "$TEST_RESULTS"
4303 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4306 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4308 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4310 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4312 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4314 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4321 echo "************************************" | tee -a "$TEST_RESULTS"
4322 echo "Testing: Release, c++03, CET" | tee -a "$TEST_RESULTS"
4331 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4334 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4336 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4338 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4340 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4342 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4354 echo "************************************" | tee -a "$TEST_RESULTS"
4355 echo "Testing: Debug, c++03, Specter" | tee -a "$TEST_RESULTS"
4364 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4367 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4369 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4371 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4373 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4375 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4382 echo "************************************" | tee -a "$TEST_RESULTS"
4383 echo "Testing: Release, c++03, Specter" | tee -a "$TEST_RESULTS"
4392 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4395 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4397 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4399 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4401 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4403 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4415 echo "************************************" | tee -a "$TEST_RESULTS"
4416 echo "Testing: Debug, c++11, UBsan" | tee -a "$TEST_RESULTS"
4425 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" ubsan | tee -a "$TEST_RESULTS"
4428 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4430 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4432 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4434 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4436 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4443 echo "************************************" | tee -a "$TEST_RESULTS"
4444 echo "Testing: Release, c++11, UBsan" | tee -a "$TEST_RESULTS"
4453 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" ubsan | tee -a "$TEST_RESULTS"
4456 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4458 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4460 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4462 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4464 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4476 echo "************************************" | tee -a "$TEST_RESULTS"
4477 echo "Testing: Debug, c++11, Asan" | tee -a "$TEST_RESULTS"
4486 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" asan | tee -a "$TEST_RESULTS"
4489 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4492 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4494 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4496 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4498 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4501 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4503 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4505 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4507 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4516 echo "************************************" | tee -a "$TEST_RESULTS"
4517 echo "Testing: Release, c++11, Asan" | tee -a "$TEST_RESULTS"
4526 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" asan | tee -a "$TEST_RESULTS"
4529 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4532 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4534 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4536 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4538 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4541 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4543 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4545 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4547 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4560 echo "************************************" | tee -a "$TEST_RESULTS"
4561 echo "Testing: Debug, c++11, Bounds Sanitizer" | tee -a "$TEST_RESULTS"
4570 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4573 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4576 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4578 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4580 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4582 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4585 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4587 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4589 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4591 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4600 echo "************************************" | tee -a "$TEST_RESULTS"
4601 echo "Testing: Release, c++11, Bounds Sanitizer" | tee -a "$TEST_RESULTS"
4610 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4613 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4616 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4618 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4620 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4622 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4625 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4627 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4629 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4631 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4644 echo "************************************" | tee -a "$TEST_RESULTS"
4645 echo "Testing: Debug, c++11, CET" | tee -a "$TEST_RESULTS"
4654 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4657 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4659 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4661 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4663 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4665 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4672 echo "************************************" | tee -a "$TEST_RESULTS"
4673 echo "Testing: Release, c++11, CET" | tee -a "$TEST_RESULTS"
4682 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4685 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4687 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4689 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4691 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4693 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4705 echo "************************************" | tee -a "$TEST_RESULTS"
4706 echo "Testing: Debug, c++11, Specter" | tee -a "$TEST_RESULTS"
4715 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4718 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4720 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4722 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4724 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4726 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4733 echo "************************************" | tee -a "$TEST_RESULTS"
4734 echo "Testing: Release, c++11, Specter" | tee -a "$TEST_RESULTS"
4743 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4746 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4748 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4750 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4752 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4754 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4763 echo "************************************" | tee -a "$TEST_RESULTS"
4764 echo "Testing: Release, c++14, UBsan" | tee -a "$TEST_RESULTS"
4773 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" ubsan | tee -a "$TEST_RESULTS"
4776 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4778 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4780 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4782 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4784 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4793 echo "************************************" | tee -a "$TEST_RESULTS"
4794 echo "Testing: Release, c++14, Asan" | tee -a "$TEST_RESULTS"
4803 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" asan | tee -a "$TEST_RESULTS"
4806 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4809 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4811 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4813 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4815 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4818 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4820 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4822 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4824 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4834 echo "************************************" | tee -a "$TEST_RESULTS"
4835 echo "Testing: Release, c++14, Bounds Sanitizer" | tee -a "$TEST_RESULTS"
4844 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4847 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4849 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4851 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4853 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4855 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4864 echo "************************************" | tee -a "$TEST_RESULTS"
4865 echo "Testing: Release, c++14, CET" | tee -a "$TEST_RESULTS"
4874 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4877 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4879 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4881 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4883 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4885 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4894 echo "************************************" | tee -a "$TEST_RESULTS"
4895 echo "Testing: Release, c++14, Specter" | tee -a "$TEST_RESULTS"
4904 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
4907 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4909 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4911 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4913 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4915 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4924 echo "************************************" | tee -a "$TEST_RESULTS"
4925 echo "Testing: Release, c++17, UBsan" | tee -a "$TEST_RESULTS"
4934 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" ubsan | tee -a "$TEST_RESULTS"
4937 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4939 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4941 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4943 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4945 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4954 echo "************************************" | tee -a "$TEST_RESULTS"
4955 echo "Testing: Release, c++17, Asan" | tee -a "$TEST_RESULTS"
4964 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" asan | tee -a "$TEST_RESULTS"
4967 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
4970 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4972 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4974 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
4976 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4979 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
4981 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
4983 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
4985 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
4995 echo "************************************" | tee -a "$TEST_RESULTS"
4996 echo "Testing: Release, c++17, Bounds Sanitizer" | tee -a "$TEST_RESULTS"
5005 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
5008 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5010 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5012 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5014 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5016 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5025 echo "************************************" | tee -a "$TEST_RESULTS"
5026 echo "Testing: Release, c++17, CET" | tee -a "$TEST_RESULTS"
5035 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
5038 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5040 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5042 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5044 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5046 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5055 echo "************************************" | tee -a "$TEST_RESULTS"
5056 echo "Testing: Release, c++17, Specter" | tee -a "$TEST_RESULTS"
5065 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
5068 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5070 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5072 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5074 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5076 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5085 echo "************************************" | tee -a "$TEST_RESULTS"
5086 echo "Testing: Release, c++20, UBsan" | tee -a "$TEST_RESULTS"
5095 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" ubsan | tee -a "$TEST_RESULTS"
5098 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5100 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5102 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5104 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5106 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5115 echo "************************************" | tee -a "$TEST_RESULTS"
5116 echo "Testing: Release, c++20, Asan" | tee -a "$TEST_RESULTS"
5125 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" asan | tee -a "$TEST_RESULTS"
5128 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5131 ./cryptest.exe v 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
5133 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5135 ./cryptest.exe tv all 2>&1 | "$ASAN_SYMBOLIZE" 2>&1 | tee -a "$TEST_RESULTS"
5137 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5140 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5142 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5144 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5146 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5156 echo "************************************" | tee -a "$TEST_RESULTS"
5157 echo "Testing: Release, c++20, Bounds Sanitizer" | tee -a "$TEST_RESULTS"
5166 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
5169 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5171 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5173 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5175 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5177 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5186 echo "************************************" | tee -a "$TEST_RESULTS"
5187 echo "Testing: Release, c++20, CET" | tee -a "$TEST_RESULTS"
5196 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
5199 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5201 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5203 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5205 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5207 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5216 echo "************************************" | tee -a "$TEST_RESULTS"
5217 echo "Testing: Release, c++20, Specter" | tee -a "$TEST_RESULTS"
5226 CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" | tee -a "$TEST_RESULTS"
5229 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5231 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5233 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5235 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5237 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5249 echo "************************************" | tee -a "$TEST_RESULTS"
5250 echo "Testing: Debug, Analyze" | tee -a "$TEST_RESULTS"
5259 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
5262 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5264 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5266 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5268 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5270 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5277 echo "************************************" | tee -a "$TEST_RESULTS"
5278 echo "Testing: Release, Analyze" | tee -a "$TEST_RESULTS"
5287 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
5290 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5292 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5294 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5296 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5298 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5314 echo "************************************" | tee -a "$TEST_RESULTS"
5315 echo "Testing: Sun Studio 12.2, debug, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5324 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5327 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5329 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5331 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5333 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5335 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5342 echo "************************************" | tee -a "$TEST_RESULTS"
5343 echo "Testing: Sun Studio 12.2, release, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5352 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5355 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5357 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5359 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5361 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5363 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5375 echo "************************************" | tee -a "$TEST_RESULTS"
5376 echo "Testing: Sun Studio 12.3, debug, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5385 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5388 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5390 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5392 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5394 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5396 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5403 echo "************************************" | tee -a "$TEST_RESULTS"
5404 echo "Testing: Sun Studio 12.3, release, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5413 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5416 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5418 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5420 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5422 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5424 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5436 echo "************************************" | tee -a "$TEST_RESULTS"
5437 echo "Testing: Sun Studio 12.4, debug, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5446 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5449 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5451 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5453 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5455 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5457 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5464 echo "************************************" | tee -a "$TEST_RESULTS"
5465 echo "Testing: Sun Studio 12.4, release, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5474 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5477 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5479 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5481 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5483 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5485 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5497 echo "************************************" | tee -a "$TEST_RESULTS"
5498 echo "Testing: Sun Studio 12.5, debug, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5507 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5510 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5512 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5514 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5516 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5518 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5525 echo "************************************" | tee -a "$TEST_RESULTS"
5526 echo "Testing: Sun Studio 12.5, release, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5535 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5538 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5540 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5542 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5544 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5546 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5558 echo "************************************" | tee -a "$TEST_RESULTS"
5559 echo "Testing: Sun Studio 12.6, debug, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5568 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5571 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5573 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5575 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5577 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5579 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5586 echo "************************************" | tee -a "$TEST_RESULTS"
5587 echo "Testing: Sun Studio 12.6, release, platform CXXFLAGS" | tee -a "$TEST_RESULTS"
5596 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5599 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5601 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5603 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5605 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5607 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5619 echo "************************************" | tee -a "$TEST_RESULTS"
5620 echo "Testing: Solaris GCC, debug, default CXXFLAGS" | tee -a "$TEST_RESULTS"
5629 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5632 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5634 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5636 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5638 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5640 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5647 echo "************************************" | tee -a "$TEST_RESULTS"
5648 echo "Testing: Soalris GCC, release, default CXXFLAGS" | tee -a "$TEST_RESULTS"
5657 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
5660 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5662 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5664 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5666 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5668 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5681 echo "************************************" | tee -a "$TEST_RESULTS"
5682 echo "Testing: Darwin, c++03, libc++ (LLVM)" | tee -a "$TEST_RESULTS"
5691 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5694 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5696 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5698 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5700 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5702 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5711 echo "************************************" | tee -a "$TEST_RESULTS"
5712 echo "Testing: Darwin, c++03, libstdc++ (GNU)" | tee -a "$TEST_RESULTS"
5721 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5724 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5726 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5728 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5730 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5732 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5741 echo "************************************" | tee -a "$TEST_RESULTS"
5742 echo "Testing: Darwin, c++11, libc++ (LLVM)" | tee -a "$TEST_RESULTS"
5751 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5754 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5756 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5758 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5760 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5762 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5771 echo "************************************" | tee -a "$TEST_RESULTS"
5772 echo "Testing: Darwin, c++11, libstdc++ (GNU)" | tee -a "$TEST_RESULTS"
5781 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5784 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5786 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5788 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5790 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5792 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5801 echo "************************************" | tee -a "$TEST_RESULTS"
5802 echo "Testing: Darwin, c++14, libc++ (LLVM)" | tee -a "$TEST_RESULTS"
5811 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5814 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5816 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5818 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5820 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5822 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5831 echo "************************************" | tee -a "$TEST_RESULTS"
5832 echo "Testing: Darwin, c++14, libstdc++ (GNU)" | tee -a "$TEST_RESULTS"
5841 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5844 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5846 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5848 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5850 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5852 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5861 echo "************************************" | tee -a "$TEST_RESULTS"
5862 echo "Testing: Darwin, c++17, libc++ (LLVM)" | tee -a "$TEST_RESULTS"
5871 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5874 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5876 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5878 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5880 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5882 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5891 echo "************************************" | tee -a "$TEST_RESULTS"
5892 echo "Testing: Darwin, c++17, libstdc++ (GNU)" | tee -a "$TEST_RESULTS"
5901 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5904 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5906 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5908 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
5910 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5912 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
5921 echo "************************************" | tee -a "$TEST_RESULTS"
5922 echo "Testing: Darwin, Intel multiarch, c++03" | tee -a "$TEST_RESULTS"
5931 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5934 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5937 arch -i386 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5939 echo "ERROR: failed to execute validation suite (i386)" | tee -a "$TEST_RESULTS"
5941 arch -i386 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5943 echo "ERROR: failed to execute test vectors (i386)" | tee -a "$TEST_RESULTS"
5947 arch -x86_64 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5949 echo "ERROR: failed to execute validation suite (x86_64)" | tee -a "$TEST_RESULTS"
5951 arch -x86_64 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5953 echo "ERROR: failed to execute test vectors (x86_64)" | tee -a "$TEST_RESULTS"
5962 echo "************************************" | tee -a "$TEST_RESULTS"
5963 echo "Testing: Darwin, Intel multiarch, c++11" | tee -a "$TEST_RESULTS"
5972 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
5975 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
5978 arch -i386 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5980 echo "ERROR: failed to execute validation suite (i386)" | tee -a "$TEST_RESULTS"
5982 arch -i386 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5984 echo "ERROR: failed to execute test vectors (i386)" | tee -a "$TEST_RESULTS"
5988 arch -x86_64 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
5990 echo "ERROR: failed to execute validation suite (x86_64)" | tee -a "$TEST_RESULTS"
5992 arch -x86_64 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
5994 echo "ERROR: failed to execute test vectors (x86_64)" | tee -a "$TEST_RESULTS"
6003 echo "************************************" | tee -a "$TEST_RESULTS"
6004 echo "Testing: Darwin, Intel multiarch, c++14" | tee -a "$TEST_RESULTS"
6013 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6016 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6019 arch -i386 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6021 echo "ERROR: failed to execute validation suite (i386)" | tee -a "$TEST_RESULTS"
6023 arch -i386 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6025 echo "ERROR: failed to execute test vectors (i386)" | tee -a "$TEST_RESULTS"
6029 arch -x86_64 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6031 echo "ERROR: failed to execute validation suite (x86_64)" | tee -a "$TEST_RESULTS"
6033 arch -x86_64 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6035 echo "ERROR: failed to execute test vectors (x86_64)" | tee -a "$TEST_RESULTS"
6044 echo "************************************" | tee -a "$TEST_RESULTS"
6045 echo "Testing: Darwin, Intel multiarch, c++17" | tee -a "$TEST_RESULTS"
6054 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6057 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6060 arch -i386 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6062 echo "ERROR: failed to execute validation suite (i386)" | tee -a "$TEST_RESULTS"
6064 arch -i386 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6066 echo "ERROR: failed to execute test vectors (i386)" | tee -a "$TEST_RESULTS"
6070 arch -x86_64 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6072 echo "ERROR: failed to execute validation suite (x86_64)" | tee -a "$TEST_RESULTS"
6074 arch -x86_64 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6076 echo "ERROR: failed to execute test vectors (x86_64)" | tee -a "$TEST_RESULTS"
6085 echo "************************************" | tee -a "$TEST_RESULTS"
6086 echo "Testing: Darwin, PowerPC multiarch" | tee -a "$TEST_RESULTS"
6095 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6098 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6101 arch -ppc ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6103 echo "ERROR: failed to execute validation suite (PPC)" | tee -a "$TEST_RESULTS"
6105 arch -ppc ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6107 echo "ERROR: failed to execute test vectors (PPC)" | tee -a "$TEST_RESULTS"
6111 arch -ppc64 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6113 echo "ERROR: failed to execute validation suite (PPC64)" | tee -a "$TEST_RESULTS"
6115 arch -ppc64 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6117 echo "ERROR: failed to execute test vectors (PPC64)" | tee -a "$TEST_RESULTS"
6126 echo "************************************" | tee -a "$TEST_RESULTS"
6127 echo "Testing: Darwin, c++03, Malloc Guards" | tee -a "$TEST_RESULTS"
6136 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6139 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6145 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6147 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6149 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6151 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6162 echo "************************************" | tee -a "$TEST_RESULTS"
6163 echo "Testing: Darwin, c++11, Malloc Guards" | tee -a "$TEST_RESULTS"
6172 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6175 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6181 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6183 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6185 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6187 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6198 echo "************************************" | tee -a "$TEST_RESULTS"
6199 echo "Testing: Darwin, c++14, Malloc Guards" | tee -a "$TEST_RESULTS"
6208 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6211 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6217 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6219 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6221 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6223 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6234 echo "************************************" | tee -a "$TEST_RESULTS"
6235 echo "Testing: Darwin, c++17, Malloc Guards" | tee -a "$TEST_RESULTS"
6244 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6247 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6253 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6255 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6257 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6259 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6274 echo "************************************" | tee -a "$TEST_RESULTS"
6275 echo "Testing: Benchmarks, c++03" | tee -a "$TEST_RESULTS"
6284 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6287 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6290 ./cryptest.exe b 3 "$CPU_FREQ" 2>&1 | tee -a "$BENCHMARK_RESULTS"
6292 echo "ERROR: failed to execute benchmarks" | tee -a "$BENCHMARK_RESULTS"
6301 echo "************************************" | tee -a "$TEST_RESULTS"
6302 echo "Testing: Benchmarks, c++11" | tee -a "$TEST_RESULTS"
6311 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6314 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6317 ./cryptest.exe b 3 "$CPU_FREQ" 2>&1 | tee -a "$BENCHMARK_RESULTS"
6319 echo "ERROR: failed to execute benchmarks" | tee -a "$BENCHMARK_RESULTS"
6328 echo "************************************" | tee -a "$TEST_RESULTS"
6329 echo "Testing: Benchmarks, c++14" | tee -a "$TEST_RESULTS"
6338 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6341 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6344 ./cryptest.exe b 3 "$CPU_FREQ" 2>&1 | tee -a "$BENCHMARK_RESULTS"
6346 echo "ERROR: failed to execute benchmarks" | tee -a "$BENCHMARK_RESULTS"
6359 echo "************************************" | tee -a "$TEST_RESULTS"
6360 echo "Testing: MinGW, PREFER_BERKELEY_STYLE_SOCKETS" | tee -a "$TEST_RESULTS"
6369 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6372 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6374 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6376 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6378 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6380 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6389 echo "************************************" | tee -a "$TEST_RESULTS"
6390 echo "Testing: MinGW, PREFER_WINDOWS_STYLE_SOCKETS" | tee -a "$TEST_RESULTS"
6399 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6402 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6404 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6406 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6408 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6410 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6419 echo "************************************" | tee -a "$TEST_RESULTS"
6420 echo "Testing: Valgrind, c++03" | tee -a "$TEST_RESULTS"
6429 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6432 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6434 …valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe v 2>&1 | tee -a "$TEST_RE…
6435 …valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe tv all 2>&1 | tee -a "$TE…
6443 echo "************************************" | tee -a "$TEST_RESULTS"
6444 echo "Testing: Valgrind, c++11" | tee -a "$TEST_RESULTS"
6453 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6456 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6458 …valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe v 2>&1 | tee -a "$TEST_RE…
6459 …valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe tv all 2>&1 | tee -a "$TE…
6467 echo "************************************" | tee -a "$TEST_RESULTS"
6468 echo "Testing: Valgrind, c++14" | tee -a "$TEST_RESULTS"
6477 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6480 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6482 …valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe v 2>&1 | tee -a "$TEST_RE…
6483 …valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe tv all 2>&1 | tee -a "$TE…
6491 echo "************************************" | tee -a "$TEST_RESULTS"
6492 echo "Testing: Valgrind, c++17" | tee -a "$TEST_RESULTS"
6501 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_…
6504 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6506 …valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe v 2>&1 | tee -a "$TEST_RE…
6507 …valgrind --track-origins=yes --suppressions=cryptopp.supp ./cryptest.exe tv all 2>&1 | tee -a "$TE…
6518 echo "************************************" | tee -a "$WARN_RESULTS"
6519 echo "Testing: Debug, c++03, elevated warnings" | tee -a "$WARN_RESULTS"
6528 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6531 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6537 echo "************************************" | tee -a "$WARN_RESULTS"
6538 echo "Testing: Release, c++03, elevated warnings" | tee -a "$WARN_RESULTS"
6547 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6549 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6560 echo "************************************" | tee -a "$WARN_RESULTS"
6561 echo "Testing: Debug, c++11, elevated warnings" | tee -a "$WARN_RESULTS"
6570 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6573 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6579 echo "************************************" | tee -a "$WARN_RESULTS"
6580 echo "Testing: Release, c++11, elevated warnings" | tee -a "$WARN_RESULTS"
6589 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6591 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6602 echo "************************************" | tee -a "$WARN_RESULTS"
6603 echo "Testing: Debug, c++14, elevated warnings" | tee -a "$WARN_RESULTS"
6612 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6615 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6621 echo "************************************" | tee -a "$WARN_RESULTS"
6622 echo "Testing: Release, c++14, elevated warnings" | tee -a "$WARN_RESULTS"
6631 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6633 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6644 echo "************************************" | tee -a "$WARN_RESULTS"
6645 echo "Testing: Debug, c++17, elevated warnings" | tee -a "$WARN_RESULTS"
6654 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6657 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6663 echo "************************************" | tee -a "$WARN_RESULTS"
6664 echo "Testing: Release, c++17, elevated warnings" | tee -a "$WARN_RESULTS"
6673 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6676 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6687 echo "************************************" | tee -a "$WARN_RESULTS"
6688 echo "Testing: Debug, c++20, elevated warnings" | tee -a "$WARN_RESULTS"
6697 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6700 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6706 echo "************************************" | tee -a "$WARN_RESULTS"
6707 echo "Testing: Release, c++20, elevated warnings" | tee -a "$WARN_RESULTS"
6716 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
6719 echo "ERROR: failed to make cryptest.exe" | tee -a "$WARN_RESULTS"
6735 echo "************************************" | tee -a "$TEST_RESULTS"
6736 echo "Testing: Clang compiler" | tee -a "$TEST_RESULTS"
6745 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
6747 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6749 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6751 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6753 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6755 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6772 echo "************************************" | tee -a "$TEST_RESULTS"
6773 echo "Testing: GCC compiler" | tee -a "$TEST_RESULTS"
6782 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
6784 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6786 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6788 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6790 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6792 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6812 echo "************************************" | tee -a "$TEST_RESULTS"
6813 echo "Testing: Intel compiler" | tee -a "$TEST_RESULTS"
6822 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
6824 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6826 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6828 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6830 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6832 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6850 echo "************************************" | tee -a "$TEST_RESULTS"
6851 echo "Testing: MacPorts 4.x GCC compiler" | tee -a "$TEST_RESULTS"
6861 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
6863 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6865 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6867 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6869 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6871 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6885 echo "************************************" | tee -a "$TEST_RESULTS"
6886 echo "Testing: MacPorts 5.x GCC compiler" | tee -a "$TEST_RESULTS"
6896 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
6898 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6900 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6902 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6904 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6906 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6920 echo "************************************" | tee -a "$TEST_RESULTS"
6921 echo "Testing: MacPorts 6.x GCC compiler" | tee -a "$TEST_RESULTS"
6931 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
6933 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6935 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6937 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6939 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6941 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6955 echo "************************************" | tee -a "$TEST_RESULTS"
6956 echo "Testing: MacPorts 7.x GCC compiler" | tee -a "$TEST_RESULTS"
6966 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
6968 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
6970 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
6972 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
6974 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
6976 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
6990 echo "************************************" | tee -a "$TEST_RESULTS"
6991 echo "Testing: MacPorts 3.7 Clang compiler" | tee -a "$TEST_RESULTS"
7000 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
7002 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
7004 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
7006 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
7008 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
7010 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
7024 echo "************************************" | tee -a "$TEST_RESULTS"
7025 echo "Testing: MacPorts 3.8 Clang compiler" | tee -a "$TEST_RESULTS"
7034 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
7036 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
7038 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
7040 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
7042 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
7044 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
7058 echo "************************************" | tee -a "$TEST_RESULTS"
7059 echo "Testing: MacPorts 3.9 Clang compiler" | tee -a "$TEST_RESULTS"
7068 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
7070 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
7072 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
7074 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
7076 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
7078 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
7092 echo "************************************" | tee -a "$TEST_RESULTS"
7093 echo "Testing: MacPorts 4.x Clang compiler" | tee -a "$TEST_RESULTS"
7102 …LAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
7104 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
7106 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
7108 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
7110 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
7112 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
7129 echo "************************************" | tee -a "$TEST_RESULTS"
7130 echo "Testing: Xcode Clang compiler" | tee -a "$TEST_RESULTS"
7139 …XX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static cryptest.exe 2>&1 | tee -a "$TEST_RESULTS"
7142 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS"
7144 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS"
7146 echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS"
7148 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS"
7150 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS"
7161 echo "************************************" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7162 echo "Testing: Install with data directory" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7174 …CXX="$CXX" CXXFLAGS="$CXXFLAGS" "$MAKE" "${MAKEARGS[@]}" static dynamic cryptest.exe 2>&1 | tee -a…
7177 echo "ERROR: failed to make cryptest.exe" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7180 …"$MAKE" "${MAKEARGS[@]}" install PREFIX="$INSTALL_DIR" 2>&1 | tee -a "$TEST_RESULTS" "$INSTALL_RES…
7184 echo "************************************" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7185 echo "Testing: Install (validation suite)" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7187 ./cryptest.exe v 2>&1 | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7189 … echo "ERROR: failed to execute validation suite" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7193 echo "************************************" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7194 echo "Testing: Install (test vectors)" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7196 ./cryptest.exe tv all 2>&1 | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7198 echo "ERROR: failed to execute test vectors" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7203 echo "************************************" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7204 echo "Testing: Install (benchmarks)" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7206 ./cryptest.exe b 1 "$CPU_FREQ" 2>&1 | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7208 … echo "ERROR: failed to execute benchmarks" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7213 echo "************************************" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7214 echo "Testing: Install (help file)" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7216 ./cryptest.exe h 2>&1 | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7218 echo "ERROR: failed to provide help" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7231 echo "************************************" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7232 echo "Testing: Remove with data directory" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7237 …"$MAKE" "${MAKEARGS[@]}" remove PREFIX="$INSTALL_DIR" 2>&1 | tee -a "$TEST_RESULTS" "$INSTALL_RESU…
7239 echo "ERROR: failed to make remove" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7243 …echo "ERROR: failed to remove cryptopp include directory" | tee -a "$TEST_RESULTS" "$INSTALL_RESUL…
7246 …echo "ERROR: failed to remove cryptopp share directory" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7249 …echo "ERROR: failed to remove cryptopp test data directory" | tee -a "$TEST_RESULTS" "$INSTALL_RES…
7252 …echo "ERROR: failed to remove cryptopp test vector directory" | tee -a "$TEST_RESULTS" "$INSTALL_R…
7255 … echo "ERROR: failed to remove cryptest.exe program" | tee -a "$TEST_RESULTS" "$INSTALL_RESULTS"
7258 …echo "ERROR: failed to remove libcryptopp.a static library" | tee -a "$TEST_RESULTS" "$INSTALL_RES…
7261 …echo "ERROR: failed to remove libcryptopp.dylib dynamic library" | tee -a "$TEST_RESULTS" "$INSTAL…
7263 …echo "ERROR: failed to remove libcryptopp.so dynamic library" | tee -a "$TEST_RESULTS" "$INSTALL_R…
7285 echo "************************************************" | tee -a "$TEST_RESULTS"
7286 echo "************************************************" | tee -a "$TEST_RESULTS"
7287 echo "" | tee -a "$TEST_RESULTS"
7291 echo "No configurations tested" | tee -a "$TEST_RESULTS"
7293 echo "$COUNT configurations tested" | tee -a "$TEST_RESULTS"
7296 echo " - $TEST" | tee -a "$TEST_RESULTS"
7299 echo "" | tee -a "$TEST_RESULTS"
7305 echo "************************************************" | tee -a "$TEST_RESULTS"
7306 echo "" | tee -a "$TEST_RESULTS"
7315 echo "No failures detected" | tee -a "$TEST_RESULTS"
7317 echo "$ECOUNT errors detected. See $TEST_RESULTS for details" | tee -a "$TEST_RESULTS"
7327 echo "************************************************" | tee -a "$TEST_RESULTS" "$WARN_RESULTS"
7328 echo "" | tee -a "$TEST_RESULTS" "$WARN_RESULTS"
7332 echo "No warnings detected" | tee -a "$TEST_RESULTS" "$WARN_RESULTS"
7334 …echo "$WCOUNT warnings detected. See $WARN_RESULTS for details" | tee -a "$TEST_RESULTS" "$WARN_RE…
7342 echo "************************************************" | tee -a "$TEST_RESULTS" "$WARN_RESULTS"
7343 echo "" | tee -a "$TEST_RESULTS" "$WARN_RESULTS"
7345 echo "Testing started: $TEST_BEGIN" | tee -a "$TEST_RESULTS" "$WARN_RESULTS"
7346 echo "Testing finished: $TEST_END" | tee -a "$TEST_RESULTS" "$WARN_RESULTS"