commit | bc65b635ddf715a4d0e5b080e5f6035be1b80ded | [log] [tgz] |
---|---|---|
author | Lucas Berthou <berlu@google.com> | Mon Jan 25 18:05:40 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 25 18:05:40 2021 |
tree | 50fda7f2f9e1862880e67feedcf1400c3d129870 | |
parent | 979fac04f1acba9a1436e5821f359ea4f735bd59 [diff] |
[wayland] Add test for protocols version binding Adding a small binary that loops through all the advertised protocols and tries to bind 0 (invalid used to represent null), less than the advertised version (version skew), the advertised version, or higher than the advertised version (invalid, not supported). This then verifies that the client does/n't received an error when expected. As of now some protocol binding don't seem to trigger an error (which might be an issue due to the test not relying on said protocol). BUG: 1151508, 1145642 TEST: adds interface version test to be added as test in subsequent CR Change-Id: I14dea82ba286d7dbd0c55109a12d157e49b1decf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628207 Commit-Queue: Lucas Berthou <berlu@chromium.org> Reviewed-by: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#846767}
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.