[roll] Roll fuchsia [dwc3][test] Harden test fixture teardown and early initialization

This addresses state isolation concerns by introducing strict teardown
routines in the test fixture to reset mock MMIO callbacks and explicitly
destroy the driver environment before exiting the test case.

This isolates the test environment and replaces the previous attempt to
zero-initialize DMA buffers, as the flakiness was root-caused to mock
state leakage between parallel test iterations rather than OS-level
memory recycling.

This also adds a safeguard to ~Dwc3 to avoid a panic if early driver
initialization fails before the BTI is fully established.

Original-Original-Bug: b/509735595
Test: fx test dwc3-test --count 500

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1650936
Original-Original-Revision: 03191f5b7b0df6f97e52512ca26ae1961dddd277
GitOrigin-RevId: 7f7931768f7194c5997de9442efef0058dfe68c8
Change-Id: I013b7077a81273d5772a00ea8273626cea0fd9e3
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1682109
Cr-Commit-Position: refs/heads/main@{#195669}
1 file changed
tree: a2d9ccecad86fe274c26bd7759595c818a2b549d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.