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

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

Issue 2649343002: Roll WebGL 9b0c9de..3c655cc (Closed)
Patch Set: update expectations 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
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 141 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
142 ['win', 'nvidia'], bug=672380) 142 ['win', 'nvidia'], bug=672380)
143 self.Fail('conformance/extensions/ext-sRGB.html', 143 self.Fail('conformance/extensions/ext-sRGB.html',
144 ['win', 'nvidia', 'no_passthrough'], bug=679696) 144 ['win', 'nvidia', 'no_passthrough'], bug=679696)
145 145
146 # Win7 / Intel failures 146 # Win7 / Intel failures
147 self.Fail('conformance/textures/misc/' + 147 self.Fail('conformance/textures/misc/' +
148 'copy-tex-image-and-sub-image-2d.html', 148 'copy-tex-image-and-sub-image-2d.html',
149 ['win7', 'intel', 'no_passthrough']) 149 ['win7', 'intel', 'no_passthrough'])
150 150
151 # Win / Intel failures
152 self.Skip('conformance/uniforms/gl-uniform-arrays.html',
153 ['win', 'debug', 'intel'], bug=678382)
154
155 # Win / Intel HD 530 failures 151 # Win / Intel HD 530 failures
156 self.Fail('conformance/canvas/to-data-url-test.html', 152 self.Fail('conformance/canvas/to-data-url-test.html',
157 ['win', 'intel'], bug=680797) 153 ['win', 'intel'], bug=680797)
158 154
159 # Win / AMD flakiness seen on new tryservers. 155 # Win / AMD flakiness seen on new tryservers.
160 # It's unfortunate that this suppression needs to be so broad, but 156 # It's unfortunate that this suppression needs to be so broad, but
161 # basically any test that uses readPixels is potentially flaky, and 157 # basically any test that uses readPixels is potentially flaky, and
162 # it's infeasible to suppress individual failures one by one. 158 # it's infeasible to suppress individual failures one by one.
163 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) 159 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419)
164 160
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 self.Flaky('conformance/uniforms/uniform-default-values.html', 446 self.Flaky('conformance/uniforms/uniform-default-values.html',
451 ['linux', ('amd', 0x6779)], bug=482013) 447 ['linux', ('amd', 0x6779)], bug=482013)
452 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dlod.html', 448 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dlod.html',
453 ['linux', ('amd', 0x6779)], bug=436212) 449 ['linux', ('amd', 0x6779)], bug=436212)
454 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dprojlod.html', 450 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dprojlod.html',
455 ['linux', ('amd', 0x6779)], bug=436212) 451 ['linux', ('amd', 0x6779)], bug=436212)
456 # Intel 452 # Intel
457 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 453 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477
458 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', 454 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
459 ['linux', 'intel'], bug=540543) # GPU timeout 455 ['linux', 'intel'], bug=540543) # GPU timeout
460 self.Skip('conformance/uniforms/gl-uniform-arrays.html',
461 ['linux', 'debug', 'intel'], bug=603906)
462 # Fixed on Mesa 12.0 456 # Fixed on Mesa 12.0
463 self.Fail('conformance/rendering/clipping-wide-points.html', 457 self.Fail('conformance/rendering/clipping-wide-points.html',
464 ['linux', 'intel'], bug=642822) 458 ['linux', 'intel'], bug=642822)
465 459
466 #################### 460 ####################
467 # Android failures # 461 # Android failures #
468 #################### 462 ####################
469 463
470 self.Fail('conformance/glsl/bugs/sequence-operator-evaluation-order.html', 464 self.Fail('conformance/glsl/bugs/sequence-operator-evaluation-order.html',
471 ['android'], bug=478572) 465 ['android'], bug=478572)
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 self.Fail('conformance/textures/misc/texture-npot.html', 850 self.Fail('conformance/textures/misc/texture-npot.html',
857 ['chromeos', ('intel', 0xa011)], bug=375554) 851 ['chromeos', ('intel', 0xa011)], bug=375554)
858 self.Fail('conformance/textures/misc/texture-npot-video.html', 852 self.Fail('conformance/textures/misc/texture-npot-video.html',
859 ['chromeos', ('intel', 0xa011)], bug=375554) 853 ['chromeos', ('intel', 0xa011)], bug=375554)
860 self.Fail('conformance/textures/misc/texture-size.html', 854 self.Fail('conformance/textures/misc/texture-size.html',
861 ['chromeos', ('intel', 0xa011)], bug=375554) 855 ['chromeos', ('intel', 0xa011)], bug=375554)
862 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 856 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
863 ['chromeos', ('intel', 0xa011)], bug=375554) 857 ['chromeos', ('intel', 0xa011)], bug=375554)
864 self.Skip('conformance/uniforms/uniform-default-values.html', 858 self.Skip('conformance/uniforms/uniform-default-values.html',
865 ['chromeos', ('intel', 0xa011)], bug=375554) 859 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698