[roll] Roll fuchsia [test][vm] Fix race in Pager.EvictionHintsVmar

The EvictionHintsVmar test had previously been modified to account for
a race in a eviction potentially happening on a range marked DONT_NEED.
However, this handling was incompleted and only accounted for 2 out of
the 3 possible scenarios.

This change accounts for all 3 potential outcomes, and refactors the
handling into a single re-usable lambda.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/911552
Original-Revision: bd5271795f143ab3b7c0816f8c83747a9877baf7
GitOrigin-RevId: 1a2233167b8b7a50eb8a47a3b895f2f624065201
Change-Id: Id47ff5d9aec2c7762961da0d955a927167d75b03
1 file changed
tree: dd45e0b34bdfdd7c3626bc07020ac25ca9ad061d
  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.