[roll] Roll fuchsia [src/test/emulator] Skip PMM crash tests on KASAN builds.

This CL modifies the emulator code to allow for checking whether any
message from a given list is present in the kernel log output.

The PMM Crash tests performs an UAF, which in kasan builds is detected
by the sanitizer instrumentation.

The test now checks whether the kernel has been built with address
sanitizer instrumentation before running, and is skipped if so.

To run this test:

```shell
$ fx test kernel_panic_tests
```

BUG=66578

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/464985
Original-Revision: 4dd08a3f86afa9ecfd14076038e5d93f880ffdfc
GitOrigin-RevId: 72620e70e3188364709555e7949425e9c57a6b4e
Change-Id: Ic37f38ce7093a86beba567ae6e752e4516451005
1 file changed
tree: 2a0016fea441ec4edee0ff2e613362afad3733a5
  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.