-
Notifications
You must be signed in to change notification settings - Fork 1.5k
extracted single job execution into SingleExecutor / improved testing / do not unconditionally apply colors to output
#4882
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
Conversation
f05b30d to
ea912fe
Compare
|
The changes in the suppression tests only occur in the tests since they are using impossible settings. This also applies to other executor-related tests will be addressed in a later PR. |
|
Seems like I have to fix the color stuff first. |
SingleExecutor / improved testingSingleExecutor / improved testing / do not unconditionally apply colors to output
|
Writing the status through |
31f5fd7 to
46ceb33
Compare
|
Anything left to do here? |
…` or `jointSuppressionReport`
…` clang-tidy warnings
… tests / adjusted tests for changed output behavior
|
I posted the (incomplete) follow-up as #4963. |
This will allow us to use shared more code between the three different executors as well as making them all behave the same in follow-up patches.