Commit e26843bf authored by kainino's avatar kainino Committed by Commit bot

apply workaround from 2272823004 to all mac instead of mac intel

BUG=640506
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2566493005
Cr-Commit-Position: refs/heads/master@{#437692}
parent fe6bb096
...@@ -419,15 +419,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -419,15 +419,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'amd'], bug=645298) ['mac', 'amd'], bug=645298)
# Mac Pro with AMD GPU # Mac Pro with AMD GPU
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
['mac', ('amd', 0x679e)], bug=483282)
self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
['mac', ('amd', 0x679e)], bug=636648) ['mac', ('amd', 0x679e)], bug=636648)
self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html',
['mac', ('amd', 0x679e)], bug=659871) ['mac', ('amd', 0x679e)], bug=659871)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'texturesize.html',
['mac', ('amd', 0x679e)], bug=640506)
self.Fail('deqp/functional/gles3/uniformbuffers/random.html', self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
['mac', ('amd', 0x679e)], bug=618464) ['mac', ('amd', 0x679e)], bug=618464)
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
......
...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ...@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{ {
"name": "gpu driver bug list", "name": "gpu driver bug list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "9.23", "version": "9.24",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1904,7 +1904,6 @@ LONG_STRING_CONST( ...@@ -1904,7 +1904,6 @@ LONG_STRING_CONST(
"os": { "os": {
"type": "macosx" "type": "macosx"
}, },
"vendor_id": "0x8086",
"features": [ "features": [
"reset_base_mipmap_level_before_texstorage" "reset_base_mipmap_level_before_texstorage"
] ]
......
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