[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
1 file changed
tree: bf44e9e0041dd768c9fa3d92da764b50b0f8c730
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.