[all-commits] [llvm/llvm-project] 1295e8: [CI] Parse preceeding lines in mismatched failure ...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Dec 4 12:59:55 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1295e87fea7b2e34efc368eee2008501502be9c3
https://github.com/llvm/llvm-project/commit/1295e87fea7b2e34efc368eee2008501502be9c3
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M .ci/generate_test_report_lib.py
M .ci/generate_test_report_lib_test.py
Log Message:
-----------
[CI] Parse preceeding lines in mismatched failure messages (#170703)
In some cases ninja will emit FAILED: lines that are not immediately
after a progress indicator. In these cases we also want to capture the
preceeding context up to the last progress indicator as it is also part
of the error message in the cases that we have seen.
This fixes the rest of #165131.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list