[roll] Roll fuchsia [zircon] Job policy test avoids creating zero-sized physical VMOs

Instead of attempting to create a zero-sized VMO, attempt to create a
1-page VMO.

Even though the creation of this VMO will fail due to the invalid
handle, we are expecting a policy error, not an error related to an
invalid size.

We may soon disallow creating zero-sized physical VMOs. This is related
to our ongoing project of tightening the syscall APIs related to VMO
size.

Original-Bug: 460506492
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1422517
Original-Revision: 9a78239f91c47f4c99ad7a786cb17216caf51390
GitOrigin-RevId: cf06712d865d384c1a2b9e5722bad099bdec0db5
Change-Id: If22abd2f425c608fc03c8fa593f3393b00a93e63
1 file changed
tree: 47aa8e2db469ec0a67e235b69d9d9ea1b8501817
  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.