zephyr/scripts/pylib/twister
Ederson de Souza 9741c25715 twister: More restrictive regex for log markers
Some simulators - like simics - may end up adding extraneous suffixes to
logged lines. This may cause some regex that match too much fail. This
patch fixes two such cases:

  - regex to find RunID changed to only match valid hexadecimal
    characters;
  - regex to match start of testsuite changed to only match valid word
    characters (0-9A-Za-z_).

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2025-05-17 14:11:45 +02:00
..
twisterlib twister: More restrictive regex for log markers 2025-05-17 14:11:45 +02:00
__init__.py twister: Refactor python module to follow PEP8 rules 2025-03-07 19:49:42 +01:00
expr_parser.py twister: add dt_node_prop_enabled support 2024-12-20 18:30:43 +01:00
scl.py