commit | a4d98c90bd5ccf9ec055a6b7277d7ab143037438 | [log] [tgz] |
---|---|---|
author | Federica Germinario <fedegermi@google.com> | Tue Sep 17 16:31:08 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 16:31:08 2024 |
tree | 354265f6f8cdde258331984dbabd7c6cbd966baf | |
parent | 17e812ff531e40301547985bda521cf5a2f79c06 [diff] |
[ios] Improve tests using isEqualToArray: and isEqual: Using EXPECT_TRUE with isEqualToArray: and isEqual: (when comparing strings) will not give the value of the two strings in case of test failure. Prefer using EXPECT_NSEQ which will give more data in case of failure. Bug: none Change-Id: Icfeeb2176a649020543299aba95d7b44534b10ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5864330 Auto-Submit: Federica Germinario <fedegermi@google.com> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1356528}
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.