@@ -1220,14 +1220,19 @@ component_test_full_cmake_gcc_asan () {
1220
1220
msg " test: main suites (inc. selftests) (full config, ASan build)"
1221
1221
make test
1222
1222
1223
- msg " test: selftest (ASan build)" # ~ 10s
1223
+ msg " test: selftest (full config, ASan build)" # ~ 10s
1224
1224
programs/test/selftest
1225
1225
1226
1226
msg " test: ssl-opt.sh (full config, ASan build)"
1227
1227
tests/ssl-opt.sh
1228
1228
1229
- msg " test: compat.sh (full config, ASan build)"
1230
- tests/compat.sh
1229
+ # Note: the next two invocations cover all compat.sh test cases.
1230
+ # We should use the same here and in basic-build-test.sh.
1231
+ msg " test: compat.sh: default version (full config, ASan build)"
1232
+ tests/compat.sh -e ' ARIA\|CHACHA'
1233
+
1234
+ msg " test: compat.sh: next: ARIA, Chacha (full config, ASan build)"
1235
+ env OPENSSL=" $OPENSSL_NEXT " tests/compat.sh -e ' ^$' -f ' ARIA\|CHACHA'
1231
1236
1232
1237
msg " test: context-info.sh (full config, ASan build)" # ~ 15 sec
1233
1238
tests/context-info.sh
@@ -1241,19 +1246,24 @@ component_test_full_cmake_gcc_asan_new_bignum () {
1241
1246
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
1242
1247
make
1243
1248
1244
- msg " test: main suites (inc. selftests) (full config, ASan build )"
1249
+ msg " test: main suites (inc. selftests) (full config, new bignum, ASan )"
1245
1250
make test
1246
1251
1247
- msg " test: selftest (ASan build )" # ~ 10s
1252
+ msg " test: selftest (full config, new bignum, ASan )" # ~ 10s
1248
1253
programs/test/selftest
1249
1254
1250
- msg " test: ssl-opt.sh (full config, ASan build )"
1255
+ msg " test: ssl-opt.sh (full config, new bignum, ASan )"
1251
1256
tests/ssl-opt.sh
1252
1257
1253
- msg " test: compat.sh (full config, ASan build)"
1254
- tests/compat.sh
1258
+ # Note: the next two invocations cover all compat.sh test cases.
1259
+ # We should use the same here and in basic-build-test.sh.
1260
+ msg " test: compat.sh: default version (full config, new bignum, ASan)"
1261
+ tests/compat.sh -e ' ARIA\|CHACHA'
1255
1262
1256
- msg " test: context-info.sh (full config, ASan build)" # ~ 15 sec
1263
+ msg " test: compat.sh: next: ARIA, Chacha (full config, new bignum, ASan)"
1264
+ env OPENSSL=" $OPENSSL_NEXT " tests/compat.sh -e ' ^$' -f ' ARIA\|CHACHA'
1265
+
1266
+ msg " test: context-info.sh (full config, new bignum, ASan)" # ~ 15 sec
1257
1267
tests/context-info.sh
1258
1268
}
1259
1269
@@ -2171,12 +2181,6 @@ component_test_full_cmake_clang () {
2171
2181
2172
2182
msg " test: ssl-opt.sh default, ECJPAKE, SSL async (full config)" # ~ 1s
2173
2183
tests/ssl-opt.sh -f ' Default\|ECJPAKE\|SSL async private'
2174
-
2175
- msg " test: compat.sh NULL (full config)" # ~ 2 min
2176
- tests/compat.sh -e ' ^$' -f ' NULL'
2177
-
2178
- msg " test: compat.sh ARIA + ChachaPoly"
2179
- env OPENSSL=" $OPENSSL_NEXT " tests/compat.sh -e ' ^$' -f ' ARIA\|CHACHA'
2180
2184
}
2181
2185
2182
2186
skip_suites_without_constant_flow () {
@@ -2620,13 +2624,12 @@ component_test_no_psa_crypto_full_cmake_asan() {
2620
2624
msg " test: ssl-opt.sh (full minus PSA crypto)"
2621
2625
tests/ssl-opt.sh
2622
2626
2623
- msg " test: compat.sh default (full minus PSA crypto)"
2624
- tests/compat.sh
2625
-
2626
- msg " test: compat.sh NULL (full minus PSA crypto)"
2627
- tests/compat.sh -f ' NULL'
2627
+ # Note: the next two invocations cover all compat.sh test cases.
2628
+ # We should use the same here and in basic-build-test.sh.
2629
+ msg " test: compat.sh: default version (full minus PSA crypto)"
2630
+ tests/compat.sh -e ' ARIA\|CHACHA'
2628
2631
2629
- msg " test: compat.sh ARIA + ChachaPoly (full minus PSA crypto)"
2632
+ msg " test: compat.sh: next: ARIA, Chacha (full minus PSA crypto)"
2630
2633
env OPENSSL=" $OPENSSL_NEXT " tests/compat.sh -e ' ^$' -f ' ARIA\|CHACHA'
2631
2634
}
2632
2635
0 commit comments