Skip to content

Commit

Permalink
Valgrind test is now not affected by the environment variable change.
Browse files Browse the repository at this point in the history
(Unless we create a `OPENSSL_cpuid_setup()` function in cpucap.c
and handle the environment variable OPENSSL_armcap.)
  • Loading branch information
nebeid committed Apr 25, 2023
1 parent 1037823 commit f5b5a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/all_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@
"cmd": ["crypto/crypto_test"],
"env": ["OPENSSL_armcap=0x0"],
"target_arch": "arm"
"skip_valgrind": true
},
{
"cmd": ["crypto/crypto_test"],
"env": ["OPENSSL_armcap=0x1"],
"target_arch": "arm"
"skip_valgrind": true
},
{
"cmd": ["crypto/crypto_test"],
"env": ["OPENSSL_armcap=0x3D"],
"target_arch": "arm"
"skip_valgrind": true
},
{
"comment": "Test OPENSSL_ia32cap on crypto_test for x86, as urandom_test is disabled for shared builds on x86",
Expand Down

0 comments on commit f5b5a05

Please sign in to comment.