blob: 84b83eb81b1877a3f1443d3aca65141f7a0b82d5 [file] [log] [blame]
Gilles Peskine9f930e02024-10-03 17:38:32 +02001"""Outcome file analysis code.
2
3This module is the bulk of the code of tests/scripts/analyze_outcomes.py
4in each consuming branch. The consuming script is expected to derive
5the 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