Bug 297755
| Summary: | [build.webkit.org][ews-build] The return code from the command executed is not forwarded properly on step run-api-tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | Tools / Tests | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfan2, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=287426 https://bugs.webkit.org/show_bug.cgi?id=270648 |
||
Carlos Alberto Lopez Perez
Since 279232@main and 292611@main the run-api-tests step on the bots is masking the return code from the program executed and always returning zero.
You can see that for example here:
https://ews-build.webkit.org/#/builders/41/builds/69699/steps/16/logs/stdio
Ran 1926 tests of 1930 with 1886 successful
program finished with exit code 0
But exit code should be 40 instead (1926-1886)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/49736
Radar WebKit Bug Importer
<rdar://problem/159398114>
EWS
Committed 300102@main (c5816eb46c58): <https://commits.webkit.org/300102@main>
Reviewed commits have been landed. Closing PR #49736 and removing active labels.