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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 71 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
72 | 72 |
73 # Avoid a conflict with a Mac expectation by setting | 73 # Avoid a conflict with a Mac expectation by setting |
74 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 74 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
75 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 75 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
76 | 76 |
77 # All platforms with AMD GPU. | 77 # All platforms with AMD GPU. |
78 self.Fail('deqp/functional/gles3/multisample.html', | 78 self.Fail('deqp/functional/gles3/multisample.html', |
79 ['amd'], bug=617290) | 79 ['amd'], bug=617290) |
80 | 80 |
81 # Failing because the tests are using invalid combinations of source and | |
82 # destination formats, see https://github.com/KhronosGroup/WebGL/issues/1628 | |
83 self.Fail('conformance2/textures/webgl_canvas/' + | |
84 'tex-2d-rgb565-rgb-unsigned_byte.html', | |
85 bug=483282) | |
86 self.Fail('conformance2/textures/webgl_canvas/' + | |
87 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', | |
88 bug=483282) | |
89 self.Fail('conformance2/textures/webgl_canvas/' + | |
90 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
91 bug=483282) | |
92 self.Fail('conformance2/textures/webgl_canvas/' + | |
93 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | |
94 bug=483282) | |
95 self.Fail('conformance2/textures/webgl_canvas/' + | |
96 'tex-2d-rgba4-rgba-unsigned_byte.html', | |
97 bug=483282) | |
98 self.Fail('conformance2/textures/webgl_canvas/' + | |
99 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', | |
100 bug=483282) | |
101 self.Fail('conformance2/textures/canvas/' + | |
102 'tex-2d-rgb565-rgb-unsigned_byte.html', | |
103 bug=483282) | |
104 self.Fail('conformance2/textures/canvas/' + | |
105 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', | |
106 bug=483282) | |
107 self.Fail('conformance2/textures/canvas/' + | |
108 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
109 bug=483282) | |
110 self.Fail('conformance2/textures/canvas/' + | |
111 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | |
112 bug=483282) | |
113 self.Fail('conformance2/textures/canvas/' + | |
114 'tex-2d-rgba4-rgba-unsigned_byte.html', | |
115 bug=483282) | |
116 self.Fail('conformance2/textures/canvas/' + | |
117 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', | |
118 bug=483282) | |
119 | |
120 # Windows only. | 81 # Windows only. |
121 | 82 |
122 self.Fail('deqp/functional/gles3/vertexarrays.html', | 83 self.Fail('deqp/functional/gles3/vertexarrays.html', |
123 ['win'], bug=483282) | 84 ['win'], bug=483282) |
124 | 85 |
125 self.Fail('deqp/functional/gles3/texturespecification/' + | 86 self.Fail('deqp/functional/gles3/texturespecification/' + |
126 'basic_copyteximage2d.html', | 87 'basic_copyteximage2d.html', |
127 ['win'], bug=483282) | 88 ['win'], bug=483282) |
128 | 89 |
129 self.Fail('deqp/functional/gles3/shaderloop_for.html', | 90 self.Fail('deqp/functional/gles3/shaderloop_for.html', |
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 # self.Fail(page_name, | 657 # self.Fail(page_name, |
697 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 658 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
698 # self.Fail(page_name, | 659 # self.Fail(page_name, |
699 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 660 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
700 | 661 |
701 # Conflicts if between a generic os condition and a specific version | 662 # Conflicts if between a generic os condition and a specific version |
702 # self.Fail(page_name, | 663 # self.Fail(page_name, |
703 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 664 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
704 # self.Fail(page_name, | 665 # self.Fail(page_name, |
705 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 666 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |