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 27 matching lines...) Expand all Loading... |
38 ['linux'], bug=483282) | 38 ['linux'], bug=483282) |
39 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519) | 39 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519) |
40 | 40 |
41 # All platforms. | 41 # All platforms. |
42 self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957) | 42 self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957) |
43 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', | 43 self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
44 bug=664740) | 44 bug=664740) |
45 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 45 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
46 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) | 46 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) |
47 | 47 |
48 # All platforms with AMD GPU. | |
49 self.Fail('deqp/functional/gles3/multisample.html', | |
50 ['amd'], bug=617290) | |
51 | |
52 # Windows only. | 48 # Windows only. |
53 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', | 49 self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html', |
54 ['win'], bug=638470) | 50 ['win'], bug=638470) |
55 | 51 |
56 # Win / NVidia | 52 # Win / NVidia |
57 self.Flaky('deqp/functional/gles3/fbomultisample*', | 53 self.Flaky('deqp/functional/gles3/fbomultisample*', |
58 ['win', 'nvidia'], bug=631317) | 54 ['win', 'nvidia'], bug=631317) |
59 | 55 |
| 56 # This should be fixed in the latest driver. |
| 57 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', |
| 58 ['win', 'nvidia'], bug=1246) # ANGLE bug. |
| 59 |
60 # Win / AMD | 60 # Win / AMD |
61 | 61 |
62 # Failing on old R5 230 configuration. | 62 # Failing on old R5 230 configuration. |
63 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 63 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
64 'texelfetchoffset.html', | 64 'texelfetchoffset.html', |
65 ['win', ('amd', 0x6779)], bug=483282) | 65 ['win', ('amd', 0x6779)], bug=483282) |
66 | 66 |
67 self.Fail('deqp/functional/gles3/transformfeedback/*', | 67 self.Fail('deqp/functional/gles3/transformfeedback/*', |
68 ['win', ('amd', 0x6779)], bug=626068) | 68 ['win', ('amd', 0x6779)], bug=626068) |
69 | 69 |
70 self.Fail('deqp/functional/gles3/shadercommonfunction.html', | 70 self.Fail('deqp/functional/gles3/shadercommonfunction.html', |
71 ['win', ('amd', 0x6779)], bug=483282) | 71 ['win', ('amd', 0x6779)], bug=483282) |
72 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', | 72 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', |
73 ['win', ('amd', 0x6779)], bug=483282) | 73 ['win', ('amd', 0x6779)], bug=483282) |
| 74 self.Fail('deqp/functional/gles3/multisample.html', |
| 75 ['win', ('amd', 0x6779)], bug=617290) |
74 | 76 |
75 # Keep a separate set of failures for the R7 240, since it can use a new | 77 # Keep a separate set of failures for the R7 240, since it can use a new |
76 # and updated driver. The older drivers won't ever get fixes from AMD. | 78 # and updated driver. The older drivers won't ever get fixes from AMD. |
77 self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html', | 79 self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html', |
78 ['win', ('amd', 0x6613)], bug=638323) | 80 ['win', ('amd', 0x6613)], bug=638323) |
79 self.Fail('deqp/functional/gles3/texturefiltering/2d_array*', | 81 self.Fail('deqp/functional/gles3/texturefiltering/2d_array*', |
80 ['win', ('amd', 0x6613)], bug=638323) | 82 ['win', ('amd', 0x6613)], bug=638323) |
81 self.Fail('deqp/functional/gles3/texturefiltering/cube*', | 83 self.Fail('deqp/functional/gles3/texturefiltering/cube*', |
82 ['win', ('amd', 0x6613)], bug=638323) | 84 ['win', ('amd', 0x6613)], bug=638323) |
83 | 85 |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 | 330 |
329 self.Flaky('deqp/functional/gles3/vertexarrays/' + | 331 self.Flaky('deqp/functional/gles3/vertexarrays/' + |
330 'multiple_attributes.output.html', | 332 'multiple_attributes.output.html', |
331 ['mac', ('nvidia', 0xfe9)], bug=483282) | 333 ['mac', ('nvidia', 0xfe9)], bug=483282) |
332 | 334 |
333 # Mac AMD | 335 # Mac AMD |
334 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', | 336 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', |
335 ['mac', 'amd'], bug=483282) | 337 ['mac', 'amd'], bug=483282) |
336 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', | 338 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', |
337 ['mac', 'amd'], bug=483282) | 339 ['mac', 'amd'], bug=483282) |
| 340 self.Fail('deqp/functional/gles3/multisample.html', |
| 341 ['mac', 'amd'], bug=617290) |
338 self.Fail('deqp/functional/gles3/instancedrendering.html', | 342 self.Fail('deqp/functional/gles3/instancedrendering.html', |
339 ['mac', 'amd'], bug=483282) | 343 ['mac', 'amd'], bug=483282) |
340 self.Fail('deqp/functional/gles3/pixelbufferobject.html', | 344 self.Fail('deqp/functional/gles3/pixelbufferobject.html', |
341 ['mac', 'amd'], bug=483282) | 345 ['mac', 'amd'], bug=483282) |
342 self.Fail('deqp/functional/gles3/primitiverestart/00.html', | 346 self.Fail('deqp/functional/gles3/primitiverestart/00.html', |
343 ['mac', 'amd'], bug=598930) | 347 ['mac', 'amd'], bug=598930) |
344 self.Fail('deqp/functional/gles3/primitiverestart/01.html', | 348 self.Fail('deqp/functional/gles3/primitiverestart/01.html', |
345 ['mac', 'amd'], bug=598930) | 349 ['mac', 'amd'], bug=598930) |
346 self.Fail('deqp/functional/gles3/shadercommonfunction.html', | 350 self.Fail('deqp/functional/gles3/shadercommonfunction.html', |
347 ['mac', 'amd'], bug=483282) | 351 ['mac', 'amd'], bug=483282) |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 # Linux Intel with ANGLE only | 545 # Linux Intel with ANGLE only |
542 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', | 546 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', |
543 ['linux', 'intel', 'opengl'], bug=598902) | 547 ['linux', 'intel', 'opengl'], bug=598902) |
544 | 548 |
545 # Linux Intel without ANGLE only | 549 # Linux Intel without ANGLE only |
546 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', | 550 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', |
547 ['linux', 'intel', 'no_angle'], bug=598902) | 551 ['linux', 'intel', 'no_angle'], bug=598902) |
548 | 552 |
549 # Linux AMD only. | 553 # Linux AMD only. |
550 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 554 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
| 555 self.Fail('deqp/functional/gles3/multisample.html', |
| 556 ['linux', 'amd'], bug=617290) |
551 self.Fail('deqp/data/gles3/shaders/conversions.html', | 557 self.Fail('deqp/data/gles3/shaders/conversions.html', |
552 ['linux', 'amd'], bug=483282) | 558 ['linux', 'amd'], bug=483282) |
553 self.Skip('deqp/data/gles3/shaders/arrays.html', | 559 self.Skip('deqp/data/gles3/shaders/arrays.html', |
554 ['linux', 'amd'], bug=483282) | 560 ['linux', 'amd'], bug=483282) |
555 self.Fail('deqp/functional/gles3/internalformatquery.html', | 561 self.Fail('deqp/functional/gles3/internalformatquery.html', |
556 ['linux', 'amd'], bug=483282) | 562 ['linux', 'amd'], bug=483282) |
557 self.Fail('deqp/functional/gles3/texturestatequery.html', | 563 self.Fail('deqp/functional/gles3/texturestatequery.html', |
558 ['linux', 'amd'], bug=483282) | 564 ['linux', 'amd'], bug=483282) |
559 self.Fail('deqp/functional/gles3/buffercopy.html', | 565 self.Fail('deqp/functional/gles3/buffercopy.html', |
560 ['linux', 'amd'], bug=483282) | 566 ['linux', 'amd'], bug=483282) |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
813 # self.Fail(page_name, | 819 # self.Fail(page_name, |
814 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 820 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
815 # self.Fail(page_name, | 821 # self.Fail(page_name, |
816 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 822 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
817 | 823 |
818 # Conflicts if between a generic os condition and a specific version | 824 # Conflicts if between a generic os condition and a specific version |
819 # self.Fail(page_name, | 825 # self.Fail(page_name, |
820 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 826 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
821 # self.Fail(page_name, | 827 # self.Fail(page_name, |
822 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 828 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |