Skip to content

Commit

Permalink
Remove unnecessary test calls
Browse files Browse the repository at this point in the history
This commit removes unnecessary components such as ssl-opt.sh, compat.sh
and context-info.sh

Signed-off-by: Harry Ramsey <[email protected]>
  • Loading branch information
Harry-Ramsey committed Jan 13, 2025
1 parent 1e60220 commit 9997460
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions tests/scripts/components-sanitizers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,6 @@ component_tf_psa_crypto_test_memsan () {

msg "test: main suites (MSan)" # ~ 10s
make test

msg "test: ssl-opt.sh (MSan)" # ~ 1 min
tests/ssl-opt.sh

# Optional part(s)

if [ "$MEMORY" -gt 0 ]; then
msg "test: compat.sh (MSan)" # ~ 6 min 20s
tests/compat.sh
fi
}

component_tf_psa_crypto_release_test_valgrind () {
Expand All @@ -152,24 +142,6 @@ component_tf_psa_crypto_release_test_valgrind () {

msg "test: main suites, Valgrind (default config)"
make memcheck

# Optional parts (slow; currently broken on OS X because programs don't
# seem to receive signals under valgrind on OS X).
# These optional parts don't run on the CI.
if [ "$MEMORY" -gt 0 ]; then
msg "test: ssl-opt.sh --memcheck (default config)"
tests/ssl-opt.sh --memcheck
fi

if [ "$MEMORY" -gt 1 ]; then
msg "test: compat.sh --memcheck (default config)"
tests/compat.sh --memcheck
fi

if [ "$MEMORY" -gt 0 ]; then
msg "test: context-info.sh --memcheck (default config)"
tests/context-info.sh --memcheck
fi
}

component_tf_psa_crypto_release_test_valgrind_psa () {
Expand Down

0 comments on commit 9997460

Please sign in to comment.