| OLD | NEW |
| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 ['win'], bug=478572) | 246 ['win'], bug=478572) |
| 247 | 247 |
| 248 # Win NVIDIA failures | 248 # Win NVIDIA failures |
| 249 self.Flaky('conformance/textures/misc/texture-npot-video.html', | 249 self.Flaky('conformance/textures/misc/texture-npot-video.html', |
| 250 ['win', 'nvidia', 'no_passthrough'], bug=626524) | 250 ['win', 'nvidia', 'no_passthrough'], bug=626524) |
| 251 self.Flaky('conformance/textures/misc/texture-upload-size.html', | 251 self.Flaky('conformance/textures/misc/texture-upload-size.html', |
| 252 ['win', 'nvidia'], bug=630860) | 252 ['win', 'nvidia'], bug=630860) |
| 253 self.Fail('conformance/extensions/ext-sRGB.html', | 253 self.Fail('conformance/extensions/ext-sRGB.html', |
| 254 ['win', 'nvidia', 'no_passthrough'], bug=679696) | 254 ['win', 'nvidia', 'no_passthrough'], bug=679696) |
| 255 | 255 |
| 256 # Win10 / NVIDIA Quadro M2000 / D3D9 failures | 256 # Win10 / NVIDIA Quadro P400 / D3D9 failures |
| 257 self.Fail('conformance/canvas/drawingbuffer-static-canvas-test.html', | 257 self.Fail('conformance/canvas/drawingbuffer-static-canvas-test.html', |
| 258 ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754) | 258 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754) |
| 259 self.Fail('conformance/canvas/' + | 259 self.Fail('conformance/canvas/' + |
| 260 'framebuffer-bindings-affected-by-to-data-url.html', | 260 'framebuffer-bindings-affected-by-to-data-url.html', |
| 261 ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754) | 261 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754) |
| 262 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', | 262 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', |
| 263 ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754) | 263 ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754) |
| 264 | |
| 265 | 264 |
| 266 # Win7 / Intel failures | 265 # Win7 / Intel failures |
| 267 self.Fail('conformance/textures/misc/' + | 266 self.Fail('conformance/textures/misc/' + |
| 268 'copy-tex-image-and-sub-image-2d.html', | 267 'copy-tex-image-and-sub-image-2d.html', |
| 269 ['win7', 'intel', 'no_passthrough']) | 268 ['win7', 'intel', 'no_passthrough']) |
| 270 | 269 |
| 271 # Win7 / NVIDIA D3D9 failures | 270 # Win7 / NVIDIA D3D9 failures |
| 272 self.Flaky('conformance/canvas/canvas-test.html', | 271 self.Flaky('conformance/canvas/canvas-test.html', |
| 273 ['win7', 'nvidia', 'd3d9'], bug=690248) | 272 ['win7', 'nvidia', 'd3d9'], bug=690248) |
| 274 | 273 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 self.Flaky('conformance/glsl/matrices/glsl-mat3-construction.html', | 306 self.Flaky('conformance/glsl/matrices/glsl-mat3-construction.html', |
| 308 ['win', 'd3d9'], bug=617148) | 307 ['win', 'd3d9'], bug=617148) |
| 309 self.Skip('conformance/glsl/misc/large-loop-compile.html', | 308 self.Skip('conformance/glsl/misc/large-loop-compile.html', |
| 310 ['win', 'd3d9'], bug=674572) | 309 ['win', 'd3d9'], bug=674572) |
| 311 | 310 |
| 312 # WIN / D3D9 / Intel failures | 311 # WIN / D3D9 / Intel failures |
| 313 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', | 312 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', |
| 314 ['win', 'intel', 'd3d9'], bug=540538) | 313 ['win', 'intel', 'd3d9'], bug=540538) |
| 315 | 314 |
| 316 # WIN / OpenGL / NVIDIA failures | 315 # WIN / OpenGL / NVIDIA failures |
| 316 self.Fail('conformance/textures/misc/texture-size.html', |
| 317 ['win10', ('nvidia', 0x1cb3), 'opengl'], bug=703779) |
| 318 self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html', |
| 319 ['win10', ('nvidia', 0x1cb3), 'opengl'], bug=703779) |
| 320 self.Fail('conformance/textures/misc/texture-size-limit.html', |
| 321 ['win10', ('nvidia', 0x1cb3), 'opengl'], bug=703779) |
| 322 |
| 317 # Mark ANGLE's OpenGL as flaky on Windows Nvidia | 323 # Mark ANGLE's OpenGL as flaky on Windows Nvidia |
| 318 self.Flaky('conformance/*', ['win', 'nvidia', 'opengl'], bug=582083) | 324 self.Flaky('conformance/*', ['win', 'nvidia', 'opengl'], bug=582083) |
| 319 | 325 |
| 320 # Win / OpenGL / AMD failures | 326 # Win / OpenGL / AMD failures |
| 321 self.Skip('conformance/attribs/gl-bindAttribLocation-aliasing.html', | 327 self.Skip('conformance/attribs/gl-bindAttribLocation-aliasing.html', |
| 322 ['win', 'amd', 'opengl'], bug=649824) | 328 ['win', 'amd', 'opengl'], bug=649824) |
| 323 self.Flaky('conformance/attribs/gl-bindAttribLocation-matrix.html', | 329 self.Flaky('conformance/attribs/gl-bindAttribLocation-matrix.html', |
| 324 ['win', ('amd', 0x6779), 'opengl'], bug=649824) | 330 ['win', ('amd', 0x6779), 'opengl'], bug=649824) |
| 325 self.Flaky('conformance/attribs/gl-bindAttribLocation-repeated.html', | 331 self.Flaky('conformance/attribs/gl-bindAttribLocation-repeated.html', |
| 326 ['win', ('amd', 0x6779), 'opengl'], bug=649824) | 332 ['win', ('amd', 0x6779), 'opengl'], bug=649824) |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 | 452 |
| 447 # NVIDIA | 453 # NVIDIA |
| 448 self.Flaky('conformance/extensions/oes-element-index-uint.html', | 454 self.Flaky('conformance/extensions/oes-element-index-uint.html', |
| 449 ['linux', 'nvidia', 'no_passthrough'], bug=524144) | 455 ['linux', 'nvidia', 'no_passthrough'], bug=524144) |
| 450 self.Flaky('conformance/textures/image/' + | 456 self.Flaky('conformance/textures/image/' + |
| 451 'tex-2d-rgb-rgb-unsigned_byte.html', | 457 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 452 ['linux', 'nvidia'], bug=596622) | 458 ['linux', 'nvidia'], bug=596622) |
| 453 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 459 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 454 ['linux', 'nvidia'], bug=672380) | 460 ['linux', 'nvidia'], bug=672380) |
| 455 | 461 |
| 462 # NVIDIA P400 OpenGL |
| 463 self.Fail('conformance/textures/misc/texture-size.html', |
| 464 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779) |
| 465 self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html', |
| 466 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779) |
| 467 self.Fail('conformance/textures/misc/texture-size-limit.html', |
| 468 ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779) |
| 469 |
| 456 # AMD | 470 # AMD |
| 457 self.Flaky('conformance/more/functions/uniformi.html', | 471 self.Flaky('conformance/more/functions/uniformi.html', |
| 458 ['linux', 'amd'], bug=550989) | 472 ['linux', 'amd'], bug=550989) |
| 459 self.Fail('conformance/rendering/clipping-wide-points.html', | 473 self.Fail('conformance/rendering/clipping-wide-points.html', |
| 460 ['linux', 'amd'], bug=642822) | 474 ['linux', 'amd'], bug=642822) |
| 461 | 475 |
| 462 # AMD Radeon 6450 and/or R7 240 | 476 # AMD Radeon 6450 and/or R7 240 |
| 463 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 477 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 464 ['linux', 'amd', 'no_angle'], bug=479260) | 478 ['linux', 'amd', 'no_angle'], bug=479260) |
| 465 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html', | 479 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html', |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 self.Fail('conformance/textures/misc/texture-npot.html', | 768 self.Fail('conformance/textures/misc/texture-npot.html', |
| 755 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) | 769 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) |
| 756 self.Fail('conformance/textures/misc/texture-npot-video.html', | 770 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 757 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) | 771 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) |
| 758 self.Fail('conformance/textures/misc/texture-size.html', | 772 self.Fail('conformance/textures/misc/texture-size.html', |
| 759 ['chromeos', ('intel', 0xa011)], bug=375554) | 773 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 760 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 774 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 761 ['chromeos', ('intel', 0xa011)], bug=375554) | 775 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 762 self.Skip('conformance/uniforms/uniform-default-values.html', | 776 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 763 ['chromeos', ('intel', 0xa011)], bug=375554) | 777 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |