OLD | NEW |
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 21 matching lines...) Expand all Loading... |
32 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=483282) | 32 self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=483282) |
33 self.Skip('deqp/functional/gles3/draw.html', bug=483282) | 33 self.Skip('deqp/functional/gles3/draw.html', bug=483282) |
34 self.Skip('deqp/functional/gles3/fbocolorbuffer.html', bug=483282) | 34 self.Skip('deqp/functional/gles3/fbocolorbuffer.html', bug=483282) |
35 self.Skip('deqp/functional/gles3/fbodepthbuffer.html', bug=483282) | 35 self.Skip('deqp/functional/gles3/fbodepthbuffer.html', bug=483282) |
36 self.Skip('deqp/functional/gles3/fboinvalidate.html', bug=483282) | 36 self.Skip('deqp/functional/gles3/fboinvalidate.html', bug=483282) |
37 self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282) | 37 self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282) |
38 self.Skip('deqp/functional/gles3/fborender.html', bug=483282) | 38 self.Skip('deqp/functional/gles3/fborender.html', bug=483282) |
39 self.Skip('deqp/functional/gles3/fragmentoutput.html', bug=483282) | 39 self.Skip('deqp/functional/gles3/fragmentoutput.html', bug=483282) |
40 self.Skip('deqp/functional/gles3/framebufferblit.html', bug=483282) | 40 self.Skip('deqp/functional/gles3/framebufferblit.html', bug=483282) |
41 self.Skip('deqp/functional/gles3/instancedrendering.html', bug=483282) | 41 self.Skip('deqp/functional/gles3/instancedrendering.html', bug=483282) |
42 self.Skip('deqp/functional/gles3/lifetime.html', bug=483282) | |
43 self.Skip('deqp/data/gles3/shaders/linkage.html', bug=601821) | 42 self.Skip('deqp/data/gles3/shaders/linkage.html', bug=601821) |
44 self.Skip('deqp/functional/gles3/multisample.html', bug=483282) | |
45 self.Skip('deqp/functional/gles3/negativebufferapi.html', bug=483282) | 43 self.Skip('deqp/functional/gles3/negativebufferapi.html', bug=483282) |
46 self.Skip('deqp/functional/gles3/negativetextureapi.html', bug=483282) | 44 self.Skip('deqp/functional/gles3/negativetextureapi.html', bug=483282) |
47 self.Skip('deqp/functional/gles3/negativevertexarrayapi.html', bug=483282) | 45 self.Skip('deqp/functional/gles3/negativevertexarrayapi.html', bug=483282) |
48 self.Skip('deqp/functional/gles3/occlusionquery.html', bug=483282) | 46 self.Skip('deqp/functional/gles3/occlusionquery.html', bug=483282) |
49 self.Skip('deqp/functional/gles3/shaderbuiltinvar.html', bug=483282) | 47 self.Skip('deqp/functional/gles3/shaderbuiltinvar.html', bug=483282) |
50 self.Skip('deqp/functional/gles3/shadercommonfunction.html', bug=483282) | 48 self.Skip('deqp/functional/gles3/shadercommonfunction.html', bug=483282) |
51 self.Skip('deqp/functional/gles3/shaderderivate.html', bug=483282) | 49 self.Skip('deqp/functional/gles3/shaderderivate.html', bug=483282) |
52 self.Skip('deqp/functional/gles3/shaderloop.html', bug=483282) | 50 self.Skip('deqp/functional/gles3/shaderloop.html', bug=483282) |
53 self.Skip('deqp/functional/gles3/shadermatrix.html', bug=483282) | 51 self.Skip('deqp/functional/gles3/shadermatrix.html', bug=483282) |
54 self.Skip('deqp/functional/gles3/shaderoperator.html', bug=483282) | 52 self.Skip('deqp/functional/gles3/shaderoperator.html', bug=483282) |
(...skipping 16 matching lines...) Expand all Loading... |
71 # All platforms when running ANGLE | 69 # All platforms when running ANGLE |
72 self.Skip('conformance2/textures/misc/copy-texture-image.html', | 70 self.Skip('conformance2/textures/misc/copy-texture-image.html', |
73 ['d3d9', 'd3d11', 'opengl'], bug=577144) # crash on debug | 71 ['d3d9', 'd3d11', 'opengl'], bug=577144) # crash on debug |
74 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 72 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
75 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 73 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
76 | 74 |
77 # Avoid a conflict with a Mac expectation by setting | 75 # Avoid a conflict with a Mac expectation by setting |
78 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 76 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
79 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 77 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
80 | 78 |
| 79 # All platforms with AMD GPU. |
| 80 self.Fail('deqp/functional/gles3/multisample.html', |
| 81 ['amd'], bug=617290) |
| 82 |
81 # Failing because the tests are using invalid combinations of source and | 83 # Failing because the tests are using invalid combinations of source and |
82 # destination formats, see https://github.com/KhronosGroup/WebGL/issues/1628 | 84 # destination formats, see https://github.com/KhronosGroup/WebGL/issues/1628 |
83 self.Fail('conformance2/textures/webgl_canvas/' + | 85 self.Fail('conformance2/textures/webgl_canvas/' + |
84 'tex-2d-rgb565-rgb-unsigned_byte.html', | 86 'tex-2d-rgb565-rgb-unsigned_byte.html', |
85 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 87 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
86 self.Fail('conformance2/textures/webgl_canvas/' + | 88 self.Fail('conformance2/textures/webgl_canvas/' + |
87 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', | 89 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', |
88 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 90 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
89 self.Fail('conformance2/textures/webgl_canvas/' + | 91 self.Fail('conformance2/textures/webgl_canvas/' + |
90 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | 92 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 # self.Fail(page_name, | 690 # self.Fail(page_name, |
689 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 691 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
690 # self.Fail(page_name, | 692 # self.Fail(page_name, |
691 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 693 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
692 | 694 |
693 # Conflicts if between a generic os condition and a specific version | 695 # Conflicts if between a generic os condition and a specific version |
694 # self.Fail(page_name, | 696 # self.Fail(page_name, |
695 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 697 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
696 # self.Fail(page_name, | 698 # self.Fail(page_name, |
697 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 699 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |