Commit 1b0e5784 authored by zmo@google.com's avatar zmo@google.com

Blacklist AMD proprietary Linux driver older than 8.98.

BUG=136240,137785
TEST=
Review URL: https://chromiumcodereview.appspot.com/10829025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148566 0039d316-1c4b-4281-b951-d872f2087c98
parent 49e7a1ab
......@@ -66,7 +66,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
"version": "2.2",
"version": "2.3",
"entries": [
{
"id": 1,
......@@ -115,7 +115,7 @@
{
"id": 5,
"description": "ATI/AMD cards with older or third-party drivers in Linux are crash-prone.",
"cr_bugs": [71381, 76428, 73910, 101225],
"cr_bugs": [71381, 76428, 73910, 101225, 136240],
"os": {
"type": "linux"
},
......@@ -129,7 +129,7 @@
"driver_version": {
"op": ">=",
"style": "lexical",
"number": "8.92"
"number": "8.98"
}
}
],
......@@ -420,7 +420,7 @@
{
"id": 27,
"description": "ATI/AMD cards with older drivers in Linux are crash-prone.",
"cr_bugs": [95934, 94973],
"cr_bugs": [95934, 94973, 136240],
"os": {
"type": "linux"
},
......@@ -437,7 +437,7 @@
"driver_version": {
"op": ">=",
"style": "lexical",
"number": "8.92"
"number": "8.98"
}
}
],
......
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