blob: b8992027d84a1e505e05a4e48cfca66ee3db593f [file] [log] [blame]
Adam Langley117da412015-06-10 17:32:25 -07001[
David Benjaminaadb4632020-01-16 18:25:37 -05002 {
3 "cmd": ["crypto/crypto_test"]
4 },
5 {
6 "cmd": ["crypto/crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=BNTest.DISABLED_WycheproofPrimality"]
7 },
8 {
9 "cmd": ["crypto/crypto_test", "--gtest_also_run_disabled_tests", "--gtest_filter=RSATest.DISABLED_BlindingCacheConcurrency"],
10 "skip_sde": true
11 },
12 {
13 "cmd": ["crypto/urandom_test"]
14 },
15 {
Adam Langley7a22a652020-04-07 10:53:24 -070016 "comment": "Without RDRAND",
David Benjaminaadb4632020-01-16 18:25:37 -050017 "cmd": ["crypto/urandom_test"],
18 "env": ["OPENSSL_ia32cap=~0x4000000000000000"]
19 },
20 {
Adam Langley7a22a652020-04-07 10:53:24 -070021 "comment": "Potentially with RDRAND, but not Intel",
22 "cmd": ["crypto/urandom_test"],
23 "env": ["OPENSSL_ia32cap=~0x0000000040000000"]
24 },
25 {
26 "comment": "Potentially with RDRAND, and forced to Intel",
27 "cmd": ["crypto/urandom_test"],
28 "env": ["OPENSSL_ia32cap=|0x0000000040000000"]
29 },
30 {
David Benjaminb1086cd2019-02-01 00:45:23 +000031 "comment": "No RDRAND and without WIPEONFORK",
32 "cmd": ["crypto/urandom_test"],
33 "env": ["OPENSSL_ia32cap=~0x4000000000000000", "BORINGSSL_IGNORE_MADV_WIPEONFORK=1"]
34 },
35 {
36 "comment": "Potentially with RDRAND, but not Intel, and no WIPEONFORK",
37 "cmd": ["crypto/urandom_test"],
38 "env": ["OPENSSL_ia32cap=~0x0000000040000000", "BORINGSSL_IGNORE_MADV_WIPEONFORK=1"]
39 },
40 {
David Benjaminaadb4632020-01-16 18:25:37 -050041 "cmd": ["crypto/crypto_test", "--fork_unsafe_buffering", "--gtest_filter=RandTest.*:-RandTest.Fork"]
42 },
43 {
44 "cmd": ["decrepit/decrepit_test"]
45 },
46 {
47 "cmd": ["ssl/ssl_test"]
48 }
Adam Langley117da412015-06-10 17:32:25 -070049]