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

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

Issue 1975113002: Adding expectations for failing Nexus 5X tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly specifying tests instead of using *. Fixing expectation collision. Created 4 years, 7 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 114 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
115 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 115 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
116 self.Fail('conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html', 116 self.Fail('conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html',
117 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 117 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
118 self.Fail('conformance/textures/image/' + 118 self.Fail('conformance/textures/image/' +
119 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 119 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
120 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 120 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
121 self.Fail('conformance/textures/image/' + 121 self.Fail('conformance/textures/image/' +
122 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 122 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
123 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 123 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
124 self.Fail('conformance/textures/image_data/' +
125 'tex-2d-rgb-rgb-unsigned_byte.html',
126 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
127 self.Fail('conformance/textures/image_data/' +
128 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
129 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
130 self.Fail('conformance/textures/image_data/' +
131 'tex-2d-rgba-rgba-unsigned_byte.html',
132 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
133 self.Fail('conformance/textures/image_data/' +
134 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
135 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
136 self.Fail('conformance/textures/image_data/' +
137 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
138 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
139 self.Fail('conformance/textures/svg_image/' +
140 'tex-2d-rgb-rgb-unsigned_byte.html',
141 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
142 self.Fail('conformance/textures/svg_image/' +
143 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
144 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
145 self.Fail('conformance/textures/svg_image/' +
146 'tex-2d-rgba-rgba-unsigned_byte.html',
147 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
148 self.Fail('conformance/textures/svg_image/' +
149 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
150 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
151 self.Fail('conformance/textures/svg_image/' +
152 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
153 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
154 self.Fail('conformance/textures/video/' +
155 'tex-2d-rgb-rgb-unsigned_byte.html',
156 ['android', 'android-content-shell',
157 ('qualcomm', 'Adreno (TM) 418')], bug=610951)
124 158
125 # Nexus 6 159 # Nexus 6
126 self.Fail('WebglExtension.EXT_sRGB', 160 self.Fail('WebglExtension.EXT_sRGB',
127 ['android', ('qualcomm', 'Adreno (TM) 420')]) 161 ['android', ('qualcomm', 'Adreno (TM) 420')])
128 162
129 # Nexus 9 163 # Nexus 9
130 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', 164 self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
131 ['android', ('nvidia', 'NVIDIA Tegra')]) 165 ['android', ('nvidia', 'NVIDIA Tegra')])
132 166
133 # ======================== 167 # ========================
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 self.Fail('conformance/textures/misc/texture-npot.html', 559 self.Fail('conformance/textures/misc/texture-npot.html',
526 ['chromeos', ('intel', 0xa011)], bug=375554) 560 ['chromeos', ('intel', 0xa011)], bug=375554)
527 self.Fail('conformance/textures/misc/texture-npot-video.html', 561 self.Fail('conformance/textures/misc/texture-npot-video.html',
528 ['chromeos', ('intel', 0xa011)], bug=375554) 562 ['chromeos', ('intel', 0xa011)], bug=375554)
529 self.Fail('conformance/textures/misc/texture-size.html', 563 self.Fail('conformance/textures/misc/texture-size.html',
530 ['chromeos', ('intel', 0xa011)], bug=375554) 564 ['chromeos', ('intel', 0xa011)], bug=375554)
531 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 565 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
532 ['chromeos', ('intel', 0xa011)], bug=375554) 566 ['chromeos', ('intel', 0xa011)], bug=375554)
533 self.Skip('conformance/uniforms/uniform-default-values.html', 567 self.Skip('conformance/uniforms/uniform-default-values.html',
534 ['chromeos', ('intel', 0xa011)], bug=375554) 568 ['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