[roll] Roll fuchsia [vm][test] Fix vmaspace_unified_accessed_test

Fix the unittest to not try to resolve accessed faults on the unified
aspace. The test was written with x86 in mind, where the accessed bit is
set by hardware during the page table walk; there are no accessed
faults. The extra accesses in the test were considered redundant on ARM,
which is mostly true, except for when the accessed bit has been
harvested, and will therefore trigger an accessed fault.

Original-Bug: 483687771
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1528698
Original-Revision: 11dc80aea59c3315e2c6fd28205dbf32624ae456
GitOrigin-RevId: e73e9d12b907ed7d3eafbf38ade052d89cb51b28
Change-Id: I192de2c2c0271cef54c11aa2f4a90d242c4f6646
1 file changed
tree: 015008725ad028d706661b10a83c8c2600c3b909
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 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.