forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: fix parameterized gtest result parsing.
Encountered this while working on emulator test failures. The current logic parses parameterized test failures as UNKNOWN because of the GetParam() portion of the log line. This CL updates and documents the regex responsible for parsing those lines. Change-Id: Ia4339a6c03cd928bdd46f1103f0d6964f12935d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990474 Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#729427}
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters