Update worker tests to avoid hitting memory limits.
https://chromium-review.googlesource.com/c/chromium/src/+/641992, the fix for crbug.com/752185, causes the following layout tests: * fast/workers/worker-exception-during-navigation.html * fast/workers/worker-multi-startup.html * http/tests/workers/terminate-during-sync-operation-file.html * http/tests/workers/terminate-during-sync-operation-filesystem.html * virtual/mojo-loading/http/tests/workers/terminate-during-sync-operation-file.html * virtual/mojo-loading/http/tests/workers/terminate-during-sync-operation-filesystem.html to hit per-process memory limits on Linux. Fix by reducing the number of workers created in the tests from 30 to 20. See https://bugs.chromium.org/p/chromium/issues/detail?id=752185#c61 for an explanation. BUG=752185 TEST=Layout tests pass with related change. Change-Id: Ic0ebaaaad01ce05be5ca88214172d6141f57c2f0 Reviewed-on: https://chromium-review.googlesource.com/685718 Commit-Queue: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#505032}
Showing
Please register or sign in to comment