zephyr/scripts/pylib/twister/twisterlib
Yuval Peress 6bd0b54526 twister: Fix gtest harness
Some platforms prefix extra logging information before the standard
[] blocks so I've added `.\*` to the regex. Also, removed the static
values so they're only referenced using 'self.' and stopped parsing
lines after the FINISHED_PATTERN is matched since some versions of
gTest also print out a test summary after and it's not useful for
the processing.

Signed-off-by: Yuval Peress <peress@google.com>
2023-11-10 16:23:07 -05:00
..
cmakecache.py twister: fixed various pylint issues 2022-07-05 12:06:27 -04:00
config_parser.py twister: Add support for required snippets 2023-09-06 16:40:53 +02:00
coverage.py scripts: coverage: gcovr to ignore negative counters 2023-11-03 07:57:10 -04:00
environment.py twister: report: remove defunct and old option 2023-11-03 09:59:49 +01:00
error.py scripts: Twister ConfigurationError Fix 2023-05-26 05:50:20 -04:00
handlers.py scripts: twister: extend test timeout to get gcov data 2023-10-25 09:57:15 +02:00
hardwaremap.py twister: Use natural sort when generating hardware map 2023-06-17 07:54:46 -04:00
harness.py twister: Fix gtest harness 2023-11-10 16:23:07 -05:00
jobserver.py twister: Implement GNU make jobserver support 2023-01-25 20:06:13 -05:00
log_helper.py twister: improve logging of cmake commands 2022-08-26 08:53:14 +02:00
mixins.py twister: fixed various pylint issues 2022-07-05 12:06:27 -04:00
package.py twister: package artifacts for testing 2023-01-11 10:35:08 -05:00
platform.py twister: support filtering by vendor 2023-09-22 09:29:36 +02:00
quarantine.py twister: Fix quarantine performance issue 2023-10-04 14:49:38 +01:00
reports.py twister: pytest: Improve reporting failed pytest scenarios 2023-11-04 07:39:31 -04:00
runner.py twister: pytest: Improve reporting failed pytest scenarios 2023-11-04 07:39:31 -04:00
size_calc.py kernel: object: rename z_object -> k_object 2023-11-03 11:46:52 +01:00
testinstance.py twister: Add options deciding if paths be included in tests' names 2023-09-29 16:29:16 +02:00
testplan.py twister: report: remove defunct and old option 2023-11-03 09:59:49 +01:00
testsuite.py twister: Add options deciding if paths be included in tests' names 2023-09-29 16:29:16 +02:00
twister_main.py twister: report: remove defunct and old option 2023-11-03 09:59:49 +01:00