[roll] Roll fuchsia [pci] Don't assert if root_ isn't allocated in dtor

OOM testing demonstrated a situation where the Bus ctor path fails to
allocate the root node. In this case we properly assert that it wasn't
allocated in the dtor. This change switches over to verifying
allocations via alloc checker instead, and no longer asserts in the case
that root_ doesn't exist when we tear down the bus.

Original-Bug: 99076
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/674357
Original-Revision: 30de446e571c79405c79145d370bf97b89520183
GitOrigin-RevId: 89db1136d2bc9bb2e62b56c51cb24842639cebab
Change-Id: Ie303e44c0bc3efdbfc125b58e259e3c086512cf6
1 file changed
tree: 39a9b577a2c90264afa56db63ea00c327f3d069d
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.