Skip to content

Commit

Permalink
[gpu/config] Extend cubemap exception to 10.9
Browse files Browse the repository at this point in the history
This will enable the exception for the mac_release_optional trybots
running NVIDIA GPUs. This is necessary because these bots currently use
the workaround list for Intel GPU when running WebGL (fixing this is
TODO). Extending the exception should be safe because the workaround is
older than 2012 and MacOS 10.9 was released in 2014.

BUG=587781
BUG=576219
CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel

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

Cr-Commit-Position: refs/heads/master@{#381082}
  • Loading branch information
Kangz authored and Commit bot committed Mar 14, 2016
1 parent b4dc933 commit ad670dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu/config/gpu_driver_bug_list_json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.48",
"version": "8.49",
"entries": [
{
"id": 1,
Expand Down Expand Up @@ -193,7 +193,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"type": "macosx",
"version": {
"op": "<",
"value": "10.10"
"value": "10.9"
}
},
"vendor_id": "0x8086",
Expand Down

0 comments on commit ad670dc

Please sign in to comment.