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