Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s | 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s |
| 5 | 5 |
| 6 # See the GpuTestExpectations class for documentation. | 6 # See the GpuTestExpectations class for documentation. |
| 7 | 7 |
| 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): | 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| 9 def __init__(self, conformance_path, url_prefixes=None): | 9 def __init__(self, conformance_path, url_prefixes=None): |
| 10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 127 self.Flaky('conformance/*', ['win', 'intel'], bug=628395) | 127 self.Flaky('conformance/*', ['win', 'intel'], bug=628395) |
| 128 self.Flaky('conformance2/*', ['win', 'intel'], bug=628395) | 128 self.Flaky('conformance2/*', ['win', 'intel'], bug=628395) |
| 129 self.Flaky('deqp/*', ['win', 'intel'], bug=628395) | 129 self.Flaky('deqp/*', ['win', 'intel'], bug=628395) |
| 130 | 130 |
| 131 # Mac only. | 131 # Mac only. |
| 132 | 132 |
| 133 self.Fail('conformance2/rendering/' + | 133 self.Fail('conformance2/rendering/' + |
| 134 'framebuffer-completeness-unaffected.html', | 134 'framebuffer-completeness-unaffected.html', |
| 135 ['mac'], bug=630800) | 135 ['mac'], bug=630800) |
| 136 self.Fail('deqp/functional/gles3/fbocompleteness.html', | 136 self.Fail('deqp/functional/gles3/fbocompleteness.html', |
| 137 ['mac'], bug=630800) | 137 ['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.
| |
| 138 # self.Fail('deqp/functional/gles3/fbocompleteness.html', | |
| 139 # ['mac', ('nvidia', 0xfe9)], bug=616562) | |
| 140 | 138 |
| 141 self.Fail('conformance2/renderbuffers/framebuffer-test.html', | 139 self.Fail('conformance2/renderbuffers/framebuffer-test.html', |
| 142 ['mac'], bug=641149) | 140 ['mac'], bug=641149) |
| 143 | 141 |
| 144 # Mac Retina NVIDIA | 142 # Mac Retina NVIDIA |
| 145 self.Fail('deqp/functional/gles3/fbomultisample*', | 143 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 146 ['mac', ('nvidia', 0xfe9)], bug=641209) | 144 ['mac', ('nvidia', 0xfe9)], bug=641209) |
| 147 self.Fail('deqp/functional/gles3/framebufferblit/' + | 145 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 148 'default_framebuffer_04.html', | 146 'default_framebuffer_04.html', |
| 149 ['mac', ('nvidia', 0xfe9)], bug=483282) | 147 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 285 ['mac', ('nvidia', 0xfe9)], bug=483282) | 283 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 286 | 284 |
| 287 # Mac AMD | 285 # Mac AMD |
| 288 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', | 286 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', |
| 289 ['mac', 'amd'], bug=643866) | 287 ['mac', 'amd'], bug=643866) |
| 290 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', | 288 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', |
| 291 ['mac', 'amd'], bug=643866) | 289 ['mac', 'amd'], bug=643866) |
| 292 self.Fail('deqp/functional/gles3/shadercommonfunction.html', | 290 self.Fail('deqp/functional/gles3/shadercommonfunction.html', |
| 293 ['mac', 'amd'], bug=643866) | 291 ['mac', 'amd'], bug=643866) |
| 294 | 292 |
| 293 # self.Fail('deqp/functional/gles3/fbocompleteness.html', | |
| 294 # ['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
| |
| 295 self.Fail('deqp/functional/gles3/multisample.html', | 295 self.Fail('deqp/functional/gles3/multisample.html', |
| 296 ['mac', 'amd'], bug=617290) | 296 ['mac', 'amd'], bug=617290) |
| 297 self.Fail('deqp/functional/gles3/primitiverestart/00.html', | 297 self.Fail('deqp/functional/gles3/primitiverestart/00.html', |
| 298 ['mac', 'amd'], bug=598930) | 298 ['mac', 'amd'], bug=598930) |
| 299 self.Fail('deqp/functional/gles3/primitiverestart/01.html', | 299 self.Fail('deqp/functional/gles3/primitiverestart/01.html', |
| 300 ['mac', 'amd'], bug=598930) | 300 ['mac', 'amd'], bug=598930) |
| 301 self.Fail('deqp/functional/gles3/transformfeedback/' + | 301 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| 302 'array_interleaved_lines.html', | 302 'array_interleaved_lines.html', |
| 303 ['mac', 'amd'], bug=483282) | 303 ['mac', 'amd'], bug=483282) |
| 304 self.Fail('deqp/functional/gles3/transformfeedback/' + | 304 self.Fail('deqp/functional/gles3/transformfeedback/' + |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 818 # self.Fail(page_name, | 818 # self.Fail(page_name, |
| 819 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 819 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 820 # self.Fail(page_name, | 820 # self.Fail(page_name, |
| 821 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 821 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 822 | 822 |
| 823 # Conflicts if between a generic os condition and a specific version | 823 # Conflicts if between a generic os condition and a specific version |
| 824 # self.Fail(page_name, | 824 # self.Fail(page_name, |
| 825 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 825 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 826 # self.Fail(page_name, | 826 # self.Fail(page_name, |
| 827 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 827 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |