You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the logs of component_test_ref_configs on development, a lot of intended test cases are not executed. Contrast with 2.28. For example, with config-thread.h, which focuses on ECJPAKE, both in legacy and PSA mode:
Possibly design and implement a way to ensure this doesn't happen again.
So far, we like the idea that ssl-opt.sh and compat.sh will, by default, complain if all test cases are skipped. (private discussion). This is far from perfect, but it's very easy to do, so it has a high efficacy/cost ratio.
Looking at the logs of
component_test_ref_configs
ondevelopment
, a lot of intended test cases are not executed. Contrast with 2.28. For example, withconfig-thread.h
, which focuses on ECJPAKE, both in legacy and PSA mode:This test case should pass, and does pass in 2.28.
A full log of
all.sh test_ref_configs
on 771fd7d, for convenience and to serve as a reference point: test-ref-configs-771fd7d1dcd19a157812dde9766bb7781e60d075.txtThe goal of this issue is to:
This may be broken up into sub-issues depending on what the initial analysis finds.
The text was updated successfully, but these errors were encountered: