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

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

Issue 2703733003: Update WebGL 2 expectations (Closed)
Patch Set: Created 3 years, 10 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) 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, is_asan=False): 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 ['mac', 'amd'], bug=679058) 498 ['mac', 'amd'], bug=679058)
499 499
500 self.Fail('conformance2/rendering/clipping-wide-points.html', 500 self.Fail('conformance2/rendering/clipping-wide-points.html',
501 ['mac', 'amd'], bug=642822) 501 ['mac', 'amd'], bug=642822)
502 self.Fail('conformance2/reading/read-pixels-from-rgb8-into-pbo-bug.html', 502 self.Fail('conformance2/reading/read-pixels-from-rgb8-into-pbo-bug.html',
503 ['mac', 'amd'], bug=646182) 503 ['mac', 'amd'], bug=646182)
504 self.Fail('conformance2/rendering/instanced-rendering-bug.html', 504 self.Fail('conformance2/rendering/instanced-rendering-bug.html',
505 ['mac', 'amd'], bug=645298) 505 ['mac', 'amd'], bug=645298)
506 506
507 # Mac Pro with AMD GPU 507 # Mac Pro with AMD GPU
508 self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html',
509 ['mac', ('amd', 0x679e)], bug=679682)
510 self.Fail('deqp/functional/gles3/fborender/resize_01.html',
511 ['mac', ('amd', 0x679e)], bug=679682)
508 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', 512 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
509 ['mac', ('amd', 0x679e)], bug=636648) 513 ['mac', ('amd', 0x679e)], bug=636648)
510 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', 514 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html',
511 ['mac', ('amd', 0x679e)], bug=659871) 515 ['mac', ('amd', 0x679e)], bug=659871)
512 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 516 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
513 ['mac', ('amd', 0x679e)], bug=618464) 517 ['mac', ('amd', 0x679e)], bug=618464)
514 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html', 518 self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
515 ['mac', ('amd', 0x679e)], bug=483282) 519 ['mac', ('amd', 0x679e)], bug=483282)
516 520
517 # Mac Multi-vendor failures. 521 # Mac Multi-vendor failures.
518 self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html',
519 ['mac', 'nvidia', 'amd'], bug=679682)
520 self.Fail('deqp/functional/gles3/fborender/resize_01.html',
521 ['mac', 'nvidia', 'amd'], bug=679682)
522 self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html', 522 self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html',
523 ['mac', 'nvidia', 'amd'], bug=679684) 523 ['mac', 'nvidia', 'amd'], bug=679684)
524 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html', 524 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html',
525 ['mac', 'nvidia', 'amd'], bug=679684) 525 ['mac', 'nvidia', 'amd'], bug=679684)
526 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', 526 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html',
527 ['mac', 'amd', 'intel'], bug=679690) 527 ['mac', 'amd', 'intel'], bug=679690)
528 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', 528 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html',
529 ['mac', 'amd', 'intel'], bug=679690) 529 ['mac', 'amd', 'intel'], bug=679690)
530 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', 530 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html',
531 ['mac', 'amd', 'intel'], bug=679691) 531 ['mac', 'amd', 'intel'], bug=679691)
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 # self.Fail(page_name, 1051 # self.Fail(page_name,
1052 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1052 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1053 # self.Fail(page_name, 1053 # self.Fail(page_name,
1054 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1054 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1055 1055
1056 # Conflicts if between a generic os condition and a specific version 1056 # Conflicts if between a generic os condition and a specific version
1057 # self.Fail(page_name, 1057 # self.Fail(page_name,
1058 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1058 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1059 # self.Fail(page_name, 1059 # self.Fail(page_name,
1060 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1060 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
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