Commit 1c383430 authored by ccameron's avatar ccameron Committed by Commit bot

Blacklist Intel GM865/GL960 on Mac OS 10.6

Far and away the top crasher.

BUG=421641

Review URL: https://codereview.chromium.org/641213002

Cr-Commit-Position: refs/heads/master@{#298997}
parent d013a1ff
......@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
"version": "9.10",
"version": "9.11",
"entries": [
{
"id": 1,
......@@ -1148,6 +1148,23 @@ LONG_STRING_CONST(
"accelerated_2d_canvas",
"gpu_rasterization"
]
},
{
"id": 103,
"description": "Intel GM965/GL960 crash often on Mac OS 10.6",
"cr_bugs": [421641],
"os": {
"type": "macosx",
"version": {
"op": "=",
"value": "10.6"
}
},
"vendor_id": "0x8086",
"device_id": ["0x2a02"],
"features": [
"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