commit | 95c45e0745e1f50a1353def3d4643635364d8450 | [log] [tgz] |
---|---|---|
author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Fri Jan 10 14:18:55 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 10 14:20:08 2025 -0800 |
tree | bf44e9e0041dd768c9fa3d92da764b50b0f8c730 | |
parent | f8cdbde76b2dcaf92911b9be9e4896bdb8d2fe6c [diff] |
[roll] Roll fuchsia [ld][testing] Use explicit ::testing::Sequence in MockLoaderService The ::testing::InSequence object causes all `EXPECT_CALL(...)` on *any* mock object to be sequenced with all others. Instead, use an explicit ::testing::Sequence object belonging to the MockLoaderService and pass this in `.InSequence(...)` on every `EXPECT_CALL(...)` on the mock. That way, expectations are only sequenced with respect to other expectations on the same mock. Since the underlying mock is not exposed by MockLoaderService, it's easy to ensure this is on all (both) its wrapper methods that do an actual `EXPECT_CALL(...)`. Original-Bug: 382340693 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1186315 Original-Revision: 80829e60afb556b3195d36ad9419ea055b87811d GitOrigin-RevId: f862c2c985eccbb5d63166f1d79c64e5102ce135 Change-Id: I75d12d3f70c58b243c653bc90e87438a6432aee7
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.