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

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

Issue 2635243003: Suppress Mac Intel ASAN Webgl conformace test failures (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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 self.Fail('conformance/programs/' + 373 self.Fail('conformance/programs/' +
374 'gl-bind-attrib-location-long-names-test.html', 374 'gl-bind-attrib-location-long-names-test.html',
375 ['mac', ('nvidia', 0xfe9)], bug=635081) 375 ['mac', ('nvidia', 0xfe9)], bug=635081)
376 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', 376 self.Fail('conformance/programs/gl-bind-attrib-location-test.html',
377 ['mac', ('nvidia', 0xfe9)], bug=635081) 377 ['mac', ('nvidia', 0xfe9)], bug=635081)
378 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', 378 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
379 ['mac', ('nvidia', 0xfe9)], bug=635081) 379 ['mac', ('nvidia', 0xfe9)], bug=635081)
380 self.Fail('conformance/textures/misc/tex-input-validation.html', 380 self.Fail('conformance/textures/misc/tex-input-validation.html',
381 ['mac', ('nvidia', 0xfe9)], bug=635081) 381 ['mac', ('nvidia', 0xfe9)], bug=635081)
382 382
383 # Mac Intel
384
385 # ASAN only
386 self.Fail(
387 'conformance/more/functions/copyTexImage2D.html',
388 ['mac', 'intel', 'asan'], bug=681641)
389 self.Fail(
390 'conformance/more/functions/copyTexSubImage2D.html',
391 ['mac', 'intel', 'asan'], bug=681641)
392
383 # Linux failures 393 # Linux failures
384 self.Flaky('conformance/textures/video/' + 394 self.Flaky('conformance/textures/video/' +
385 'tex-2d-rgba-rgba-unsigned_byte.html', 395 'tex-2d-rgba-rgba-unsigned_byte.html',
386 ['linux'], bug=627525) 396 ['linux'], bug=627525)
387 self.Flaky('conformance/textures/video/' + 397 self.Flaky('conformance/textures/video/' +
388 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 398 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
389 ['linux'], bug=627525) 399 ['linux'], bug=627525)
390 self.Flaky('conformance/textures/video/' + 400 self.Flaky('conformance/textures/video/' +
391 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 401 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
392 ['linux'], bug=627525) 402 ['linux'], bug=627525)
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 self.Fail('conformance/textures/misc/texture-npot.html', 856 self.Fail('conformance/textures/misc/texture-npot.html',
847 ['chromeos', ('intel', 0xa011)], bug=375554) 857 ['chromeos', ('intel', 0xa011)], bug=375554)
848 self.Fail('conformance/textures/misc/texture-npot-video.html', 858 self.Fail('conformance/textures/misc/texture-npot-video.html',
849 ['chromeos', ('intel', 0xa011)], bug=375554) 859 ['chromeos', ('intel', 0xa011)], bug=375554)
850 self.Fail('conformance/textures/misc/texture-size.html', 860 self.Fail('conformance/textures/misc/texture-size.html',
851 ['chromeos', ('intel', 0xa011)], bug=375554) 861 ['chromeos', ('intel', 0xa011)], bug=375554)
852 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 862 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
853 ['chromeos', ('intel', 0xa011)], bug=375554) 863 ['chromeos', ('intel', 0xa011)], bug=375554)
854 self.Skip('conformance/uniforms/uniform-default-values.html', 864 self.Skip('conformance/uniforms/uniform-default-values.html',
855 ['chromeos', ('intel', 0xa011)], bug=375554) 865 ['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