Lines Matching refs:error
53 # The behavior on an error depends on whether --keep-going (alias -k)
55 # * Without --keep-going: the script stops on the first error without
222 # unless there is an error. This reduces logging overhead in the CI.
279 --error-test Error test mode: run a failing function in addition
286 --no-keep-going Stop at the first error (default).
458 --error-test) error_test=$((error_test + 1));;
653 # This function runs if there is any error in a component.
719 # a reasonably informative error message (not just "$@").
1052 # Show the diff for information. It isn't an error if the diff is
2349 # Note that gcc is required to allow the use of -Wno-error=cpp, which allows us to
2351 make CC=gcc CFLAGS='-O -Werror -Wall -Wextra -Wno-error=cpp' lib programs
2358 make CC=gcc CFLAGS='-O -Werror -Wall -Wextra -Wno-error=deprecated-declarations -Wno-error=cpp -DMBEDTLS_TEST_DEPRECATED' tests
5507 echo '#error "MBEDTLS_CONFIG_FILE is not working"' >"$CONFIG_H"
5527 echo '#error "MBEDTLS_PSA_CRYPTO_CONFIG_FILE is not working"' >"$CRYPTO_CONFIG_H"
6200 # Also ensure that there are no error messages such as
6207 # If ssl-opt.err is non-empty, record an error and keep going.
6274 echo '#error "cmake -DMBEDTLS_CONFIG_FILE is not working."' > "$MBEDTLS_ROOT_DIR/$CONFIG_H"
6303 echo '#error "cmake -DMBEDTLS_CONFIG_FILE is not working."' > "$MBEDTLS_ROOT_DIR/$CONFIG_H"
6336 # auxiliary GDB script. Unfortunately, GDB does not return error values to the
6354 not grep -i "error" test_zeroize.log
6428 # Function invoked by --error-test to test error reporting.
6430 msg "Testing error reporting $error_test_i"
6435 # invalid integer will cause an error in the loop that runs this function.
6437 # Expected error: 'grep non_existent /dev/null -> 1'
6439 # Expected error: '! grep -q . tests/scripts/all.sh -> 1'
6441 # Expected error: 'make unknown_target -> 2'
6461 # Run the component in a subshell, with error trapping and output