Bug 290906
| Summary: | run-jsc-stress-tests --treat-failing-as-flaky should also limit total runtime | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Angelos Oikonomopoulos <angelos> |
| Component: | JavaScriptCore | Assignee: | Angelos Oikonomopoulos <angelos> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Angelos Oikonomopoulos
When we treat failing tests as flaky, we can limit the maximum number of iterations. However, if a test case happens to hang, this multiplies the total runtime since we need to hit the test timeout multiple times. We should be able to cap the amount of time we spend on retries.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Angelos Oikonomopoulos
Pull request: https://github.com/WebKit/WebKit/pull/43452
Radar WebKit Bug Importer
<rdar://problem/148894304>
EWS
Committed 294423@main (4777f045be98): <https://commits.webkit.org/294423@main>
Reviewed commits have been landed. Closing PR #43452 and removing active labels.