Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The gTest harness asssumed that the lines end with the test name, but some gTest implementations include the test duration in the line. Update both the tests and regex to allow this and also avoid capturing characters into the `test_name` that cannot be valid test name chars. Fixes zephyrproject-rtos#72318 (cherry picked from commit 1b51740) Original-Signed-off-by: Yuval Peress <[email protected]> GitOrigin-RevId: 1b51740 Change-Id: Ie03b5687c09bfd054b79253bcbc5e4b081e8aa3c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5675559 Tested-by: ChromeOS Prod (Robot) <[email protected]> Reviewed-by: Fabio Baltieri <[email protected]> Commit-Queue: Fabio Baltieri <[email protected]> Reviewed-by: Eric Yilun Lin <[email protected]>
- Loading branch information