File tree 1 file changed +0
-28
lines changed
1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -131,16 +131,6 @@ component_tf_psa_crypto_test_memsan () {
131
131
132
132
msg " test: main suites (MSan)" # ~ 10s
133
133
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
144
134
}
145
135
146
136
component_tf_psa_crypto_release_test_valgrind () {
@@ -152,24 +142,6 @@ component_tf_psa_crypto_release_test_valgrind () {
152
142
153
143
msg " test: main suites, Valgrind (default config)"
154
144
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
173
145
}
174
146
175
147
component_tf_psa_crypto_release_test_valgrind_psa () {
You can’t perform that action at this time.
0 commit comments