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

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

Issue 1822643002: [Command buffer] Enable primitive restart for WebGL 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix coding style and update webgl2_conformance_expectations.py Created 4 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 | gpu/command_buffer/service/buffer_manager.h » ('j') | 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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 22 matching lines...) Expand all
33 self.Skip('deqp/functional/gles3/integerstatequery.html', bug=483282) 33 self.Skip('deqp/functional/gles3/integerstatequery.html', bug=483282)
34 self.Skip('deqp/functional/gles3/internalformatquery.html', bug=483282) 34 self.Skip('deqp/functional/gles3/internalformatquery.html', bug=483282)
35 self.Skip('deqp/functional/gles3/lifetime.html', bug=483282) 35 self.Skip('deqp/functional/gles3/lifetime.html', bug=483282)
36 self.Skip('deqp/functional/gles3/multisample.html', bug=483282) 36 self.Skip('deqp/functional/gles3/multisample.html', bug=483282)
37 self.Skip('deqp/functional/gles3/negativebufferapi.html', bug=483282) 37 self.Skip('deqp/functional/gles3/negativebufferapi.html', bug=483282)
38 self.Skip('deqp/functional/gles3/negativefragmentapi.html', bug=483282) 38 self.Skip('deqp/functional/gles3/negativefragmentapi.html', bug=483282)
39 self.Skip('deqp/functional/gles3/negativetextureapi.html', bug=483282) 39 self.Skip('deqp/functional/gles3/negativetextureapi.html', bug=483282)
40 self.Skip('deqp/functional/gles3/negativevertexarrayapi.html', bug=483282) 40 self.Skip('deqp/functional/gles3/negativevertexarrayapi.html', bug=483282)
41 self.Skip('deqp/functional/gles3/occlusionquery.html', bug=483282) 41 self.Skip('deqp/functional/gles3/occlusionquery.html', bug=483282)
42 self.Skip('deqp/functional/gles3/pixelbufferobject.html', bug=483282) 42 self.Skip('deqp/functional/gles3/pixelbufferobject.html', bug=483282)
43 self.Skip('deqp/functional/gles3/primitiverestart.html', bug=483282)
44 self.Skip('deqp/functional/gles3/rasterizerdiscard.html', bug=483282) 43 self.Skip('deqp/functional/gles3/rasterizerdiscard.html', bug=483282)
45 self.Skip('deqp/functional/gles3/shaderbuiltinvar.html', bug=483282) 44 self.Skip('deqp/functional/gles3/shaderbuiltinvar.html', bug=483282)
46 self.Skip('deqp/functional/gles3/shadercommonfunction.html', bug=483282) 45 self.Skip('deqp/functional/gles3/shadercommonfunction.html', bug=483282)
47 self.Skip('deqp/functional/gles3/shaderderivate.html', bug=483282) 46 self.Skip('deqp/functional/gles3/shaderderivate.html', bug=483282)
48 self.Skip('deqp/functional/gles3/shaderindexing.html', bug=483282) 47 self.Skip('deqp/functional/gles3/shaderindexing.html', bug=483282)
49 self.Skip('deqp/functional/gles3/shaderloop.html', bug=483282) 48 self.Skip('deqp/functional/gles3/shaderloop.html', bug=483282)
50 self.Skip('deqp/functional/gles3/shadermatrix.html', bug=483282) 49 self.Skip('deqp/functional/gles3/shadermatrix.html', bug=483282)
51 self.Skip('deqp/functional/gles3/shaderoperator.html', bug=483282) 50 self.Skip('deqp/functional/gles3/shaderoperator.html', bug=483282)
52 self.Skip('deqp/functional/gles3/shaderpackingfunction.html', bug=483282) 51 self.Skip('deqp/functional/gles3/shaderpackingfunction.html', bug=483282)
53 self.Skip('deqp/functional/gles3/shaderprecision.html', bug=483282) 52 self.Skip('deqp/functional/gles3/shaderprecision.html', bug=483282)
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 self.Fail('conformance2/textures/misc/tex-input-validation.html', 578 self.Fail('conformance2/textures/misc/tex-input-validation.html',
580 ['mac', ('nvidia', 0xfe9)], bug=483282) 579 ['mac', ('nvidia', 0xfe9)], bug=483282)
581 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 580 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
582 ['mac', ('nvidia', 0xfe9)], bug=483282) 581 ['mac', ('nvidia', 0xfe9)], bug=483282)
583 self.Fail('deqp/functional/gles3/shaderstruct.html', 582 self.Fail('deqp/functional/gles3/shaderstruct.html',
584 ['mac', ('nvidia', 0xfe9)], bug=483282) 583 ['mac', ('nvidia', 0xfe9)], bug=483282)
585 584
586 # Mac AMD 585 # Mac AMD
587 self.Fail('deqp/functional/gles3/clipping.html', 586 self.Fail('deqp/functional/gles3/clipping.html',
588 ['mac', 'amd'], bug=483282) 587 ['mac', 'amd'], bug=483282)
588 self.Fail('deqp/functional/gles3/primitiverestart.html',
589 ['mac', 'amd'], bug=598930)
589 590
590 # Mac Intel 591 # Mac Intel
591 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 592 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
592 ['mac', 'intel'], bug=483282) 593 ['mac', 'intel'], bug=483282)
593 594
594 # Linux only. 595 # Linux only.
595 self.Fail('deqp/functional/gles3/fbostatequery.html', 596 self.Fail('deqp/functional/gles3/fbostatequery.html',
596 ['linux'], bug=483282) 597 ['linux'], bug=483282)
597 self.Flaky('deqp/functional/gles3/negativeshaderapi.html', 598 self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
598 ['linux'], bug=483282) 599 ['linux'], bug=483282)
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 # self.Fail(page_name, 700 # self.Fail(page_name,
700 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 701 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
701 # self.Fail(page_name, 702 # self.Fail(page_name,
702 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 703 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
703 704
704 # Conflicts if between a generic os condition and a specific version 705 # Conflicts if between a generic os condition and a specific version
705 # self.Fail(page_name, 706 # self.Fail(page_name,
706 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 707 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
707 # self.Fail(page_name, 708 # self.Fail(page_name,
708 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 709 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698