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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 self.Skip('deqp/functional/gles3/texturespecification*.html', bug=483282) | 60 self.Skip('deqp/functional/gles3/texturespecification*.html', bug=483282) |
61 self.Skip('deqp/functional/gles3/texturewrap.html', bug=483282) | 61 self.Skip('deqp/functional/gles3/texturewrap.html', bug=483282) |
62 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282) | 62 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282) |
63 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282) | 63 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282) |
64 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282) | 64 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282) |
65 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282) | 65 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282) |
66 | 66 |
67 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) | 67 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) |
68 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) | 68 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) |
69 | 69 |
70 # Remove after we roll in https://github.com/KhronosGroup/WebGL/pull/1520. | 70 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) |
71 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', | |
72 bug=295792) | |
73 | 71 |
74 # Note that this test fails on ['win', 'intel'] with bug=483282 | 72 # Windows / Mac. |
75 self.Fail('conformance2/buffers/uniform-buffers.html', bug=577368) | 73 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
76 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) | 74 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + |
| 75 'r8-red-unsigned_byte.html', |
| 76 ['win', 'mac'], bug=595097) |
| 77 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 78 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + |
| 79 'r16f-red-half_float.html', |
| 80 ['win', 'mac'], bug=595097) |
| 81 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 82 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + |
| 83 'r16f-red-float.html', |
| 84 ['win', 'mac'], bug=595097) |
| 85 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 86 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + |
| 87 'r32f-red-float.html', |
| 88 ['win', 'mac'], bug=595097) |
| 89 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 90 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + |
| 91 'r8ui-red_integer-unsigned_byte.html', |
| 92 ['win', 'mac'], bug=595097) |
| 93 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 94 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + |
| 95 'srgb8-rgb-unsigned_byte.html', |
| 96 ['win', 'mac'], bug=595097) |
| 97 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 98 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + |
| 99 'srgb8_alpha8-rgba-unsigned_byte.html', |
| 100 ['win', 'mac'], bug=595097) |
| 101 |
| 102 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 103 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + |
| 104 'r8-red-unsigned_byte.html', |
| 105 ['win', 'mac'], bug=595097) |
| 106 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 107 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + |
| 108 'r16f-red-half_float.html', |
| 109 ['win', 'mac'], bug=595097) |
| 110 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 111 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + |
| 112 'r16f-red-float.html', |
| 113 ['win', 'mac'], bug=595097) |
| 114 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 115 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + |
| 116 'r32f-red-float.html', |
| 117 ['win', 'mac'], bug=595097) |
| 118 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 119 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + |
| 120 'r8ui-red_integer-unsigned_byte.html', |
| 121 ['win', 'mac'], bug=595097) |
| 122 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 123 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + |
| 124 'srgb8-rgb-unsigned_byte.html', |
| 125 ['win', 'mac'], bug=595097) |
| 126 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 127 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + |
| 128 'srgb8_alpha8-rgba-unsigned_byte.html', |
| 129 ['win', 'mac'], bug=595097) |
| 130 |
| 131 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 132 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 133 'r8-red-unsigned_byte.html', |
| 134 ['win', 'mac'], bug=595097) |
| 135 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 136 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 137 'r16f-red-half_float.html', |
| 138 ['win', 'mac'], bug=595097) |
| 139 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 140 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 141 'r16f-red-float.html', |
| 142 ['win', 'mac'], bug=595097) |
| 143 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 144 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 145 'r32f-red-float.html', |
| 146 ['win', 'mac'], bug=595097) |
| 147 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 148 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 149 'r8ui-red_integer-unsigned_byte.html', |
| 150 ['win', 'mac'], bug=595097) |
| 151 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 152 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 153 'srgb8-rgb-unsigned_byte.html', |
| 154 ['win', 'mac'], bug=595097) |
| 155 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 156 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + |
| 157 'srgb8_alpha8-rgba-unsigned_byte.html', |
| 158 ['win', 'mac'], bug=595097) |
| 159 |
| 160 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 161 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 162 'r8-red-unsigned_byte.html', |
| 163 ['win', 'mac'], bug=595097) |
| 164 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 165 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 166 'r16f-red-half_float.html', |
| 167 ['win', 'mac'], bug=595097) |
| 168 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 169 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 170 'r16f-red-float.html', |
| 171 ['win', 'mac'], bug=595097) |
| 172 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 173 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 174 'r32f-red-float.html', |
| 175 ['win', 'mac'], bug=595097) |
| 176 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 177 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 178 'r8ui-red_integer-unsigned_byte.html', |
| 179 ['win', 'mac'], bug=595097) |
| 180 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 181 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 182 'srgb8-rgb-unsigned_byte.html', |
| 183 ['win', 'mac'], bug=595097) |
| 184 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 185 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + |
| 186 'srgb8_alpha8-rgba-unsigned_byte.html', |
| 187 ['win', 'mac'], bug=595097) |
| 188 |
| 189 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 190 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 191 'r8-red-unsigned_byte.html', |
| 192 ['win', 'mac'], bug=595097) |
| 193 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 194 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 195 'r16f-red-half_float.html', |
| 196 ['win', 'mac'], bug=595097) |
| 197 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 198 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 199 'r16f-red-float.html', |
| 200 ['win', 'mac'], bug=595097) |
| 201 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 202 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 203 'r32f-red-float.html', |
| 204 ['win', 'mac'], bug=595097) |
| 205 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 206 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 207 'r8ui-red_integer-unsigned_byte.html', |
| 208 ['win', 'mac'], bug=595097) |
| 209 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 210 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 211 'srgb8-rgb-unsigned_byte.html', |
| 212 ['win', 'mac'], bug=595097) |
| 213 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 214 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + |
| 215 'srgb8_alpha8-rgba-unsigned_byte.html', |
| 216 ['win', 'mac'], bug=595097) |
| 217 |
| 218 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 219 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 220 'r8-red-unsigned_byte.html', |
| 221 ['win', 'mac'], bug=595097) |
| 222 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 223 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 224 'r16f-red-half_float.html', |
| 225 ['win', 'mac'], bug=595097) |
| 226 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 227 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 228 'r16f-red-float.html', |
| 229 ['win', 'mac'], bug=595097) |
| 230 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 231 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 232 'r32f-red-float.html', |
| 233 ['win', 'mac'], bug=595097) |
| 234 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 235 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 236 'r8ui-red_integer-unsigned_byte.html', |
| 237 ['win', 'mac'], bug=595097) |
| 238 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 239 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 240 'srgb8-rgb-unsigned_byte.html', |
| 241 ['win', 'mac'], bug=595097) |
| 242 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 243 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + |
| 244 'srgb8_alpha8-rgba-unsigned_byte.html', |
| 245 ['win', 'mac'], bug=595097) |
77 | 246 |
78 # Windows only. | 247 # Windows only. |
79 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 248 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
80 '-with-canvas-r8-red-unsigned_byte.html', | 249 '-with-canvas-r8-red-unsigned_byte.html', |
81 ['win'], bug=483282) | 250 ['win'], bug=483282) |
82 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 251 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
83 '-with-canvas-rg8-rg-unsigned_byte.html', | 252 '-with-canvas-rg8-rg-unsigned_byte.html', |
84 ['win'], bug=483282) | 253 ['win'], bug=483282) |
85 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 254 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
86 '-with-canvas-rgb8-rgb-unsigned_byte.html', | 255 '-with-canvas-rgb8-rgb-unsigned_byte.html', |
87 ['win'], bug=483282) | 256 ['win'], bug=483282) |
88 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 257 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
89 '-with-canvas-rgb565-rgb-unsigned_byte.html', | 258 '-with-canvas-rgb565-rgb-unsigned_byte.html', |
90 ['win'], bug=483282) | 259 ['win'], bug=483282) |
91 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 260 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
92 '-with-canvas-rgb565-rgb-unsigned_short_5_6_5.html', | 261 '-with-canvas-rgb565-rgb-unsigned_short_5_6_5.html', |
93 ['win'], bug=483282) | 262 ['win'], bug=483282) |
94 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 263 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
95 '-with-canvas-rgb5_a1-rgba-unsigned_byte.html', | 264 '-with-canvas-rgb5_a1-rgba-unsigned_byte.html', |
96 ['win'], bug=483282) | 265 ['win'], bug=483282) |
97 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 266 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
98 '-with-canvas-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | 267 '-with-canvas-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', |
99 ['win'], bug=483282) | 268 ['win'], bug=483282) |
100 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 269 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
101 '-with-canvas-rgba4-rgba-unsigned_byte.html', | 270 '-with-canvas-rgba4-rgba-unsigned_byte.html', |
102 ['win'], bug=483282) | 271 ['win'], bug=483282) |
103 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 272 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + |
104 '-with-canvas-rgba4-rgba-unsigned_short_4_4_4_4.html', | 273 '-with-canvas-rgba4-rgba-unsigned_short_4_4_4_4.html', |
105 ['win'], bug=483282) | 274 ['win'], bug=483282) |
| 275 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 276 ['win'], bug=483282) |
106 | 277 |
107 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 278 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + |
108 '-with-webgl-canvas-r8-red-unsigned_byte.html', | 279 '-with-webgl-canvas-r8-red-unsigned_byte.html', |
109 ['win'], bug=483282) | 280 ['win'], bug=483282) |
110 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 281 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + |
111 '-with-webgl-canvas-rg8-rg-unsigned_byte.html', | 282 '-with-webgl-canvas-rg8-rg-unsigned_byte.html', |
112 ['win'], bug=483282) | 283 ['win'], bug=483282) |
113 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 284 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + |
114 '-with-webgl-canvas-rgb8-rgb-unsigned_byte.html', | 285 '-with-webgl-canvas-rgb8-rgb-unsigned_byte.html', |
115 ['win'], bug=483282) | 286 ['win'], bug=483282) |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 '-with-canvas-rgba8-rgba-unsigned_byte.html', | 450 '-with-canvas-rgba8-rgba-unsigned_byte.html', |
280 ['win', 'debug'], bug=542901) | 451 ['win', 'debug'], bug=542901) |
281 | 452 |
282 # Win / AMD flakiness seen on the FYI waterfall. | 453 # Win / AMD flakiness seen on the FYI waterfall. |
283 # It's unfortunate that this suppression needs to be so broad, but | 454 # It's unfortunate that this suppression needs to be so broad, but |
284 # basically any test that uses readPixels is potentially flaky, and | 455 # basically any test that uses readPixels is potentially flaky, and |
285 # it's infeasible to suppress individual failures one by one. | 456 # it's infeasible to suppress individual failures one by one. |
286 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) | 457 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) |
287 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) | 458 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) |
288 | 459 |
| 460 # Win / Intel |
| 461 self.Fail('conformance2/buffers/uniform-buffers.html', |
| 462 ['win', 'intel'], bug=483282) |
| 463 |
289 # Mac only. | 464 # Mac only. |
290 self.Skip('deqp/data/gles3/shaders/qualification_order.html', | 465 self.Skip('deqp/data/gles3/shaders/qualification_order.html', |
291 ['mac'], bug=483282) | 466 ['mac'], bug=483282) |
292 self.Skip('deqp/data/gles3/shaders/scoping.html', | 467 self.Skip('deqp/data/gles3/shaders/scoping.html', |
293 ['mac'], bug=483282) | 468 ['mac'], bug=483282) |
294 self.Skip('deqp/functional/gles3/defaultvertexattribute.html', | 469 self.Skip('deqp/functional/gles3/defaultvertexattribute.html', |
295 ['mac'], bug=483282) | 470 ['mac'], bug=483282) |
296 self.Skip('deqp/functional/gles3/floatstatequery.html', | 471 self.Skip('deqp/functional/gles3/floatstatequery.html', |
297 ['mac'], bug=483282) | 472 ['mac'], bug=483282) |
298 self.Skip('deqp/functional/gles3/texturestatequery.html', | 473 self.Skip('deqp/functional/gles3/texturestatequery.html', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 ['mac', ('nvidia', 0xfe9)], bug=483282) | 525 ['mac', ('nvidia', 0xfe9)], bug=483282) |
351 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', | 526 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', |
352 ['mac', ('nvidia', 0xfe9)], bug=483282) | 527 ['mac', ('nvidia', 0xfe9)], bug=483282) |
353 self.Fail('deqp/functional/gles3/shaderstruct.html', | 528 self.Fail('deqp/functional/gles3/shaderstruct.html', |
354 ['mac', ('nvidia', 0xfe9)], bug=483282) | 529 ['mac', ('nvidia', 0xfe9)], bug=483282) |
355 | 530 |
356 # Mac AMD | 531 # Mac AMD |
357 self.Fail('deqp/functional/gles3/clipping.html', | 532 self.Fail('deqp/functional/gles3/clipping.html', |
358 ['mac', 'amd'], bug=483282) | 533 ['mac', 'amd'], bug=483282) |
359 | 534 |
| 535 # Mac Intel |
| 536 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 537 ['mac', 'intel'], bug=483282) |
| 538 |
360 # Linux only. | 539 # Linux only. |
361 self.Skip('deqp/functional/gles3/shaderswitch.html', | 540 self.Skip('deqp/functional/gles3/shaderswitch.html', |
362 ['linux'], bug=483282) | 541 ['linux'], bug=483282) |
363 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', | 542 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', |
364 ['linux'], bug=483282) | 543 ['linux'], bug=483282) |
365 self.Fail('conformance2/rendering/draw-buffers.html', | 544 self.Fail('conformance2/rendering/draw-buffers.html', |
366 ['linux'], bug=483282) | 545 ['linux'], bug=483282) |
367 self.Fail('deqp/functional/gles3/fbostatequery.html', | |
368 ['linux'], bug=483282) | |
369 | 546 |
370 self.Flaky('deqp/functional/gles3/negativeshaderapi.html', | 547 self.Flaky('deqp/functional/gles3/negativeshaderapi.html', |
371 ['linux'], bug=483282) | 548 ['linux'], bug=483282) |
372 | 549 |
373 # Linux AMD only. | 550 # Linux AMD only. |
374 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 551 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
375 self.Skip('deqp/data/gles3/shaders/arrays.html', | 552 self.Skip('deqp/data/gles3/shaders/arrays.html', |
376 ['linux', 'amd'], bug=483282) | 553 ['linux', 'amd'], bug=483282) |
377 self.Skip('deqp/data/gles3/shaders/qualification_order.html', | 554 self.Skip('deqp/data/gles3/shaders/qualification_order.html', |
378 ['linux', 'amd'], bug=483282) | 555 ['linux', 'amd'], bug=483282) |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 # self.Fail(page_name, | 643 # self.Fail(page_name, |
467 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 644 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
468 # self.Fail(page_name, | 645 # self.Fail(page_name, |
469 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 646 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
470 | 647 |
471 # Conflicts if between a generic os condition and a specific version | 648 # Conflicts if between a generic os condition and a specific version |
472 # self.Fail(page_name, | 649 # self.Fail(page_name, |
473 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 650 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
474 # self.Fail(page_name, | 651 # self.Fail(page_name, |
475 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 652 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |