Chromium Code Reviews| Index: gpu/config/gpu_driver_bug_list_json.cc |
| diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc |
| index 827a0b43be6c30fc29d9ee431f4663302328fb6f..9c69cf1b0196c44216d791ee23373694fa94f59c 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| { |
| "name": "gpu driver bug list", |
| // Please update the version number whenever you change this file. |
| - "version": "6.1", |
| + "version": "6.2", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -953,9 +953,13 @@ LONG_STRING_CONST( |
| { |
| "id": 74, |
| "cr_bugs": [278606, 382686], |
| - "description": "Testing EGL sync fences is broken on most Qualcomm drivers", |
| + "description": "Testing EGL sync fences was broken on most Qualcomm drivers", |
| "os": { |
| - "type": "android" |
| + "type": "android", |
| + "version": { |
| + "op": "<=", |
| + "value": "4.4.3" |
| + } |
| }, |
| "gl_vendor": { |
| "op": "beginwith", |
| @@ -993,7 +997,11 @@ LONG_STRING_CONST( |
| "cr_bugs": [371530], |
| "description": "Testing EGL sync fences is broken on IMG", |
|
Zhenyao Mo
2014/06/19 21:37:25
in the same spirit, shouldn't you also change the
no sievers
2014/06/19 21:40:37
Done.
|
| "os": { |
| - "type": "android" |
| + "type": "android", |
| + "version": { |
| + "op": "<=", |
| + "value": "4.4.3" |
| + } |
| }, |
| "gl_vendor": { |
| "op": "beginwith", |
| @@ -1008,7 +1016,11 @@ LONG_STRING_CONST( |
| "cr_bugs": [378691, 373360, 371530], |
| "description": "Testing fences is broken on Mali-400 MP drivers", |
| "os": { |
| - "type": "android" |
| + "type": "android", |
| + "version": { |
| + "op": "<=", |
| + "value": "4.4.3" |
| + } |
| }, |
| "gl_vendor": { |
| "op": "beginwith", |
| @@ -1027,7 +1039,11 @@ LONG_STRING_CONST( |
| "cr_bugs": [378691, 373360, 371530], |
| "description": "Testing fences is broken on Broadcom drivers", |
| "os": { |
| - "type": "android" |
| + "type": "android", |
| + "version": { |
| + "op": "<=", |
| + "value": "4.4.3" |
| + } |
| }, |
| "gl_vendor": { |
| "op": "beginwith", |