commit | a750f711c0b66610df529d734299da92a3396a55 | [log] [tgz] |
---|---|---|
author | Joe Mason <joenotcharles@google.com> | Thu Jul 15 14:47:20 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 15 14:47:20 2021 |
tree | 0c22c61c8861aef67ae30886e166a9421acf47e7 | |
parent | 5cde68e40813f9d6ea7ca8f0d017a3fec02e7e48 [diff] |
Re-enable V8DetailedMemoryRequestAnySeqTest.SingleProcessRequest This test was sometimes timing out on Windows even though there is a timer that should prevent the only RunLoop from running forever. I can't reproduce the issue locally. This simplifies the timeout tracking using base::test::ScopedRunLoopTimeout, and adds more local timeouts around every step that looks like it could loop forever, including the test harness setup and teardown. The way if it continues to flake it should hit a ScopedRunLoopTimeout and we can tell which, or continue a top-level test timeout in which case we know there's a deadlock outside a runloop somehow. R=chrisha Bug: 1212792 Change-Id: I9507994f819fd1630a43b14b4a27cca9fc3da696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3027651 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Auto-Submit: Joe Mason <joenotcharles@chromium.org> Reviewed-by: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#901949}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.