Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore more check failure stack frames. #4641

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

letitz
Copy link
Collaborator

@letitz letitz commented Jan 24, 2025

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

@letitz letitz requested review from vitorguidi and alhijazi January 24, 2025 18:03
Copy link
Collaborator

@vitorguidi vitorguidi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@alhijazi alhijazi merged commit 0180d11 into google:master Jan 27, 2025
7 checks passed
alhijazi pushed a commit to alhijazi/clusterfuzz that referenced this pull request Jan 27, 2025
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
vitorguidi pushed a commit that referenced this pull request Jan 27, 2025
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]>
@letitz letitz deleted the checkignore branch January 31, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants