| commit | cf33e5200efc9244ad6e7ca6ad381ba7679882ab | [log] [tgz] |
|---|---|---|
| author | Jayson Adams <shrike@chromium.org> | Thu Feb 16 22:27:03 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 16 22:27:03 2023 |
| tree | 761773656a7c3d9433f367a55d0ac9a1a053dc39 | |
| parent | 15fb8464cfe9dffc01c8d60ff8c7d1af7e7212de [diff] |
[Mac Views Unittests] Fix BFVT_.IgnorePyUnintendedClicksMin for macOS 13 BubbleFrameViewTest.IgnorePossiblyUnintendedClicksMinimize fails on macOS 13 (Ventura). Timing has apparently changed for operations like window miniaturize and deminiaturize to complete natively, causing the test to fail. This cl changes the test to wait for state to finish changing in the native environment before proceeding. Bug: 1373040 --gtest_filter= BubbleFrameViewTest.IgnorePossiblyUnintendedClicksMinimize Test: out/Default/views_unittests \ Change-Id: I7ea01b430efb6507bd74f364b9db8799c1f72486 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4261129 Commit-Queue: Jayson Adams <shrike@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1106468}
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.