Commit b9b7f3af authored by Bo Liu's avatar Bo Liu Committed by Commit Bot

gpu: Expand intel regex on android

From "Intel" to "Intel.*". Follow up to previous change that actually
missed certain edge devices.

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Id3d815dcb7f415955f71c19e4d1c1546ab5f8221
Reviewed-on: https://chromium-review.googlesource.com/673373Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#502925}
parent 34399a4a
{
"name": "gpu driver bug list",
"version": "10.30",
"version": "10.31",
"entries": [
{
"id": 1,
......@@ -786,7 +786,7 @@
"os": {
"type": "android"
},
"gl_vendor": "Intel",
"gl_vendor": "Intel.*",
"gl_renderer": "Intel.*BayTrail",
"features": [
"disable_chromium_framebuffer_multisample"
......@@ -1769,7 +1769,7 @@
"os": {
"type": "android"
},
"gl_vendor": "Intel",
"gl_vendor": "Intel.*",
"gl_renderer": ".*Atom.*x5/x7.*",
"features": [
"gl_clear_broken"
......
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