[roll] Roll fuchsia [kernel][core-tests] do not set a debug switch on a non-debug kernel

kernel.pmm.alloc-random-should-wait=true will trigger an assert in
vm/pmm.cc if set on a no-debug-assert kernel (zx_assert_level < 2) for a
good reason, so only set this command line switch appropriately when
running core tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/869857
Original-Revision: 7c72bd8b0d8edb8fe4c6b4f440a5ec49e9c8c0e3
GitOrigin-RevId: 014ef1f92b71b88fafbbe0dcd3470e5d0a41ddf4
Change-Id: I6c2ac366b274bfdb94012ee908ddc333bc18615d
1 file changed
tree: 33767e4cb615c5df956e81c7f7a0859e231b3772
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.