commit | 6089f3480c5036c73464661b3b1b6b82807b56a3 | [log] [tgz] |
---|---|---|
author | Nick Burris <nburris@chromium.org> | Tue Nov 17 21:24:41 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 17 21:24:41 2020 |
tree | e7844ce34df7cb694f0739a4ff6c1625b049c0e8 | |
parent | 900a38a9edf1c99de2ad71c032b5f38a18ba8854 [diff] |
Fix flaky PaymentAppBrowserTest on desktop platforms The call to ClearStoragePartitionData clears ownership of the event data, so it may be corrupt by the time the test JS executes. This patch makes it so the storage partition is cleared at the end of each test rather than before the JS values are read. This does not fix the unrelated ChromeOS flakes which are due to the test timing out only on that platform. Bug: 1129411 Change-Id: Iba8d8575bfb57c5e81a8a420386320c4d7e1d019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521693 Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by: Liquan (Max) Gu <maxlg@chromium.org> Commit-Queue: Nick Burris <nburris@chromium.org> Cr-Commit-Position: refs/heads/master@{#828384}
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 .
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.