[roll] Roll fuchsia [scenic] Skip tests allocating non-dedicated external memory on FEMU

For FEMU and other devices that don't have UMA architectures, if clients
allocate non-dedicated exportable memory, the ICD cannot determine
the sysmem memory constraints and which sysmem heap to use merely based
on the memoryType, and the test will fail.

Currnetly the only usages of AllocateExportableMemory() are tests.
These tests need to be skipped on FEMU and we should migrate them to
import sysmem BufferCollections instead, which is the current preferred
way to create exportable images / buffers.

Original-Bug: 107082

Test: gfx_unittests, scenic_pixeltests on ToT goldfish-opengl
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711413
Original-Revision: 085180f8d8c223fdc15e52f3afc2a9cab59a24a8
GitOrigin-RevId: 64f730a3646392abb162b5286a56e49401b08bc4
Change-Id: I8f1ed96c521b3c50c10f7c55c963e5c993fbded6
1 file changed
tree: f8cc2388b1c39893425c32a78c8eda38d1f7c7fb
  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.