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

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

Issue 2620563002: Skip gl_uniform_arrays on Win Debug Intel (Closed)
Patch Set: Created 3 years, 11 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ['win', 'nvidia'], bug=630860) 136 ['win', 'nvidia'], bug=630860)
137 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 137 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
138 ['win', 'nvidia'], bug=672380) 138 ['win', 'nvidia'], bug=672380)
139 139
140 # Win7 / Intel failures 140 # Win7 / Intel failures
141 self.Fail('conformance/textures/misc/' + 141 self.Fail('conformance/textures/misc/' +
142 'copy-tex-image-and-sub-image-2d.html', 142 'copy-tex-image-and-sub-image-2d.html',
143 ['win7', 'intel', 'no_passthrough']) 143 ['win7', 'intel', 'no_passthrough'])
144 144
145 # Win / Intel failures 145 # Win / Intel failures
146 self.Flaky('conformance/uniforms/gl-uniform-arrays.html', 146 self.Skip('conformance/uniforms/gl-uniform-arrays.html',
147 ['win', 'debug', 'intel'], bug=678382) 147 ['win', 'debug', 'intel'], bug=678382)
148 148
149 # Win / AMD flakiness seen on new tryservers. 149 # Win / AMD flakiness seen on new tryservers.
150 # It's unfortunate that this suppression needs to be so broad, but 150 # It's unfortunate that this suppression needs to be so broad, but
151 # basically any test that uses readPixels is potentially flaky, and 151 # basically any test that uses readPixels is potentially flaky, and
152 # it's infeasible to suppress individual failures one by one. 152 # it's infeasible to suppress individual failures one by one.
153 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) 153 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419)
154 154
155 # Win AMD failures 155 # Win AMD failures
156 # This test is probably flaky on all AMD, but only visible on the 156 # This test is probably flaky on all AMD, but only visible on the
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 self.Fail('conformance/textures/misc/texture-npot.html', 819 self.Fail('conformance/textures/misc/texture-npot.html',
820 ['chromeos', ('intel', 0xa011)], bug=375554) 820 ['chromeos', ('intel', 0xa011)], bug=375554)
821 self.Fail('conformance/textures/misc/texture-npot-video.html', 821 self.Fail('conformance/textures/misc/texture-npot-video.html',
822 ['chromeos', ('intel', 0xa011)], bug=375554) 822 ['chromeos', ('intel', 0xa011)], bug=375554)
823 self.Fail('conformance/textures/misc/texture-size.html', 823 self.Fail('conformance/textures/misc/texture-size.html',
824 ['chromeos', ('intel', 0xa011)], bug=375554) 824 ['chromeos', ('intel', 0xa011)], bug=375554)
825 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 825 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
826 ['chromeos', ('intel', 0xa011)], bug=375554) 826 ['chromeos', ('intel', 0xa011)], bug=375554)
827 self.Skip('conformance/uniforms/uniform-default-values.html', 827 self.Skip('conformance/uniforms/uniform-default-values.html',
828 ['chromeos', ('intel', 0xa011)], bug=375554) 828 ['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