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): | 9 def __init__(self, conformance_path): |
| 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) | 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 199 # This is due to "centroid out" / "in" mismatch. | 199 # This is due to "centroid out" / "in" mismatch. |
| 200 self.Fail('deqp/data/gles3/shaders/qualification_order.html', | 200 self.Fail('deqp/data/gles3/shaders/qualification_order.html', |
| 201 ['mac'], bug=483282) | 201 ['mac'], bug=483282) |
| 202 | 202 |
| 203 self.Fail('conformance2/renderbuffers/framebuffer-test.html', | 203 self.Fail('conformance2/renderbuffers/framebuffer-test.html', |
| 204 ['mac'], bug=641149) | 204 ['mac'], bug=641149) |
| 205 | 205 |
| 206 self.Fail('deqp/functional/gles3/fbomultisample*', | 206 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 207 ['mac'], bug=641209) | 207 ['mac'], bug=641209) |
| 208 | 208 |
| 209 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', | |
|
Zhenyao Mo
2016/08/29 23:36:50
What about Intel mesa? Should tests also pass the
yunchao
2016/08/31 09:18:44
Yes. With this change applied, test cases of frame
| |
| 210 ['mac'], bug=483282) | |
| 211 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', | |
| 212 ['mac'], bug=483282) | |
| 213 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', | |
| 214 ['mac'], bug=483282) | |
| 215 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', | |
| 216 ['mac'], bug=483282) | |
| 217 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', | |
| 218 ['mac'], bug=483282) | |
| 219 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html', | |
| 220 ['mac'], bug=483282) | |
| 221 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html', | |
| 222 ['mac'], bug=483282) | |
| 223 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html', | |
| 224 ['mac'], bug=483282) | |
| 225 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html', | |
| 226 ['mac'], bug=483282) | |
| 227 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', | 209 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', |
|
yunchao
2016/08/29 14:33:47
These cases failed because of out-of-bounds blitin
| |
| 228 ['mac'], bug=483282) | 210 ['mac'], bug=483282) |
| 229 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', | |
| 230 ['mac'], bug=483282) | |
| 231 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', | 211 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', |
| 232 ['mac'], bug=483282) | 212 ['mac'], bug=483282) |
| 233 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', | 213 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', |
| 234 ['mac'], bug=483282) | 214 ['mac'], bug=483282) |
| 235 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', | |
| 236 ['mac'], bug=483282) | |
| 237 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', | 215 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', |
| 238 ['mac'], bug=483282) | 216 ['mac'], bug=483282) |
| 239 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', | |
| 240 ['mac'], bug=483282) | |
| 241 self.Fail('deqp/functional/gles3/framebufferblit/' + | 217 self.Fail('deqp/functional/gles3/framebufferblit/' + |
| 242 'default_framebuffer_*.html', | 218 'default_framebuffer_*.html', |
| 243 ['mac'], bug=483282) | 219 ['mac'], bug=483282) |
| 244 | 220 |
| 245 # Mac Retina NVIDIA | 221 # Mac Retina NVIDIA |
| 246 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', | 222 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', |
| 247 ['mac', ('nvidia', 0xfe9)], bug=483282) | 223 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 248 self.Flaky( | 224 self.Flaky( |
| 249 'conformance/extensions/webgl-compressed-texture-size-limit.html', | 225 'conformance/extensions/webgl-compressed-texture-size-limit.html', |
| 250 ['mac', ('nvidia', 0xfe9)], bug=483282) | 226 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 251 self.Fail('conformance/programs/' + | 227 self.Fail('conformance/programs/' + |
| 252 'gl-bind-attrib-location-long-names-test.html', | 228 'gl-bind-attrib-location-long-names-test.html', |
| 253 ['mac', ('nvidia', 0xfe9)], bug=483282) | 229 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 254 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', | 230 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', |
| 255 ['mac', ('nvidia', 0xfe9)], bug=483282) | 231 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 256 self.Fail('conformance2/glsl3/loops-with-side-effects.html', | 232 self.Fail('conformance2/glsl3/loops-with-side-effects.html', |
| 257 ['mac', ('nvidia', 0xfe9)], bug=483282) | 233 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 258 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 234 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
| 259 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) | 235 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) |
| 236 | |
| 237 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', | |
| 238 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 239 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', | |
| 240 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 241 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', | |
| 242 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 243 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', | |
| 244 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 245 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', | |
| 246 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 247 self.Fail('deqp/functional/gles3/framebufferblit/conversion_12.html', | |
| 248 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 249 self.Fail('deqp/functional/gles3/framebufferblit/conversion_13.html', | |
| 250 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 251 self.Fail('deqp/functional/gles3/framebufferblit/conversion_18.html', | |
| 252 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 253 self.Fail('deqp/functional/gles3/framebufferblit/conversion_25.html', | |
| 254 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 255 self.Fail('deqp/functional/gles3/framebufferblit/conversion_29.html', | |
| 256 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 257 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', | |
| 258 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
| 259 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', | |
| 260 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
|
yunchao
2016/08/29 14:33:47
The bots show that GPU info is Intel Iris OpenGL 4
| |
| 261 | |
| 260 self.Fail('deqp/functional/gles3/pixelbufferobject.html', | 262 self.Fail('deqp/functional/gles3/pixelbufferobject.html', |
| 261 ['mac', ('nvidia', 0xfe9)], bug=483282) | 263 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 262 self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', | 264 self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', |
| 263 ['mac', ('nvidia', 0xfe9)], bug=483282) | 265 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 264 self.Fail('deqp/functional/gles3/shaderindexing/varying.html', | 266 self.Fail('deqp/functional/gles3/shaderindexing/varying.html', |
| 265 ['mac', ('nvidia', 0xfe9)], bug=483282) | 267 ['mac', ('nvidia', 0xfe9)], bug=483282) |
| 266 self.Fail('deqp/functional/gles3/texturespecification/' + | 268 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 267 'basic_copyteximage2d.html', | 269 'basic_copyteximage2d.html', |
| 268 ['mac', ('nvidia', 0xfe9)], bug=620067) | 270 ['mac', ('nvidia', 0xfe9)], bug=620067) |
| 269 self.Fail('deqp/functional/gles3/texturespecification/' + | 271 self.Fail('deqp/functional/gles3/texturespecification/' + |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 874 # self.Fail(page_name, | 876 # self.Fail(page_name, |
| 875 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 877 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 876 # self.Fail(page_name, | 878 # self.Fail(page_name, |
| 877 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 879 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 878 | 880 |
| 879 # Conflicts if between a generic os condition and a specific version | 881 # Conflicts if between a generic os condition and a specific version |
| 880 # self.Fail(page_name, | 882 # self.Fail(page_name, |
| 881 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 883 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 882 # self.Fail(page_name, | 884 # self.Fail(page_name, |
| 883 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 885 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |