Bug 306477
| Summary: | [WKCI][GLIB] WK2 EWS logic doesn't handle correctly the case when the step layout-tests-repeat-failures (with patch) returns error with a list of flakes but not a list of non-flaky failures. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | New Bugs | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=306102 https://bugs.webkit.org/show_bug.cgi?id=306336 |
||
Carlos Alberto Lopez Perez
This is a follow-up to 306085@main
It seems there is stil an issue with the logic when the step layout-tests-repeat-failures (with patch) returns error and the list of non-flaky failures is empty but there is a list of flakies.
In bug 306336 I tried to fix this on the runner instead making it in that case to exit with non-error but that broke the step "run-layout-tests-in-stress-mode"
So let's fix the EWS code to deal with this use case
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/57439