Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Disable an extension in Xvfb to work around errors seen when running …
…Impeller/Vulkan unit tests

See flutter/flutter#116130
  • Loading branch information
jason-simmons committed Dec 6, 2022
commit 8d9497b1286ee2d194b3463ce5d55ef4df0dbf4d
2 changes: 1 addition & 1 deletion testing/xvfb.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def StartVirtualX(child_build_name, build_dir):
# run the tests even if we didn't start the tests from an X session.
proc = subprocess.Popen([
cmd, display, '-screen', '0', '1280x800x24', '-ac', '-dpi', '96',
'-maxclients', '512'
'-maxclients', '512', '-extension', 'MIT-SHM'
],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
Expand Down