[roll] Roll fuchsia [minfs] Enable LSan for tests

LSan exception was added for inspector-test, which is actually in
zircon/system/utest/inspector/. So remove the exception.

This unearthed a few leaks in several tests, mostly related to death
situations. Most of the leaks were fixed by moving code outside of the
death lambda. In on situation though (TakeBlockReservationsWithInodeReservationDies)
we were losing ownership of the transaction in the death clause. I
didn't have a good way to fix this, so I ended up keeping track of
the raw pointer to delete it afterwards.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/458937
Original-Revision: 32b39314b0cd2cfac32504739e3a71fe3878ddf1
GitOrigin-RevId: 3d450fd20a215ef6f42cd0563bfa45d5c386b78b
Change-Id: I0667c83980119a78524aef6764fb8855335ff010
1 file changed
tree: 367485c262d5d3a586aff01e2790b107a00bf72c
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.