commit | a40126762d6a8d757bfc835f7ee2604fa0237aa7 | [log] [tgz] |
---|---|---|
author | Tom Burgin <bur@google.com> | Mon Mar 18 16:13:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 18 16:13:41 2024 |
tree | 6202686adb1f37f2d46d56b960f9ec4a4c84a213 | |
parent | 191c4a6ae0780e040d8749b200f67e51877f535e [diff] |
views_unittests: fix BridgedNativeWidgetTest on macOS 14 The following tests are failing because the test harness detects an unclosed window. * BridgedNativeWidgetTest.InputContext * BridgedNativeWidgetTest.TextInput_Compose * BridgedNativeWidgetTest.TextInput_DeleteToEndOfParagraph * BridgedNativeWidgetTest.TextInput_NoAcceleratorPinyinSelectWord The unclosed window is of class TUINSWindow and created by TextInputUIMacHelper.framework. We have no control over this window. This CL ignores any TUINSWindow left open. Bug: 329130234 Change-Id: I2262f6d301a9837ae385c83c3527164556896075 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5378085 Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Tom Burgin <bur@google.com> Cr-Commit-Position: refs/heads/main@{#1274193}
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.