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

testrunner: small TestSimplifyTokens cleanup / fixed valueflow message suppression / improved ignoring of output #6243

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

firewave
Copy link
Collaborator

@firewave firewave commented Apr 5, 2024

No description provided.

@firewave
Copy link
Collaborator Author

firewave commented Apr 5, 2024

All these (obsolete) bools in the signatures gave me headaches in an upcoming refactoring.

std::string line;
while (std::getline(istr2,line)) {
if (line.find("bailout") == std::string::npos)
{} // TODO mErrout << line << "\n";
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This actually suppressed all possible messages.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I found more of this which still needs fixing.

@firewave firewave changed the title small TestSimplifyTokens cleanup testrunner: small TestSimplifyTokens cleanup / fixed valueflow message suppression Apr 5, 2024
@firewave firewave marked this pull request as draft April 5, 2024 23:29
@firewave firewave force-pushed the test-tokens branch 2 times, most recently from ff05346 to cf750cb Compare April 6, 2024 16:45
@firewave firewave changed the title testrunner: small TestSimplifyTokens cleanup / fixed valueflow message suppression testrunner: small TestSimplifyTokens cleanup / fixed valueflow message suppression / improved ignoring of output Apr 6, 2024
@firewave firewave marked this pull request as ready for review April 6, 2024 16:45
@chrchr-github chrchr-github merged commit bd8cb94 into danmar:main Apr 8, 2024
64 checks passed
@firewave firewave deleted the test-tokens branch April 8, 2024 10:12
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.

2 participants