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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 self.Fail('deqp/functional/gles3/pixelbufferobject.html', | 274 self.Fail('deqp/functional/gles3/pixelbufferobject.html', |
275 ['mac', ('nvidia', 0xfe9)], bug=483282) | 275 ['mac', ('nvidia', 0xfe9)], bug=483282) |
276 self.Fail('deqp/functional/gles3/shaderstruct.html', | 276 self.Fail('deqp/functional/gles3/shaderstruct.html', |
277 ['mac', ('nvidia', 0xfe9)], bug=483282) | 277 ['mac', ('nvidia', 0xfe9)], bug=483282) |
278 self.Fail('deqp/functional/gles3/shaderswitch.html', | 278 self.Fail('deqp/functional/gles3/shaderswitch.html', |
279 ['mac', ('nvidia', 0xfe9)], bug=483282) | 279 ['mac', ('nvidia', 0xfe9)], bug=483282) |
280 self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', | 280 self.Fail('deqp/functional/gles3/negativevertexarrayapi.html', |
281 ['mac', ('nvidia', 0xfe9)], bug=483282) | 281 ['mac', ('nvidia', 0xfe9)], bug=483282) |
282 self.Fail('deqp/functional/gles3/shaderindexing/varying.html', | 282 self.Fail('deqp/functional/gles3/shaderindexing/varying.html', |
283 ['mac', ('nvidia', 0xfe9)], bug=483282) | 283 ['mac', ('nvidia', 0xfe9)], bug=483282) |
284 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', | |
285 ['mac', ('nvidia', 0xfe9)], bug=483282) | |
286 self.Fail('deqp/functional/gles3/texturespecification/' + | 284 self.Fail('deqp/functional/gles3/texturespecification/' + |
287 'basic_copyteximage2d.html', | 285 'basic_copyteximage2d.html', |
288 ['mac', ('nvidia', 0xfe9)], bug=620067) | 286 ['mac', ('nvidia', 0xfe9)], bug=620067) |
289 self.Fail('deqp/functional/gles3/texturespecification/' + | 287 self.Fail('deqp/functional/gles3/texturespecification/' + |
290 'teximage2d_pbo_2d_00.html', | 288 'teximage2d_pbo_2d_00.html', |
291 ['mac', ('nvidia', 0xfe9)], bug=614174) | 289 ['mac', ('nvidia', 0xfe9)], bug=614174) |
292 self.Fail('deqp/functional/gles3/texturespecification/' + | 290 self.Fail('deqp/functional/gles3/texturespecification/' + |
293 'teximage2d_pbo_2d_01.html', | 291 'teximage2d_pbo_2d_01.html', |
294 ['mac', ('nvidia', 0xfe9)], bug=614174) | 292 ['mac', ('nvidia', 0xfe9)], bug=614174) |
295 self.Fail('deqp/functional/gles3/texturespecification/' + | 293 self.Fail('deqp/functional/gles3/texturespecification/' + |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 self.Fail('deqp/functional/gles3/pixelbufferobject.html', | 386 self.Fail('deqp/functional/gles3/pixelbufferobject.html', |
389 ['mac', 'amd'], bug=483282) | 387 ['mac', 'amd'], bug=483282) |
390 self.Fail('deqp/functional/gles3/primitiverestart/00.html', | 388 self.Fail('deqp/functional/gles3/primitiverestart/00.html', |
391 ['mac', 'amd'], bug=598930) | 389 ['mac', 'amd'], bug=598930) |
392 self.Fail('deqp/functional/gles3/primitiverestart/01.html', | 390 self.Fail('deqp/functional/gles3/primitiverestart/01.html', |
393 ['mac', 'amd'], bug=598930) | 391 ['mac', 'amd'], bug=598930) |
394 self.Fail('deqp/functional/gles3/shadercommonfunction.html', | 392 self.Fail('deqp/functional/gles3/shadercommonfunction.html', |
395 ['mac', 'amd'], bug=483282) | 393 ['mac', 'amd'], bug=483282) |
396 self.Fail('deqp/functional/gles3/transformfeedback/*.html', | 394 self.Fail('deqp/functional/gles3/transformfeedback/*.html', |
397 ['mac', 'amd'], bug=483282) | 395 ['mac', 'amd'], bug=483282) |
398 | |
399 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | |
400 'texturesize.html', | |
401 ['mac', 'amd'], bug=483282) | |
402 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 396 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
403 'textureprojlodoffset.html', | 397 'textureprojlodoffset.html', |
404 ['mac', 'amd'], bug=483282) | 398 ['mac', 'amd'], bug=483282) |
405 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 399 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
406 'textureprojlod.html', | 400 'textureprojlod.html', |
407 ['mac', 'amd'], bug=483282) | 401 ['mac', 'amd'], bug=483282) |
408 self.Fail('deqp/functional/gles3/vertexarrays/' + | 402 self.Fail('deqp/functional/gles3/vertexarrays/' + |
409 'single_attribute.normalize.html', | 403 'single_attribute.normalize.html', |
410 ['mac', 'amd'], bug=483282) | 404 ['mac', 'amd'], bug=483282) |
411 | 405 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 ['mac', 'intel'], bug=483282) | 461 ['mac', 'intel'], bug=483282) |
468 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 462 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
469 'texturegrad.html', | 463 'texturegrad.html', |
470 ['mac', 'intel'], bug=483282) | 464 ['mac', 'intel'], bug=483282) |
471 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 465 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
472 'textureprojgrad.html', | 466 'textureprojgrad.html', |
473 ['mac', 'intel'], bug=483282) | 467 ['mac', 'intel'], bug=483282) |
474 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 468 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
475 'texelfetchoffset.html', | 469 'texelfetchoffset.html', |
476 ['mac', 'intel'], bug=483282) | 470 ['mac', 'intel'], bug=483282) |
477 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | |
478 'texturesize.html', | |
479 ['mac', 'intel'], bug=483282) | |
480 | 471 |
481 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', | 472 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', |
482 ['mac', 'intel'], bug=483282) | 473 ['mac', 'intel'], bug=483282) |
483 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', | 474 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', |
484 ['mac', 'intel'], bug=483282) | 475 ['mac', 'intel'], bug=483282) |
485 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', | 476 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', |
486 ['mac', 'intel'], bug=483282) | 477 ['mac', 'intel'], bug=483282) |
487 | 478 |
488 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 479 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
489 ['mac', 'intel'], bug=483282) | 480 ['mac', 'intel'], bug=483282) |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
895 # self.Fail(page_name, | 886 # self.Fail(page_name, |
896 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 887 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
897 # self.Fail(page_name, | 888 # self.Fail(page_name, |
898 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 889 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
899 | 890 |
900 # Conflicts if between a generic os condition and a specific version | 891 # Conflicts if between a generic os condition and a specific version |
901 # self.Fail(page_name, | 892 # self.Fail(page_name, |
902 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 893 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
903 # self.Fail(page_name, | 894 # self.Fail(page_name, |
904 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 895 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |