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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 73 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
74 | 74 |
75 # Avoid a conflict with a Mac expectation by setting | 75 # Avoid a conflict with a Mac expectation by setting |
76 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 76 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
77 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 77 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
78 | 78 |
79 # All platforms with AMD GPU. | 79 # All platforms with AMD GPU. |
80 self.Fail('deqp/functional/gles3/multisample.html', | 80 self.Fail('deqp/functional/gles3/multisample.html', |
81 ['amd'], bug=617290) | 81 ['amd'], bug=617290) |
82 | 82 |
83 # Failing because the tests are using invalid combinations of source and | |
84 # destination formats, see https://github.com/KhronosGroup/WebGL/issues/1628 | |
85 self.Fail('conformance2/textures/webgl_canvas/' + | |
86 'tex-2d-rgb565-rgb-unsigned_byte.html', | |
87 bug=483282) | |
88 self.Fail('conformance2/textures/webgl_canvas/' + | |
89 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', | |
90 bug=483282) | |
91 self.Fail('conformance2/textures/webgl_canvas/' + | |
92 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
93 bug=483282) | |
94 self.Fail('conformance2/textures/webgl_canvas/' + | |
95 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | |
96 bug=483282) | |
97 self.Fail('conformance2/textures/webgl_canvas/' + | |
98 'tex-2d-rgba4-rgba-unsigned_byte.html', | |
99 bug=483282) | |
100 self.Fail('conformance2/textures/webgl_canvas/' + | |
101 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', | |
102 bug=483282) | |
103 self.Fail('conformance2/textures/canvas/' + | |
104 'tex-2d-rgb565-rgb-unsigned_byte.html', | |
105 bug=483282) | |
106 self.Fail('conformance2/textures/canvas/' + | |
107 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', | |
108 bug=483282) | |
109 self.Fail('conformance2/textures/canvas/' + | |
110 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
111 bug=483282) | |
112 self.Fail('conformance2/textures/canvas/' + | |
113 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | |
114 bug=483282) | |
115 self.Fail('conformance2/textures/canvas/' + | |
116 'tex-2d-rgba4-rgba-unsigned_byte.html', | |
117 bug=483282) | |
118 self.Fail('conformance2/textures/canvas/' + | |
119 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', | |
120 bug=483282) | |
121 | |
122 # Windows only. | 83 # Windows only. |
123 | 84 |
124 self.Fail('deqp/functional/gles3/vertexarrays.html', | 85 self.Fail('deqp/functional/gles3/vertexarrays.html', |
125 ['win'], bug=483282) | 86 ['win'], bug=483282) |
126 | 87 |
127 self.Fail('deqp/functional/gles3/texturespecification/' + | 88 self.Fail('deqp/functional/gles3/texturespecification/' + |
128 'basic_copyteximage2d.html', | 89 'basic_copyteximage2d.html', |
129 ['win'], bug=483282) | 90 ['win'], bug=483282) |
130 | 91 |
131 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601) | 92 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601) |
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 # self.Fail(page_name, | 648 # self.Fail(page_name, |
688 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 649 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
689 # self.Fail(page_name, | 650 # self.Fail(page_name, |
690 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 651 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
691 | 652 |
692 # Conflicts if between a generic os condition and a specific version | 653 # Conflicts if between a generic os condition and a specific version |
693 # self.Fail(page_name, | 654 # self.Fail(page_name, |
694 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 655 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
695 # self.Fail(page_name, | 656 # self.Fail(page_name, |
696 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 657 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |