Gilles Peskine | 9f930e0 | 2024-10-03 17:38:32 +0200 | [diff] [blame^] | 1 | """Outcome file analysis code. |
2 | |||||
3 | This module is the bulk of the code of tests/scripts/analyze_outcomes.py | ||||
4 | in each consuming branch. The consuming script is expected to derive | ||||
5 | the classes with branch-specific customizations such as ignore lists. | ||||
6 | """ | ||||
7 | |||||
8 | # Copyright The Mbed TLS Contributors | ||||
9 | # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later |