[roll] Roll fuchsia [tefmocheck] Exclude the LeakSanitizer check from the lsan-test.

This test, if run many times, can sometimes run into a case where the
LSAN EXCEPT BLOCK START/END logs get dropped and thus tefmocheck doesn't
find the except block start/end strings and reports the leak as a
failure. We can try to mitigate this by also adding except blocks for
this test specifically. This doesn't fully fix the issue because the log
can still appear after the test finishes and if the LSAN EXCEPT BLOCK
logs are dropped, tefmocheck will report a failure, but it should help.

Multiply: boot/test/lsan-test
Original-Bug: 462773135
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1433999
Original-Revision: 56e2df8babd9a769c4534736e2c70c3878479318
GitOrigin-RevId: b05776e9a80da3badd4345e1aaf799af38c58d09
Change-Id: I5ed3eb1f99b8f6854f7a3fa3bf9c533dab65d505
1 file changed
tree: a147eb7f3e92787e4378a8eb1e25c3b0d985b978
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.