Skip to content

Commit 36fc358

Browse files
committed
Remove unnecessary test calls
This commit removes unnecessary components such as ssl-opt.sh, compat.sh and context-info.sh Signed-off-by: Harry Ramsey <[email protected]>
1 parent 18516f9 commit 36fc358

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

tests/scripts/components-sanitizers.sh

-28
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@ component_tf_psa_crypto_test_memsan () {
131131

132132
msg "test: main suites (MSan)" # ~ 10s
133133
make test
134-
135-
msg "test: ssl-opt.sh (MSan)" # ~ 1 min
136-
tests/ssl-opt.sh
137-
138-
# Optional part(s)
139-
140-
if [ "$MEMORY" -gt 0 ]; then
141-
msg "test: compat.sh (MSan)" # ~ 6 min 20s
142-
tests/compat.sh
143-
fi
144134
}
145135

146136
component_tf_psa_crypto_release_test_valgrind () {
@@ -152,24 +142,6 @@ component_tf_psa_crypto_release_test_valgrind () {
152142

153143
msg "test: main suites, Valgrind (default config)"
154144
make memcheck
155-
156-
# Optional parts (slow; currently broken on OS X because programs don't
157-
# seem to receive signals under valgrind on OS X).
158-
# These optional parts don't run on the CI.
159-
if [ "$MEMORY" -gt 0 ]; then
160-
msg "test: ssl-opt.sh --memcheck (default config)"
161-
tests/ssl-opt.sh --memcheck
162-
fi
163-
164-
if [ "$MEMORY" -gt 1 ]; then
165-
msg "test: compat.sh --memcheck (default config)"
166-
tests/compat.sh --memcheck
167-
fi
168-
169-
if [ "$MEMORY" -gt 0 ]; then
170-
msg "test: context-info.sh --memcheck (default config)"
171-
tests/context-info.sh --memcheck
172-
fi
173145
}
174146

175147
component_tf_psa_crypto_release_test_valgrind_psa () {

0 commit comments

Comments
 (0)