aws-crt
Version:
NodeJS/browser bindings to the aws-c-* libraries
62 lines (61 loc) • 1.78 kB
JSON
[
{
"cmd": ["crypto/crypto_test"],
"valgrind_supp": ["valgrind_suppressions_crypto_test.supp"]
},
{
"cmd": ["crypto/crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=BNTest.DISABLED_WycheproofPrimality"],
"skip_valgrind": true
},
{
"cmd": ["crypto/crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=RSATest.DISABLED_BlindingCacheConcurrency"],
"skip_sde": true,
"skip_valgrind": true
},
{
"cmd": ["crypto/urandom_test"],
"skip_valgrind": true
},
{
"comment": "Without RDRAND",
"cmd": ["crypto/urandom_test"],
"env": ["OPENSSL_ia32cap=~0x4000000000000000"],
"skip_valgrind": true
},
{
"comment": "Potentially with RDRAND, but not Intel",
"cmd": ["crypto/urandom_test"],
"env": ["OPENSSL_ia32cap=~0x0000000040000000"],
"skip_valgrind": true
},
{
"comment": "Potentially with RDRAND, and forced to Intel",
"cmd": ["crypto/urandom_test"],
"env": ["OPENSSL_ia32cap=|0x0000000040000000"],
"skip_valgrind": true
},
{
"comment": "No RDRAND and without WIPEONFORK",
"cmd": ["crypto/urandom_test"],
"env": ["OPENSSL_ia32cap=~0x4000000000000000", "BORINGSSL_IGNORE_MADV_WIPEONFORK=1"],
"skip_valgrind": true
},
{
"comment": "Potentially with RDRAND, but not Intel, and no WIPEONFORK",
"cmd": ["crypto/urandom_test"],
"env": ["OPENSSL_ia32cap=~0x0000000040000000", "BORINGSSL_IGNORE_MADV_WIPEONFORK=1"],
"skip_valgrind": true
},
{
"cmd": ["crypto/crypto_test", "--fork_unsafe_buffering", "--gtest_filter=RandTest.*:-RandTest.Fork"],
"skip_valgrind": true
},
{
"cmd": ["decrepit/decrepit_test"],
"skip_valgrind": true
},
{
"cmd": ["ssl/ssl_test"],
"skip_valgrind": true
}
]