mbedtls/tests/scripts
Gilles Peskine 6e2cb64a97 'make test' must fail if Asan fails
When running 'make test' with GNU make, if a test suite program
displays "PASSED", this was automatically counted as a pass. This
would in particular count as passing:
* A test suite with the substring "PASSED" in a test description.
* A test suite where all the test cases succeeded, but the final
  cleanup failed, in particular if a sanitizer reported a memory leak.

Use the test executable's return status instead to determine whether
the test suite passed. It's always 0 on PASSED unless the executable's
cleanup code fails, and it's never 0 on any failure.

Fix ARMmbed/mbed-crypto#303
2020-03-13 15:24:20 +00:00
..
all.sh Asan make builds: avoid sanitizer recovery 2020-03-13 15:24:20 +00:00
basic-build-test.sh Fix basic-build-test.sh to work in different env 2019-11-29 11:05:11 +02:00
check-doxy-blocks.pl
check-files.py Merge remote-tracking branch 'origin/mbedtls-2.16' into baremetal 2019-07-10 11:38:01 +01:00
check-generated-files.sh Add gen_query_config.pl to check-gen-files and bump_version 2019-02-07 10:32:31 +00:00
check-names.sh Merge branch 'mbedtls-2.16' into baremetal 2019-06-04 09:39:51 +02:00
check-python-files.sh Fix pylint errors going uncaught 2019-02-25 21:42:32 +01:00
curves.pl
depends-hashes.pl Adjust depends-hashes.pl to test NO_SHA224 as well 2019-09-09 10:21:30 +02:00
depends-pkalgs.pl depends-pkalgs.pl: Unset all EC curves when testing !MBEDTLS_ECP_C 2019-09-04 16:19:49 +01:00
doxygen.sh
gen_ctr_drbg.pl
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl
generate_test_code.py Silence pylint 2019-02-25 21:42:32 +01:00
generate-afl-tests.sh
key-exchanges.pl
list-enum-consts.pl
list-identifiers.sh Document the scripts behaviour further 2019-04-18 13:18:22 +01:00
list-macros.sh
list-symbols.sh Add Makefile option to exclude TinyCrypt files 2019-11-22 15:09:39 +00:00
mbedtls_test.py Fix some pylint warnings 2020-01-03 13:41:20 +00:00
recursion.pl
run-test-suites.pl 'make test' must fail if Asan fails 2020-03-13 15:24:20 +00:00
tcp_client.pl
test_generate_test_code.py Silence pylint 2019-02-25 21:42:32 +01:00
test_zeroize.gdb Fix #2370, minor typos and spelling mistakes 2019-02-18 14:50:57 +00:00
test-ref-configs.pl
travis-log-failure.sh
whitelist Add whitelist for uECC files for check-names.sh 2019-04-26 16:22:10 +03:00