Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Chrome check failure stack traces have changed, update the ignore regexes to match them. This generalizes previous regexes to cover the new variants: ``` logging::CheckLogMessage::~CheckLogMessage logging::DCheckLogMessage::~DCheckLogMessage logging::CheckNoreturnError::~CheckNoreturnError logging::NotReachedLogMessage::~NotReachedLogMessage logging::NotReachedNoreturnError::~NotReachedNoreturnError ``` cc @pbos @tsepez for future reference Bug: https://crbug.com/389589679 Co-authored-by: Titouan Rigoudy <[email protected]>
- Loading branch information