blob: a251e5c695c636cf1d036cff6f90de432a9b048f [file] [log] [blame]
[
{
"cmd": ["crypto/crypto_test"]
},
{
"cmd": ["crypto/crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=BNTest.DISABLED_WycheproofPrimality"]
},
{
"cmd": ["crypto/crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=RSATest.DISABLED_BlindingCacheConcurrency"],
"skip_sde": true
},
{
"cmd": ["crypto/urandom_test"]
},
{
"comment": "Without RDRAND",
"cmd": ["crypto/urandom_test"],
"env": ["OPENSSL_ia32cap=~0x4000000000000000"]
},
{
"comment": "Potentially with RDRAND, but not Intel",
"cmd": ["crypto/urandom_test"],
"env": ["OPENSSL_ia32cap=~0x0000000040000000"]
},
{
"comment": "Potentially with RDRAND, and forced to Intel",
"cmd": ["crypto/urandom_test"],
"env": ["OPENSSL_ia32cap=|0x0000000040000000"]
},
{
"cmd": ["crypto/crypto_test", "--fork_unsafe_buffering", "--gtest_filter=RandTest.*:-RandTest.Fork"]
},
{
"cmd": ["decrepit/decrepit_test"]
},
{
"cmd": ["ssl/ssl_test"]
}
]