commit | 5ccc61c8c0517f74bc3dc33b48b958f6ed6bdd5f | [log] [tgz] |
---|---|---|
author | Wez <wez@chromium.org> | Wed Jan 23 03:08:49 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 23 03:08:49 2019 |
tree | 9a0cf4fa4f1accc166cdef1237b44c0787913209 | |
parent | 93f9370aa7b4278efc7ab2c6275f67ef8b41351f [diff] |
Remove ChattyServer ipc_tests, which are slow & unnecessary. These tests were added to guard against chatty synchronous IPC causing Windows' PostMessage() limit being reached, and causing messages to be dropped. Since Chrome IPC now runs over Mojo, and our message pumps do not call PostMessage() on each task, and these tests are slow and timeout on Android & Fuchsia ARM64, just remove the tests. Bug: 734791, 339980 Change-Id: I26c105f3685995e24011bbc90ed9a391833ec4e2 Reviewed-on: https://chromium-review.googlesource.com/c/1424162 Reviewed-by: Ken Rockot <rockot@google.com> Reviewed-by: John Budorick <jbudorick@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#625053}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .