Chromium Code Reviews| Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| index f3c9b93cc1d66354bf34cf19e611e84bfc3b6aef..707c063cce870a12a6d3282050e306c4e712694b 100644 |
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
| @@ -134,9 +134,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| 'framebuffer-completeness-unaffected.html', |
| ['mac'], bug=630800) |
| self.Fail('deqp/functional/gles3/fbocompleteness.html', |
| - ['mac'], bug=630800) |
| - # self.Fail('deqp/functional/gles3/fbocompleteness.html', |
| - # ['mac', ('nvidia', 0xfe9)], bug=616562) |
| + ['mac', ('nvidia', 0xfe9)], bug=616562) |
|
Zhenyao Mo
2016/11/14 19:42:24
Move this to Mac NVidia section
yunchao
2016/11/15 16:21:58
Done.
|
| self.Fail('conformance2/renderbuffers/framebuffer-test.html', |
| ['mac'], bug=641149) |
| @@ -292,6 +290,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| self.Fail('deqp/functional/gles3/shadercommonfunction.html', |
| ['mac', 'amd'], bug=643866) |
| + # self.Fail('deqp/functional/gles3/fbocompleteness.html', |
| + # ['mac', 'amd'], bug=483282) |
|
Zhenyao Mo
2016/11/14 19:42:24
Let's add a workaround entry for Mac AMD where OSX
yunchao
2016/11/15 16:21:58
It can pass on Mac AMD without any extra code. I h
|
| self.Fail('deqp/functional/gles3/multisample.html', |
| ['mac', 'amd'], bug=617290) |
| self.Fail('deqp/functional/gles3/primitiverestart/00.html', |