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

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

Issue 2802293003: Mark WebglConformance_conformance_glsl_bugs_varying_arrays_should_not_be_reversed failing on Nexus 5 (Closed)
Patch Set: Created 3 years, 8 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 self.Fail('conformance/glsl/misc/struct-equals.html', 589 self.Fail('conformance/glsl/misc/struct-equals.html',
590 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943) 590 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=611943)
591 self.Fail('deqp/data/gles2/shaders/linkage.html', 591 self.Fail('deqp/data/gles2/shaders/linkage.html',
592 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=478572) 592 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=478572)
593 self.Fail('WebglExtension_OES_texture_float_linear', 593 self.Fail('WebglExtension_OES_texture_float_linear',
594 ['android', ('qualcomm', 'Adreno (TM) 330'), 'no_passthrough']) 594 ['android', ('qualcomm', 'Adreno (TM) 330'), 'no_passthrough'])
595 self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html', 595 self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html',
596 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850) 596 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850)
597 self.Fail('conformance/attribs/gl-vertexattribpointer.html', 597 self.Fail('conformance/attribs/gl-vertexattribpointer.html',
598 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850) 598 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=678850)
599 self.Fail('conformance/glsl/bugs/' +
600 'varying-arrays-should-not-be-reversed.html',
601 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=709704)
599 602
600 # Nexus 5X 603 # Nexus 5X
601 # This one is causing intermittent timeouts on the device, and it 604 # This one is causing intermittent timeouts on the device, and it
602 # looks like when that happens, the next test also always times 605 # looks like when that happens, the next test also always times
603 # out. Skip it for now until it's fixed and running reliably. 606 # out. Skip it for now until it's fixed and running reliably.
604 self.Skip('conformance/extensions/oes-texture-half-float-with-video.html', 607 self.Skip('conformance/extensions/oes-texture-half-float-with-video.html',
605 ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'], 608 ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
606 bug=609883) 609 bug=609883)
607 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', 610 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
608 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 611 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 self.Fail('conformance/textures/misc/texture-npot.html', 779 self.Fail('conformance/textures/misc/texture-npot.html',
777 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 780 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
778 self.Fail('conformance/textures/misc/texture-npot-video.html', 781 self.Fail('conformance/textures/misc/texture-npot-video.html',
779 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 782 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
780 self.Fail('conformance/textures/misc/texture-size.html', 783 self.Fail('conformance/textures/misc/texture-size.html',
781 ['chromeos', ('intel', 0xa011)], bug=375554) 784 ['chromeos', ('intel', 0xa011)], bug=375554)
782 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 785 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
783 ['chromeos', ('intel', 0xa011)], bug=375554) 786 ['chromeos', ('intel', 0xa011)], bug=375554)
784 self.Skip('conformance/uniforms/uniform-default-values.html', 787 self.Skip('conformance/uniforms/uniform-default-values.html',
785 ['chromeos', ('intel', 0xa011)], bug=375554) 788 ['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