summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorcwallez <cwallez@chromium.org>2016-03-14 15:08:09 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 22:09:39 +0000
commitad670dca1355eb38d5a157290c0674e909a3ab81 (patch)
treecd368401182e4c54954b16af30646cf83e7a48ac /gpu
parentb4dc9337cacb2152671ea1bcfbcbd236d6fbff20 (diff)
downloadchromium_src-ad670dca1355eb38d5a157290c0674e909a3ab81.zip
chromium_src-ad670dca1355eb38d5a157290c0674e909a3ab81.tar.gz
chromium_src-ad670dca1355eb38d5a157290c0674e909a3ab81.tar.bz2
[gpu/config] Extend cubemap exception to 10.9
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}
Diffstat (limited to 'gpu')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 157bb47..7af4986 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.48",
+ "version": "8.49",
"entries": [
{
"id": 1,
@@ -193,7 +193,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"type": "macosx",
"version": {
"op": "<",
- "value": "10.10"
+ "value": "10.9"
}
},
"vendor_id": "0x8086",