mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Merge remote-tracking branch 'public/pr/2031' into development
This commit is contained in:
commit
3869384ddb
5 changed files with 31 additions and 17 deletions
|
|
@ -420,25 +420,25 @@ OPENSSL="$OPENSSL" OPENSSL_LEGACY="$OPENSSL_LEGACY" GNUTLS_CLI="$GNUTLS_CLI" \
|
|||
ARMC6_CC="$ARMC6_CC" RUN_ARMCC="$RUN_ARMCC" scripts/output_env.sh
|
||||
|
||||
msg "test: recursion.pl" # < 1s
|
||||
tests/scripts/recursion.pl library/*.c
|
||||
record_status tests/scripts/recursion.pl library/*.c
|
||||
|
||||
msg "test: freshness of generated source files" # < 1s
|
||||
tests/scripts/check-generated-files.sh
|
||||
record_status tests/scripts/check-generated-files.sh
|
||||
|
||||
msg "test: doxygen markup outside doxygen blocks" # < 1s
|
||||
tests/scripts/check-doxy-blocks.pl
|
||||
record_status tests/scripts/check-doxy-blocks.pl
|
||||
|
||||
msg "test: check-files.py" # < 1s
|
||||
cleanup
|
||||
tests/scripts/check-files.py
|
||||
record_status tests/scripts/check-files.py
|
||||
|
||||
msg "test/build: declared and exported names" # < 3s
|
||||
cleanup
|
||||
tests/scripts/check-names.sh
|
||||
record_status tests/scripts/check-names.sh
|
||||
|
||||
msg "test: doxygen warnings" # ~ 3s
|
||||
cleanup
|
||||
tests/scripts/doxygen.sh
|
||||
record_status tests/scripts/doxygen.sh
|
||||
|
||||
|
||||
|
||||
|
|
@ -507,10 +507,10 @@ msg "test: RSA_NO_CRT - main suites (inc. selftests) (ASan build)" # ~ 50s
|
|||
make test
|
||||
|
||||
msg "test: RSA_NO_CRT - RSA-related part of ssl-opt.sh (ASan build)" # ~ 5s
|
||||
tests/ssl-opt.sh -f RSA
|
||||
if_build_succeeded tests/ssl-opt.sh -f RSA
|
||||
|
||||
msg "test: RSA_NO_CRT - RSA-related part of compat.sh (ASan build)" # ~ 3 min
|
||||
tests/compat.sh -t RSA
|
||||
if_build_succeeded tests/compat.sh -t RSA
|
||||
|
||||
msg "build: small SSL_OUT_CONTENT_LEN (ASan build)"
|
||||
cleanup
|
||||
|
|
@ -1039,7 +1039,6 @@ for optimization_flag in -O2 -O3 -Ofast -Os; do
|
|||
cleanup
|
||||
make programs CC="$compiler" DEBUG=1 CFLAGS="$optimization_flag"
|
||||
if_build_succeeded gdb -x tests/scripts/test_zeroize.gdb -nw -batch -nx 2>&1 | tee test_zeroize.log
|
||||
if_build_succeeded [ -s test_zeroize.log ]
|
||||
if_build_succeeded grep "The buffer was correctly zeroized" test_zeroize.log
|
||||
if_build_succeeded not grep -i "error" test_zeroize.log
|
||||
rm -f test_zeroize.log
|
||||
|
|
@ -1047,10 +1046,10 @@ for optimization_flag in -O2 -O3 -Ofast -Os; do
|
|||
done
|
||||
|
||||
msg "Lint: Python scripts"
|
||||
tests/scripts/check-python-files.sh
|
||||
record_status tests/scripts/check-python-files.sh
|
||||
|
||||
msg "uint test: generate_test_code.py"
|
||||
./tests/scripts/test_generate_test_code.py
|
||||
record_status ./tests/scripts/test_generate_test_code.py
|
||||
|
||||
################################################################
|
||||
#### Termination
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue