Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 12ad3d7

Browse files
Disable an extension in Xvfb to work around errors seen when running Impeller/Vulkan unit tests (#38092)
See flutter/flutter#116130
1 parent 86d7cbf commit 12ad3d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/xvfb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def StartVirtualX(child_build_name, build_dir):
8888
# run the tests even if we didn't start the tests from an X session.
8989
proc = subprocess.Popen([
9090
cmd, display, '-screen', '0', '1280x800x24', '-ac', '-dpi', '96',
91-
'-maxclients', '512'
91+
'-maxclients', '512', '-extension', 'MIT-SHM'
9292
],
9393
stdout=subprocess.PIPE,
9494
stderr=subprocess.STDOUT,

0 commit comments

Comments
 (0)