1[ 2 { 3 "cmd": ["crypto_test"], 4 "shard": true 5 }, 6 { 7 "cmd": ["crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=BNTest.DISABLED_WycheproofPrimality"] 8 }, 9 { 10 "cmd": ["crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=RSATest.DISABLED_BlindingCacheConcurrency"], 11 "skip_sde": true 12 }, 13 { 14 "cmd": ["urandom_test"] 15 }, 16 { 17 "comment": "Without RDRAND", 18 "cmd": ["urandom_test"], 19 "env": ["OPENSSL_ia32cap=~0x4000000000000000"] 20 }, 21 { 22 "comment": "Potentially with RDRAND, but not Intel", 23 "cmd": ["urandom_test"], 24 "env": ["OPENSSL_ia32cap=~0x0000000040000000"] 25 }, 26 { 27 "comment": "Potentially with RDRAND, and forced to Intel", 28 "cmd": ["urandom_test"], 29 "env": ["OPENSSL_ia32cap=|0x0000000040000000"] 30 }, 31 { 32 "comment": "No RDRAND and without WIPEONFORK", 33 "cmd": ["urandom_test"], 34 "env": ["OPENSSL_ia32cap=~0x4000000000000000", "BORINGSSL_IGNORE_MADV_WIPEONFORK=1"] 35 }, 36 { 37 "comment": "Potentially with RDRAND, but not Intel, and no WIPEONFORK", 38 "cmd": ["urandom_test"], 39 "env": ["OPENSSL_ia32cap=~0x0000000040000000", "BORINGSSL_IGNORE_MADV_WIPEONFORK=1"] 40 }, 41 { 42 "cmd": ["crypto_test", "--fork_unsafe_buffering", "--gtest_filter=RandTest.*:-RandTest.Fork"] 43 }, 44 { 45 "cmd": ["decrepit_test"], 46 "shard": true 47 }, 48 { 49 "cmd": ["ssl_test"], 50 "shard": true 51 }, 52 { 53 "cmd": ["pki_test"], 54 "shard": true 55 } 56] 57