Commit 66866e72 authored by zmo@google.com's avatar zmo@google.com

Blacklist accelerated 2d canvas on linux.

BUG=94250
TEST=tree green, accelerated 2d canvas on software path in linux.
Review URL: http://codereview.chromium.org/7745025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98459 0039d316-1c4b-4281-b951-d872f2087c98
parent 43763f98
......@@ -47,7 +47,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
"version": "1.16",
"version": "1.17",
"entries": [
{
"id": 1,
......@@ -347,6 +347,16 @@
"blacklist": [
"all"
]
},
{
"id": 24,
"description": "Accelerated 2d canvas is unstable in Linux at the moment.",
"os": {
"type": "linux"
},
"blacklist": [
"accelerated_2d_canvas"
]
}
]
}
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