[roll] Roll fuchsia [nxpfmac] Fix flaky dataplane tests

There was a small chance that dataplane tests would flake during
destruction because a raw pointer access. If the pointer was already
deleted the destructor would access freed memory.

With recent changes to the DataPlane destructor this complicated setup
can be simplified. Now we just need to wait for the async remove watcher
thread to complete after deleting the dataplane. Also use a shared
pointer to the device object to make sure it's kept alive for as long as
needed.

Test: Repeated unit test runs with asan enabled
Original-Bug: 110221
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/729624
Original-Revision: a62628c43b18ee8905c7db8b2ee9d82af820b763
GitOrigin-RevId: be78dfa9d8c7b061e95c598ff93229d5cc48a2cb
Change-Id: I637c1f7066648e95bae9335e9306eee0357a18c8
1 file changed
tree: 4844f76bda48e1ec57c2edab8b0729841379938b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.