Skip to content

Commit

Permalink
Disable an extension in Xvfb to work around errors seen when running …
Browse files Browse the repository at this point in the history
…Impeller/Vulkan unit tests (#38092)

See flutter/flutter#116130
  • Loading branch information
jason-simmons committed Dec 6, 2022
1 parent 86d7cbf commit 12ad3d7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 12ad3d7

Please sign in to comment.