[roll] Roll fuchsia [vm][utest] Skip some pager-writeback component tests

Some tests in pager-writeback.cc were relying on WaitForBlocked() which
will only be correct when there are no external pagers. So these tests
cannot be run as a component. They cannot be run as a bootfs standalone
test either (which is also true for the rest of the tests in
pager-writeback.cc), so these get run only in unified mode.

Original-Bug: 109851
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/733925
Original-Revision: 8e6617e0581bd2bc3bc9b953480711c6d1433194
GitOrigin-RevId: 07fc9f6aaae2ea683580249c969a717238a205a1
Change-Id: I4ccd892f0decf9ff6495620f1fef7b4acc4a7778
1 file changed
tree: a69862be45631f505345f03ed01a17caa95f00f8
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.