Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Side by Side Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 2843803002: Suppress limits_gl_max_texture_dimensions on P400. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import os 4 import os
5 5
6 from gpu_tests.gpu_test_expectations import GpuTestExpectations 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations
7 7
8 # See the GpuTestExpectations class for documentation. 8 # See the GpuTestExpectations class for documentation.
9 9
10 class WebGLConformanceExpectations(GpuTestExpectations): 10 class WebGLConformanceExpectations(GpuTestExpectations):
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ['win', 'nvidia'], bug=630860) 279 ['win', 'nvidia'], bug=630860)
280 self.Fail('conformance/extensions/ext-sRGB.html', 280 self.Fail('conformance/extensions/ext-sRGB.html',
281 ['win', 'nvidia', 'no_passthrough'], bug=679696) 281 ['win', 'nvidia', 'no_passthrough'], bug=679696)
282 282
283 # Win10 / NVIDIA Quadro P400 / D3D9 failures 283 # Win10 / NVIDIA Quadro P400 / D3D9 failures
284 self.Fail('conformance/canvas/drawingbuffer-static-canvas-test.html', 284 self.Fail('conformance/canvas/drawingbuffer-static-canvas-test.html',
285 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754) 285 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
286 self.Fail('conformance/canvas/' + 286 self.Fail('conformance/canvas/' +
287 'framebuffer-bindings-affected-by-to-data-url.html', 287 'framebuffer-bindings-affected-by-to-data-url.html',
288 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754) 288 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
289 self.Fail('conformance/limits/gl-max-texture-dimensions.html',
290 ['win10', ('nvidia', 0x1cb3)], bug=715001)
289 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', 291 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
290 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754) 292 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
291 293
292 # Win7 / Intel failures 294 # Win7 / Intel failures
293 self.Fail('conformance/textures/misc/' + 295 self.Fail('conformance/textures/misc/' +
294 'copy-tex-image-and-sub-image-2d.html', 296 'copy-tex-image-and-sub-image-2d.html',
295 ['win7', 'intel', 'no_passthrough']) 297 ['win7', 'intel', 'no_passthrough'])
296 298
297 # Win7 / NVIDIA D3D9 failures 299 # Win7 / NVIDIA D3D9 failures
298 self.Flaky('conformance/canvas/canvas-test.html', 300 self.Flaky('conformance/canvas/canvas-test.html',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 # NVIDIA 467 # NVIDIA
466 self.Flaky('conformance/extensions/oes-element-index-uint.html', 468 self.Flaky('conformance/extensions/oes-element-index-uint.html',
467 ['linux', 'nvidia', 'no_passthrough'], bug=524144) 469 ['linux', 'nvidia', 'no_passthrough'], bug=524144)
468 self.Flaky('conformance/textures/image/' + 470 self.Flaky('conformance/textures/image/' +
469 'tex-2d-rgb-rgb-unsigned_byte.html', 471 'tex-2d-rgb-rgb-unsigned_byte.html',
470 ['linux', 'nvidia'], bug=596622) 472 ['linux', 'nvidia'], bug=596622)
471 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 473 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
472 ['linux', 'nvidia'], bug=672380) 474 ['linux', 'nvidia'], bug=672380)
473 475
474 # NVIDIA P400 OpenGL 476 # NVIDIA P400 OpenGL
477 self.Fail('conformance/limits/gl-max-texture-dimensions.html',
478 ['linux', ('nvidia', 0x1cb3)], bug=715001)
475 self.Fail('conformance/textures/misc/texture-size.html', 479 self.Fail('conformance/textures/misc/texture-size.html',
476 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779) 480 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
477 self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html', 481 self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html',
478 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779) 482 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
479 self.Fail('conformance/textures/misc/texture-size-limit.html', 483 self.Fail('conformance/textures/misc/texture-size-limit.html',
480 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779) 484 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
481 485
482 # AMD 486 # AMD
483 self.Flaky('conformance/more/functions/uniformi.html', 487 self.Flaky('conformance/more/functions/uniformi.html',
484 ['linux', 'amd'], bug=550989) 488 ['linux', 'amd'], bug=550989)
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 self.Fail('conformance/textures/misc/texture-npot.html', 787 self.Fail('conformance/textures/misc/texture-npot.html',
784 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 788 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
785 self.Fail('conformance/textures/misc/texture-npot-video.html', 789 self.Fail('conformance/textures/misc/texture-npot-video.html',
786 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 790 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
787 self.Fail('conformance/textures/misc/texture-size.html', 791 self.Fail('conformance/textures/misc/texture-size.html',
788 ['chromeos', ('intel', 0xa011)], bug=375554) 792 ['chromeos', ('intel', 0xa011)], bug=375554)
789 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 793 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
790 ['chromeos', ('intel', 0xa011)], bug=375554) 794 ['chromeos', ('intel', 0xa011)], bug=375554)
791 self.Skip('conformance/uniforms/uniform-default-values.html', 795 self.Skip('conformance/uniforms/uniform-default-values.html',
792 ['chromeos', ('intel', 0xa011)], bug=375554) 796 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698