From 15113e2fc498cf243bee7b4d2ebbe27232132e07 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Thu, 23 Mar 2023 10:38:42 +0100 Subject: [PATCH] Enable results for inspection --- tests/tis-ci-gen-config.sh | 2 +- tis.config | 220 ------------------------------------- 2 files changed, 1 insertion(+), 221 deletions(-) diff --git a/tests/tis-ci-gen-config.sh b/tests/tis-ci-gen-config.sh index 8ad1a59..5733d63 100755 --- a/tests/tis-ci-gen-config.sh +++ b/tests/tis-ci-gen-config.sh @@ -102,7 +102,7 @@ do echo ' ]' >> $TIS_CONFIG echo ', "cpp-extra-args": "-Isrc -Isrc/optional -Itests"' >> $TIS_CONFIG echo ', "machdep" :' "\"$platform\"" >> $TIS_CONFIG - echo ', "no-results" : true' >> $TIS_CONFIG + # echo ', "no-results" : true' >> $TIS_CONFIG echo ', "main" :' "\"$entry_point\"" >> $TIS_CONFIG echo '},' >> $TIS_CONFIG done diff --git a/tis.config b/tis.config index 18c3b92..b52f59f 100644 --- a/tis.config +++ b/tis.config @@ -9,7 +9,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_32" @@ -21,7 +20,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_16" @@ -33,7 +31,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - x86_win64" @@ -45,7 +42,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - armeb_eabi" @@ -57,7 +53,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - arm_eabi" @@ -69,7 +64,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - aarch64" @@ -81,7 +75,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - rv64ifdq" @@ -93,7 +86,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - mips_64" @@ -105,7 +97,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_chacha20 - ppc_64" @@ -117,7 +108,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_chacha20" }, { "name" : "v_ietf_chacha20 - sparc_32" @@ -129,7 +119,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_32" @@ -141,7 +130,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_16" @@ -153,7 +141,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - x86_win64" @@ -165,7 +152,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - armeb_eabi" @@ -177,7 +163,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - arm_eabi" @@ -189,7 +174,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - aarch64" @@ -201,7 +185,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - rv64ifdq" @@ -213,7 +196,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - mips_64" @@ -225,7 +207,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_ietf_chacha20 - ppc_64" @@ -237,7 +218,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_ietf_chacha20" }, { "name" : "v_hchacha20 - sparc_32" @@ -249,7 +229,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_32" @@ -261,7 +240,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_16" @@ -273,7 +251,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - x86_win64" @@ -285,7 +262,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - armeb_eabi" @@ -297,7 +273,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - arm_eabi" @@ -309,7 +284,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - aarch64" @@ -321,7 +295,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - rv64ifdq" @@ -333,7 +306,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - mips_64" @@ -345,7 +317,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_hchacha20 - ppc_64" @@ -357,7 +328,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_hchacha20" }, { "name" : "v_xchacha20 - sparc_32" @@ -369,7 +339,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_32" @@ -381,7 +350,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_16" @@ -393,7 +361,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - x86_win64" @@ -405,7 +372,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - armeb_eabi" @@ -417,7 +383,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - arm_eabi" @@ -429,7 +394,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - aarch64" @@ -441,7 +405,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - rv64ifdq" @@ -453,7 +416,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - mips_64" @@ -465,7 +427,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_xchacha20 - ppc_64" @@ -477,7 +438,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_xchacha20" }, { "name" : "v_poly1305 - sparc_32" @@ -489,7 +449,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_32" @@ -501,7 +460,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_16" @@ -513,7 +471,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - x86_win64" @@ -525,7 +482,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - armeb_eabi" @@ -537,7 +493,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - arm_eabi" @@ -549,7 +504,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - aarch64" @@ -561,7 +515,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - rv64ifdq" @@ -573,7 +526,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - mips_64" @@ -585,7 +537,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_poly1305 - ppc_64" @@ -597,7 +548,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_poly1305" }, { "name" : "v_aead_ietf - sparc_32" @@ -609,7 +559,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_32" @@ -621,7 +570,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_16" @@ -633,7 +581,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - x86_win64" @@ -645,7 +592,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - armeb_eabi" @@ -657,7 +603,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - arm_eabi" @@ -669,7 +614,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - aarch64" @@ -681,7 +625,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - rv64ifdq" @@ -693,7 +636,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - mips_64" @@ -705,7 +647,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_aead_ietf - ppc_64" @@ -717,7 +658,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_aead_ietf" }, { "name" : "v_blake2b - sparc_32" @@ -729,7 +669,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_32" @@ -741,7 +680,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_16" @@ -753,7 +691,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - x86_win64" @@ -765,7 +702,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - armeb_eabi" @@ -777,7 +713,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - arm_eabi" @@ -789,7 +724,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - aarch64" @@ -801,7 +735,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - rv64ifdq" @@ -813,7 +746,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - mips_64" @@ -825,7 +757,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_blake2b - ppc_64" @@ -837,7 +768,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_blake2b" }, { "name" : "v_sha512 - sparc_32" @@ -849,7 +779,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_32" @@ -861,7 +790,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_16" @@ -873,7 +801,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - x86_win64" @@ -885,7 +812,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - armeb_eabi" @@ -897,7 +823,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - arm_eabi" @@ -909,7 +834,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - aarch64" @@ -921,7 +845,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - rv64ifdq" @@ -933,7 +856,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - mips_64" @@ -945,7 +867,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512 - ppc_64" @@ -957,7 +878,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_sha512" }, { "name" : "v_sha512_hmac - sparc_32" @@ -969,7 +889,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - x86_32" @@ -981,7 +900,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - x86_16" @@ -993,7 +911,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - x86_win64" @@ -1005,7 +922,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - armeb_eabi" @@ -1017,7 +933,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - arm_eabi" @@ -1029,7 +944,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - aarch64" @@ -1041,7 +955,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - rv64ifdq" @@ -1053,7 +966,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - mips_64" @@ -1065,7 +977,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hmac - ppc_64" @@ -1077,7 +988,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_sha512_hmac" }, { "name" : "v_sha512_hkdf - sparc_32" @@ -1089,7 +999,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - x86_32" @@ -1101,7 +1010,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - x86_16" @@ -1113,7 +1021,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - x86_win64" @@ -1125,7 +1032,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - armeb_eabi" @@ -1137,7 +1043,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - arm_eabi" @@ -1149,7 +1054,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - aarch64" @@ -1161,7 +1065,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - rv64ifdq" @@ -1173,7 +1076,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - mips_64" @@ -1185,7 +1087,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_sha512_hkdf - ppc_64" @@ -1197,7 +1098,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_sha512_hkdf" }, { "name" : "v_argon2 - sparc_32" @@ -1209,7 +1109,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - x86_32" @@ -1221,7 +1120,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - x86_16" @@ -1233,7 +1131,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - x86_win64" @@ -1245,7 +1142,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - armeb_eabi" @@ -1257,7 +1153,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - arm_eabi" @@ -1269,7 +1164,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - aarch64" @@ -1281,7 +1175,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - rv64ifdq" @@ -1293,7 +1186,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - mips_64" @@ -1305,7 +1197,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_argon2 - ppc_64" @@ -1317,7 +1208,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_argon2" }, { "name" : "v_edDSA - sparc_32" @@ -1329,7 +1219,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_32" @@ -1341,7 +1230,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_16" @@ -1353,7 +1241,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - x86_win64" @@ -1365,7 +1252,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - armeb_eabi" @@ -1377,7 +1263,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - arm_eabi" @@ -1389,7 +1274,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - aarch64" @@ -1401,7 +1285,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - rv64ifdq" @@ -1413,7 +1296,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - mips_64" @@ -1425,7 +1307,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_edDSA - ppc_64" @@ -1437,7 +1318,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_edDSA" }, { "name" : "v_ed_25519 - sparc_32" @@ -1449,7 +1329,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_32" @@ -1461,7 +1340,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_16" @@ -1473,7 +1351,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - x86_win64" @@ -1485,7 +1362,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - armeb_eabi" @@ -1497,7 +1373,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - arm_eabi" @@ -1509,7 +1384,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - aarch64" @@ -1521,7 +1395,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - rv64ifdq" @@ -1533,7 +1406,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - mips_64" @@ -1545,7 +1417,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519 - ppc_64" @@ -1557,7 +1428,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_ed_25519" }, { "name" : "v_ed_25519_check - sparc_32" @@ -1569,7 +1439,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_32" @@ -1581,7 +1450,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_16" @@ -1593,7 +1461,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - x86_win64" @@ -1605,7 +1472,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - armeb_eabi" @@ -1617,7 +1483,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - arm_eabi" @@ -1629,7 +1494,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - aarch64" @@ -1641,7 +1505,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - rv64ifdq" @@ -1653,7 +1516,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - mips_64" @@ -1665,7 +1527,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_ed_25519_check - ppc_64" @@ -1677,7 +1538,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_ed_25519_check" }, { "name" : "v_elligator_dir - sparc_32" @@ -1689,7 +1549,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_32" @@ -1701,7 +1560,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_16" @@ -1713,7 +1571,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - x86_win64" @@ -1725,7 +1582,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - armeb_eabi" @@ -1737,7 +1593,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - arm_eabi" @@ -1749,7 +1604,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - aarch64" @@ -1761,7 +1615,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - rv64ifdq" @@ -1773,7 +1626,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - mips_64" @@ -1785,7 +1637,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_dir - ppc_64" @@ -1797,7 +1648,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_elligator_dir" }, { "name" : "v_elligator_inv - sparc_32" @@ -1809,7 +1659,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_32" @@ -1821,7 +1670,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_16" @@ -1833,7 +1681,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - x86_win64" @@ -1845,7 +1692,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - armeb_eabi" @@ -1857,7 +1703,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - arm_eabi" @@ -1869,7 +1714,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - aarch64" @@ -1881,7 +1725,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - rv64ifdq" @@ -1893,7 +1736,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - mips_64" @@ -1905,7 +1747,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "v_elligator_inv - ppc_64" @@ -1917,7 +1758,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "v_elligator_inv" }, { "name" : "p_eddsa_x25519 - sparc_32" @@ -1929,7 +1769,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - x86_32" @@ -1941,7 +1780,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - x86_16" @@ -1953,7 +1791,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - x86_win64" @@ -1965,7 +1802,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - armeb_eabi" @@ -1977,7 +1813,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - arm_eabi" @@ -1989,7 +1824,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - aarch64" @@ -2001,7 +1835,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - rv64ifdq" @@ -2013,7 +1846,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - mips_64" @@ -2025,7 +1857,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_eddsa_x25519 - ppc_64" @@ -2037,7 +1868,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "p_eddsa_x25519" }, { "name" : "p_dirty - sparc_32" @@ -2049,7 +1879,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - x86_32" @@ -2061,7 +1890,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - x86_16" @@ -2073,7 +1901,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - x86_win64" @@ -2085,7 +1912,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - armeb_eabi" @@ -2097,7 +1923,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - arm_eabi" @@ -2109,7 +1934,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - aarch64" @@ -2121,7 +1945,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - rv64ifdq" @@ -2133,7 +1956,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - mips_64" @@ -2145,7 +1967,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_dirty - ppc_64" @@ -2157,7 +1978,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "p_dirty" }, { "name" : "p_x25519_inverse - sparc_32" @@ -2169,7 +1989,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_32" @@ -2181,7 +2000,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_16" @@ -2193,7 +2011,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - x86_win64" @@ -2205,7 +2022,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - armeb_eabi" @@ -2217,7 +2033,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - arm_eabi" @@ -2229,7 +2044,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - aarch64" @@ -2241,7 +2055,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - rv64ifdq" @@ -2253,7 +2066,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - mips_64" @@ -2265,7 +2077,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_x25519_inverse - ppc_64" @@ -2277,7 +2088,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "p_x25519_inverse" }, { "name" : "p_verify16 - sparc_32" @@ -2289,7 +2099,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_32" @@ -2301,7 +2110,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_16" @@ -2313,7 +2121,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - x86_win64" @@ -2325,7 +2132,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - armeb_eabi" @@ -2337,7 +2143,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - arm_eabi" @@ -2349,7 +2154,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - aarch64" @@ -2361,7 +2165,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - rv64ifdq" @@ -2373,7 +2176,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - mips_64" @@ -2385,7 +2187,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify16 - ppc_64" @@ -2397,7 +2198,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "p_verify16" }, { "name" : "p_verify32 - sparc_32" @@ -2409,7 +2209,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_32" @@ -2421,7 +2220,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_16" @@ -2433,7 +2231,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - x86_win64" @@ -2445,7 +2242,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - armeb_eabi" @@ -2457,7 +2253,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - arm_eabi" @@ -2469,7 +2264,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - aarch64" @@ -2481,7 +2275,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - rv64ifdq" @@ -2493,7 +2286,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - mips_64" @@ -2505,7 +2297,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify32 - ppc_64" @@ -2517,7 +2308,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "p_verify32" }, { "name" : "p_verify64 - sparc_32" @@ -2529,7 +2319,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "sparc_32" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_32" @@ -2541,7 +2330,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_32" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_16" @@ -2553,7 +2341,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_16" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - x86_win64" @@ -2565,7 +2352,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "x86_win64" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - armeb_eabi" @@ -2577,7 +2363,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "armeb_eabi" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - arm_eabi" @@ -2589,7 +2374,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "arm_eabi" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - aarch64" @@ -2601,7 +2385,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "aarch64" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - rv64ifdq" @@ -2613,7 +2396,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "rv64ifdq" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - mips_64" @@ -2625,7 +2407,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "mips_64" -, "no-results" : true , "main" : "p_verify64" }, { "name" : "p_verify64 - ppc_64" @@ -2637,7 +2418,6 @@ ] , "cpp-extra-args": "-Isrc -Isrc/optional -Itests" , "machdep" : "ppc_64" -, "no-results" : true , "main" : "p_verify64" } ] -- 2.47.3