commit | 6454604ca293d9e6b9bc72744b203538605d9b41 | [log] [tgz] |
---|---|---|
author | Hong Xu <xuhong@chromium.org> | Fri Mar 25 01:45:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 25 01:45:33 2022 |
tree | 47106fb77e07b1440322762fe269f2627fee80bf | |
parent | 6ca9e1a542364b87bad13684f496bd3a57698634 [diff] |
Reland "Add test support for verifying a single record" with fix This reverts commit 24389a9e448f89cdd48d43245fd2a9abd91b85c5. Reason for revert: Fix the access to a temporary memory address. SetMode() should take a reference not a value. Change-Id: I2cbdf63d479a83b7b155c944548b6ad016da0cb2 Original change's description: > Revert "Add test support for verifying a single record" > > This reverts commit 8d7f3df68cde6291f641211d3ae18160c3a1dfc0. > > Reason for revert: <causes test failures on Win7 - https://crbug.com/1310110> > > Original change's description: > > Add test support for verifying a single record > > > > Add test support for directly verifying the validity a single record in a payload. > > > > Bug: b:214040998 > > Change-Id: Id45a19c03f1afd94a1b3f224cf9234578daa3c7b > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3550132 > > Reviewed-by: Leonid Baraz <lbaraz@chromium.org> > > Commit-Queue: Hong Xu <xuhong@google.com> > > Cr-Commit-Position: refs/heads/main@{#985016} > > Bug: b:214040998 > Change-Id: I25f2ca66df5877f4f3f108db6f4fcb722d24bf1a > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3551580 > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> > Reviewed-by: David Bienvenu <davidbienvenu@google.com> > Owners-Override: David Bienvenu <davidbienvenu@google.com> > Commit-Queue: David Bienvenu <davidbienvenu@google.com> > Cr-Commit-Position: refs/heads/main@{#985083} Bug: b:214040998 Change-Id: I948e0d6d85142b2db4d73fce48fb93f79daea73c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3551638 Reviewed-by: Leonid Baraz <lbaraz@chromium.org> Commit-Queue: Hong Xu <xuhong@google.com> Cr-Commit-Position: refs/heads/main@{#985131}
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.