| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754) | 129 ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754) |
| 130 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', | 130 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', |
| 131 ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754) | 131 ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754) |
| 132 | 132 |
| 133 | 133 |
| 134 # Win7 / Intel failures | 134 # Win7 / Intel failures |
| 135 self.Fail('conformance/textures/misc/' + | 135 self.Fail('conformance/textures/misc/' + |
| 136 'copy-tex-image-and-sub-image-2d.html', | 136 'copy-tex-image-and-sub-image-2d.html', |
| 137 ['win7', 'intel', 'no_passthrough']) | 137 ['win7', 'intel', 'no_passthrough']) |
| 138 | 138 |
| 139 # Win7 / NVIDIA D3D9 failures |
| 140 self.Flaky('conformance/canvas/canvas-test.html', |
| 141 ['win7', 'nvidia', 'd3d9'], bug=690248) |
| 142 |
| 139 # Win / Intel HD 530 failures | 143 # Win / Intel HD 530 failures |
| 140 self.Fail('conformance/canvas/to-data-url-test.html', | 144 self.Fail('conformance/canvas/to-data-url-test.html', |
| 141 ['win', 'intel'], bug=680797) | 145 ['win', 'intel'], bug=680797) |
| 142 | 146 |
| 143 # Win / AMD flakiness seen on new tryservers. | 147 # Win / AMD flakiness seen on new tryservers. |
| 144 # It's unfortunate that this suppression needs to be so broad, but | 148 # It's unfortunate that this suppression needs to be so broad, but |
| 145 # basically any test that uses readPixels is potentially flaky, and | 149 # basically any test that uses readPixels is potentially flaky, and |
| 146 # it's infeasible to suppress individual failures one by one. | 150 # it's infeasible to suppress individual failures one by one. |
| 147 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) | 151 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) |
| 148 | 152 |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 self.Skip('conformance/more/functions/bindBufferBadArgs.html', | 574 self.Skip('conformance/more/functions/bindBufferBadArgs.html', |
| 571 ['android', 'android-webview-shell', | 575 ['android', 'android-webview-shell', |
| 572 ('qualcomm', 'Adreno (TM) 420')], bug=499874) | 576 ('qualcomm', 'Adreno (TM) 420')], bug=499874) |
| 573 self.Fail('conformance/rendering/gl-scissor-test.html', | 577 self.Fail('conformance/rendering/gl-scissor-test.html', |
| 574 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 578 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 575 self.Fail('conformance/rendering/gl-viewport-test.html', | 579 self.Fail('conformance/rendering/gl-viewport-test.html', |
| 576 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) | 580 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) |
| 577 self.Fail('conformance/textures/misc/' + | 581 self.Fail('conformance/textures/misc/' + |
| 578 'copy-tex-image-and-sub-image-2d.html', | 582 'copy-tex-image-and-sub-image-2d.html', |
| 579 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 583 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 580 self.Flaky('conformance/uniforms/uniform-samplers-test.html', | 584 self.Fail('conformance/uniforms/uniform-samplers-test.html', |
| 581 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=663071) | 585 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=663071) |
| 582 self.Fail('WebglExtension_EXT_sRGB', | 586 self.Fail('WebglExtension_EXT_sRGB', |
| 583 ['android', | 587 ['android', |
| 584 ('qualcomm', 'Adreno (TM) 420'), ('qualcomm', 'Adreno (TM) 430')]) | 588 ('qualcomm', 'Adreno (TM) 420'), ('qualcomm', 'Adreno (TM) 430')]) |
| 585 | 589 |
| 586 # Nexus 9 | 590 # Nexus 9 |
| 587 self.Fail('deqp/data/gles2/shaders/functions.html', | 591 self.Fail('deqp/data/gles2/shaders/functions.html', |
| 588 ['android', 'nvidia'], bug=478572) | 592 ['android', 'nvidia'], bug=478572) |
| 589 self.Skip('conformance/extensions/oes-texture-float-with-video.html', | 593 self.Skip('conformance/extensions/oes-texture-float-with-video.html', |
| 590 ['android', 'nvidia'], bug=499555) # flaky | 594 ['android', 'nvidia'], bug=499555) # flaky |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 self.Fail('conformance/textures/misc/texture-npot.html', | 693 self.Fail('conformance/textures/misc/texture-npot.html', |
| 690 ['chromeos', ('intel', 0xa011)], bug=375554) | 694 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 691 self.Fail('conformance/textures/misc/texture-npot-video.html', | 695 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 692 ['chromeos', ('intel', 0xa011)], bug=375554) | 696 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 693 self.Fail('conformance/textures/misc/texture-size.html', | 697 self.Fail('conformance/textures/misc/texture-size.html', |
| 694 ['chromeos', ('intel', 0xa011)], bug=375554) | 698 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 695 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 699 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 696 ['chromeos', ('intel', 0xa011)], bug=375554) | 700 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 697 self.Skip('conformance/uniforms/uniform-default-values.html', | 701 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 698 ['chromeos', ('intel', 0xa011)], bug=375554) | 702 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |