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

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

Issue 2632603002: Add support for ASAN-specific test expectations to WebGL tests. (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
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s
5 5
6 # See the GpuTestExpectations class for documentation. 6 # See the GpuTestExpectations class for documentation.
7 7
8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
9 def __init__(self, conformance_path, url_prefixes=None): 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
11 conformance_path, url_prefixes=url_prefixes) 11 conformance_path, url_prefixes=url_prefixes, is_asan=is_asan)
12 12
13 def SetExpectations(self): 13 def SetExpectations(self):
14 # =================================== 14 # ===================================
15 # Extension availability expectations 15 # Extension availability expectations
16 # =================================== 16 # ===================================
17 # It's expected that not all extensions will be available on all platforms. 17 # It's expected that not all extensions will be available on all platforms.
18 # Having a test listed here is not necessarily a problem. 18 # Having a test listed here is not necessarily a problem.
19 19
20 # Skip these, rather than expect them to fail, to speed up test 20 # Skip these, rather than expect them to fail, to speed up test
21 # execution. The browser is restarted even after expected test 21 # execution. The browser is restarted even after expected test
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 # Mac Multi-vendor failures. 484 # Mac Multi-vendor failures.
485 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', 485 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html',
486 ['mac', 'amd', 'intel'], bug=679690) 486 ['mac', 'amd', 'intel'], bug=679690)
487 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', 487 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html',
488 ['mac', 'amd', 'intel'], bug=679690) 488 ['mac', 'amd', 'intel'], bug=679690)
489 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', 489 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html',
490 ['mac', 'amd', 'intel'], bug=679691) 490 ['mac', 'amd', 'intel'], bug=679691)
491 491
492 # Mac Intel 492 # Mac Intel
493 493
494 # ASAN only
495 self.Fail(
496 'conformance/more/functions/copyTexImage2D.html',
497 ['mac', 'intel', 'asan'], bug=680845)
498 self.Fail(
499 'conformance/more/functions/copyTexSubImage2D.html',
500 ['mac', 'intel', 'asan'], bug=680845)
501 self.Fail(
502 'deqp/functional/gles3/negativetextureapi.html',
503 ['mac', 'intel', 'asan'], bug=680845)
504 self.Fail(
505 'deqp/functional/gles3/texturespecification/basic_copyteximage2d.html',
506 ['mac', 'intel', 'asan'], bug=680845)
507
494 self.Fail( 508 self.Fail(
495 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html', 509 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html',
496 ['sierra', 'intel'], bug=663188) 510 ['sierra', 'intel'], bug=663188)
497 self.Fail( 511 self.Fail(
498 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html', 512 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html',
499 ['sierra', 'intel'], bug=663188) 513 ['sierra', 'intel'], bug=663188)
500 self.Fail( 514 self.Fail(
501 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html', 515 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html',
502 ['sierra', 'intel'], bug=663188) 516 ['sierra', 'intel'], bug=663188)
503 self.Fail( 517 self.Fail(
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 # self.Fail(page_name, 1018 # self.Fail(page_name,
1005 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1019 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1006 # self.Fail(page_name, 1020 # self.Fail(page_name,
1007 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1021 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1008 1022
1009 # Conflicts if between a generic os condition and a specific version 1023 # Conflicts if between a generic os condition and a specific version
1010 # self.Fail(page_name, 1024 # self.Fail(page_name,
1011 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1025 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1012 # self.Fail(page_name, 1026 # self.Fail(page_name,
1013 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1027 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/test_expectations_unittest.py ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698