| 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 3713a581c9c115e0f163e341d654370c46fd07d5..6616d89dc63467b61c84e136121d3bce004229d5 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": "8.98",
|
| + "version": "8.99",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1988,6 +1988,21 @@ LONG_STRING_CONST(
|
| "features": [
|
| "add_and_true_to_loop_condition"
|
| ]
|
| + },
|
| + {
|
| + "id": 187,
|
| + "description": "Rewrite do-while loops to simpler constructs on Mac",
|
| + "cr_bugs": [644669],
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "10.11"
|
| + }
|
| + },
|
| + "features": [
|
| + "rewrite_do_while_loops"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|