Adam Langley | 117da41 | 2015-06-10 17:32:25 -0700 | [diff] [blame] | 1 | [ |
David Benjamin | aadb463 | 2020-01-16 18:25:37 -0500 | [diff] [blame] | 2 | { |
| 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 Langley | 7a22a65 | 2020-04-07 10:53:24 -0700 | [diff] [blame] | 16 | "comment": "Without RDRAND", |
David Benjamin | aadb463 | 2020-01-16 18:25:37 -0500 | [diff] [blame] | 17 | "cmd": ["crypto/urandom_test"], |
| 18 | "env": ["OPENSSL_ia32cap=~0x4000000000000000"] |
| 19 | }, |
| 20 | { |
Adam Langley | 7a22a65 | 2020-04-07 10:53:24 -0700 | [diff] [blame] | 21 | "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 Benjamin | b1086cd | 2019-02-01 00:45:23 +0000 | [diff] [blame] | 31 | "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 Benjamin | aadb463 | 2020-01-16 18:25:37 -0500 | [diff] [blame] | 41 | "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 Langley | 117da41 | 2015-06-10 17:32:25 -0700 | [diff] [blame] | 49 | ] |