| Summary: | http/tests/multipart/invalid-image-data-standalone.html is timing out if it repeats more than 64 times | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | ap, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Fujii Hironori
2023-10-24 19:42:09 PDT
This timeout seems to be reprodusible for Mac with slightly different switches. > Tools/Scripts/run-webkit-tests --debug --no-build --iter=300 --no-retry -v --child=2 -f http/tests/multipart/invalid-image-data-standalone.html [150/300] http/tests/multipart/invalid-image-data-standalone.html passed [151/300] http/tests/multipart/invalid-image-data-standalone.html passed [152/300] http/tests/multipart/invalid-image-data-standalone.html failed unexpectedly (test timed out, text diff) [153/300] http/tests/multipart/invalid-image-data-standalone.html failed unexpectedly (test timed out, text diff) [154/300] http/tests/multipart/invalid-image-data-standalone.html passed [154/300] http/tests/multipart/invalid-image-data-standalone.html passed I'm running layout tests with Mac debug 269557@main. It seems to be reaching the CGI process limit. Replacing wait=100 with wait=3 resolves the problem. |