Commit 6c913f9d authored by Peng Huang's avatar Peng Huang Committed by Commit Bot

Disable timestamp queries for VMware on Linux

Modify the filter to use gl_vendor and gl_renderer.

Bug: 811661
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I2e1b31abf95c3bd82018fd740c75191c31052682
Reviewed-on: https://chromium-review.googlesource.com/1146760Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577549}
parent 82151579
...@@ -2866,8 +2866,8 @@ ...@@ -2866,8 +2866,8 @@
"os": { "os": {
"type": "linux" "type": "linux"
}, },
"vendor_id": "0x15ad", "gl_vendor": "VMware.*",
"device_id": ["0x0405"], "gl_renderer": "Gallium.*",
"features": [ "features": [
"disable_timestamp_queries" "disable_timestamp_queries"
], ],
......
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