[roll] Roll fuchsia [vm][test] Fix VMAR alignment test for riscv+asan

The reduced address space of RISC-V along with additional address space
utilization with ASAN means that tests cannot allocate very large VMARs.
A couple of VMAR alignment tests were allocating 8GB VMARs. Reduce this
to 512MB and ignore failures when testing a handful of higher alignment
flags. This allows these tests to exercise some coverage on RISC-V ASAN
builds instead of completely disabling them.

Original-Bug: 132327
Multiply: /boot/test/core-vmar
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/910138
Original-Revision: 86126571423b6bbe189e4e5907ecebfecdaaa5b9
GitOrigin-RevId: aedbc09aed1a244418a151c0d7c406dd974c2c3f
Change-Id: Ia098ee320f1398bb1c413a7bd76ecc768f62f2d1
1 file changed
tree: d6cd9f8d30bdd2163d06689d158b13bb6dc2e34b
  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.