Commit 11476316 authored by zmo@google.com's avatar zmo@google.com

Blacklist Parallels drivers older than 7.

BUG=138105
TEST=unit_tests
Review URL: https://chromiumcodereview.appspot.com/10837054

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149515 0039d316-1c4b-4281-b951-d872f2087c98
parent 1caf93b4
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
{ {
"name": "software rendering list", "name": "software rendering list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "2.5", "version": "2.6",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -676,6 +676,22 @@ ...@@ -676,6 +676,22 @@
"blacklist": [ "blacklist": [
"all" "all"
] ]
},
{
"id": 45,
"description": "Parallels drivers older than 7 are buggy.",
"cr_bugs": [138105],
"os": {
"type": "win"
},
"vendor_id": "0x1ab8",
"driver_version": {
"op": "<",
"number": "7"
},
"blacklist": [
"all"
]
} }
] ]
} }
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