Commit f6a8b2e6 authored by Jiaqi Han's avatar Jiaqi Han Committed by Commit Bot

[Chromecast] Fix GPU process crash in cast_shell_browsertests

The GPU process crash when using headless ozone platform, as
the GPU process tries to access OverlayManager that is not
initialized. Disable overlay for this unittest by setting an
empty --enable-hardware-overlays flag for overlay strategies.

Bug: b/145926049
Test: cast_shell_browsertests
Change-Id: Ia5737bb227023cb9163a688da8553ce24eeedc85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003210Reviewed-by: default avatarDaniel Nicoara <dnicoara@chromium.org>
Commit-Queue: Jiaqi Han <jiaqih@google.com>
Cr-Commit-Position: refs/heads/master@{#732121}
parent 1581cc84
......@@ -147,6 +147,7 @@ cast_test_group("cast_tests") {
"--no-sandbox",
"--enable-local-file-accesses",
"--test-launcher-jobs=1",
"--enable-hardware-overlays=\"\"",
]
gtest_excludes = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment