| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282) | 61 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282) |
| 62 | 62 |
| 63 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) | 63 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) |
| 64 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) | 64 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) |
| 65 | 65 |
| 66 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) | 66 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) |
| 67 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', bug=483282) | 67 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', bug=483282) |
| 68 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282) | 68 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282) |
| 69 | 69 |
| 70 # Windows only. | 70 # Windows only. |
| 71 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 71 self.Fail('conformance2/textures/canvas/' + |
| 72 '-with-canvas-r8-red-unsigned_byte.html', | 72 'tex-2d-r8-red-unsigned_byte.html', |
| 73 ['win'], bug=483282) | 73 ['win'], bug=483282) |
| 74 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 74 self.Fail('conformance2/textures/canvas/' + |
| 75 '-with-canvas-rg8-rg-unsigned_byte.html', | 75 'tex-2d-rg8-rg-unsigned_byte.html', |
| 76 ['win'], bug=483282) | 76 ['win'], bug=483282) |
| 77 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 77 self.Fail('conformance2/textures/canvas/' + |
| 78 '-with-canvas-rgb8-rgb-unsigned_byte.html', | 78 'tex-2d-rgb8-rgb-unsigned_byte.html', |
| 79 ['win'], bug=483282) | 79 ['win'], bug=483282) |
| 80 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 80 self.Fail('conformance2/textures/canvas/' + |
| 81 '-with-canvas-rgb565-rgb-unsigned_byte.html', | 81 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 82 ['win'], bug=483282) | 82 ['win'], bug=483282) |
| 83 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 83 self.Fail('conformance2/textures/canvas/' + |
| 84 '-with-canvas-rgb565-rgb-unsigned_short_5_6_5.html', | 84 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', |
| 85 ['win'], bug=483282) | 85 ['win'], bug=483282) |
| 86 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 86 self.Fail('conformance2/textures/canvas/' + |
| 87 '-with-canvas-rgb5_a1-rgba-unsigned_byte.html', | 87 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 88 ['win'], bug=483282) | 88 ['win'], bug=483282) |
| 89 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 89 self.Fail('conformance2/textures/canvas/' + |
| 90 '-with-canvas-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | 90 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', |
| 91 ['win'], bug=483282) | 91 ['win'], bug=483282) |
| 92 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 92 self.Fail('conformance2/textures/canvas/' + |
| 93 '-with-canvas-rgba4-rgba-unsigned_byte.html', | 93 'tex-2d-rgba4-rgba-unsigned_byte.html', |
| 94 ['win'], bug=483282) | 94 ['win'], bug=483282) |
| 95 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 95 self.Fail('conformance2/textures/canvas/' + |
| 96 '-with-canvas-rgba4-rgba-unsigned_short_4_4_4_4.html', | 96 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', |
| 97 ['win'], bug=483282) | 97 ['win'], bug=483282) |
| 98 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 98 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 99 ['win'], bug=483282) | 99 ['win'], bug=483282) |
| 100 | 100 |
| 101 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 101 self.Fail('conformance2/textures/webgl_canvas/' + |
| 102 '-with-webgl-canvas-r8-red-unsigned_byte.html', | 102 'tex-2d-r8-red-unsigned_byte.html', |
| 103 ['win'], bug=483282) | 103 ['win'], bug=483282) |
| 104 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 104 self.Fail('conformance2/textures/webgl_canvas/' + |
| 105 '-with-webgl-canvas-rg8-rg-unsigned_byte.html', | 105 'tex-2d-rg8-rg-unsigned_byte.html', |
| 106 ['win'], bug=483282) | 106 ['win'], bug=483282) |
| 107 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 107 self.Fail('conformance2/textures/webgl_canvas/' + |
| 108 '-with-webgl-canvas-rgb8-rgb-unsigned_byte.html', | 108 'tex-2d-rgb8-rgb-unsigned_byte.html', |
| 109 ['win'], bug=483282) | 109 ['win'], bug=483282) |
| 110 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 110 self.Fail('conformance2/textures/webgl_canvas/' + |
| 111 '-with-webgl-canvas-rgb565-rgb-unsigned_byte.html', | 111 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 112 ['win'], bug=483282) | 112 ['win'], bug=483282) |
| 113 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 113 self.Fail('conformance2/textures/webgl_canvas/' + |
| 114 '-with-webgl-canvas-rgb565-rgb-unsigned_short_5_6_5.html', | 114 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', |
| 115 ['win'], bug=483282) | 115 ['win'], bug=483282) |
| 116 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 116 self.Fail('conformance2/textures/webgl_canvas/' + |
| 117 '-with-webgl-canvas-rgb5_a1-rgba-unsigned_byte.html', | 117 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 118 ['win'], bug=483282) | 118 ['win'], bug=483282) |
| 119 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 119 self.Fail('conformance2/textures/webgl_canvas/' + |
| 120 '-with-webgl-canvas-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | 120 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', |
| 121 ['win'], bug=483282) | 121 ['win'], bug=483282) |
| 122 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 122 self.Fail('conformance2/textures/webgl_canvas/' + |
| 123 '-with-webgl-canvas-rgba4-rgba-unsigned_byte.html', | 123 'tex-2d-rgba4-rgba-unsigned_byte.html', |
| 124 ['win'], bug=483282) | 124 ['win'], bug=483282) |
| 125 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-2d' + | 125 self.Fail('conformance2/textures/webgl_canvas/' + |
| 126 '-with-webgl-canvas-rgba4-rgba-unsigned_short_4_4_4_4.html', | 126 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', |
| 127 ['win'], bug=483282) | 127 ['win'], bug=483282) |
| 128 | 128 |
| 129 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601) | 129 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601) |
| 130 | 130 |
| 131 self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282) | 131 self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282) |
| 132 self.Skip('deqp/functional/gles3/texturestatequery.html', | 132 self.Skip('deqp/functional/gles3/texturestatequery.html', |
| 133 ['win'], bug=483282) | 133 ['win'], bug=483282) |
| 134 self.Fail('deqp/functional/gles3/shaderstruct.html', | 134 self.Fail('deqp/functional/gles3/shaderstruct.html', |
| 135 ['win'], bug=483282) | 135 ['win'], bug=483282) |
| 136 self.Fail('conformance2/glsl3/array-in-complex-expression.html', | 136 self.Fail('conformance2/glsl3/array-in-complex-expression.html', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 148 self.Fail('conformance2/glsl3/const-array-init.html', | 148 self.Fail('conformance2/glsl3/const-array-init.html', |
| 149 ['win'], bug=1198) # angle bug ID | 149 ['win'], bug=1198) # angle bug ID |
| 150 self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', | 150 self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', |
| 151 ['win'], bug=1266) # angle bug ID | 151 ['win'], bug=1266) # angle bug ID |
| 152 self.Skip('conformance2/textures/misc/copy-texture-image.html', | 152 self.Skip('conformance2/textures/misc/copy-texture-image.html', |
| 153 ['win'], bug=577144) # crash on debug | 153 ['win'], bug=577144) # crash on debug |
| 154 self.Fail('conformance2/state/gl-object-get-calls.html', | 154 self.Fail('conformance2/state/gl-object-get-calls.html', |
| 155 ['win'], bug=483282) | 155 ['win'], bug=483282) |
| 156 | 156 |
| 157 # Windows 8 only. | 157 # Windows 8 only. |
| 158 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' + | 158 self.Fail('conformance2/textures/image_data/' + |
| 159 '-with-image-data-rgb565-rgb-unsigned_byte.html', | 159 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 160 ['win8'], bug=483282) | 160 ['win8'], bug=483282) |
| 161 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' + | 161 self.Fail('conformance2/textures/image_data/' + |
| 162 '-with-image-data-rgb5_a1-rgba-unsigned_byte.html', | 162 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 163 ['win8'], bug=483282) | 163 ['win8'], bug=483282) |
| 164 self.Fail('conformance2/textures/image/tex-image-and-sub-image-2d' + | 164 self.Fail('conformance2/textures/image/' + |
| 165 '-with-image-rgb565-rgb-unsigned_byte.html', | 165 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 166 ['win8'], bug=483282) | 166 ['win8'], bug=483282) |
| 167 self.Fail('conformance2/textures/image/tex-image-and-sub-image-2d' + | 167 self.Fail('conformance2/textures/image/' + |
| 168 '-with-image-rgb5_a1-rgba-unsigned_byte.html', | 168 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 169 ['win8'], bug=483282) | 169 ['win8'], bug=483282) |
| 170 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-2d' + | 170 self.Fail('conformance2/textures/svg_image/' + |
| 171 '-with-svg-image-rgb565-rgb-unsigned_byte.html', | 171 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 172 ['win8'], bug=483282) | 172 ['win8'], bug=483282) |
| 173 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-2d' + | 173 self.Fail('conformance2/textures/svg_image/' + |
| 174 '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html', | 174 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 175 ['win8'], bug=483282) | 175 ['win8'], bug=483282) |
| 176 self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' + | 176 self.Fail('conformance2/textures/video/' + |
| 177 '-with-video-rgb565-rgb-unsigned_byte.html', | 177 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 178 ['win8'], bug=483282) | 178 ['win8'], bug=483282) |
| 179 self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' + | 179 self.Fail('conformance2/textures/video/' + |
| 180 '-with-video-rgb5_a1-rgba-unsigned_byte.html', | 180 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 181 ['win8'], bug=483282) | 181 ['win8'], bug=483282) |
| 182 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + | 182 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + |
| 183 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-data-' + | 183 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 184 'rgb565-rgb-unsigned_byte.html', | |
| 185 ['win8'], bug=483282) | 184 ['win8'], bug=483282) |
| 186 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + | 185 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + |
| 187 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-data-' + | 186 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 188 'rgb5_a1-rgba-unsigned_byte.html', | |
| 189 ['win8'], bug=483282) | 187 ['win8'], bug=483282) |
| 190 self.Fail('conformance2/textures/image_bitmap_from_image/' + | 188 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 191 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + | 189 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 192 'rgb565-rgb-unsigned_byte.html', | |
| 193 ['win8'], bug=483282) | 190 ['win8'], bug=483282) |
| 194 self.Fail('conformance2/textures/image_bitmap_from_image/' + | 191 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 195 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + | 192 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 196 'rgb5_a1-rgba-unsigned_byte.html', | |
| 197 ['win8'], bug=483282) | 193 ['win8'], bug=483282) |
| 198 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 194 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 199 'tex-image-and-sub-image-2d-with-image-bitmap-from-video-' + | 195 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 200 'rgb565-rgb-unsigned_byte.html', | |
| 201 ['win8'], bug=483282) | 196 ['win8'], bug=483282) |
| 202 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 197 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 203 'tex-image-and-sub-image-2d-with-image-bitmap-from-video-' + | 198 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 204 'rgb5_a1-rgba-unsigned_byte.html', | |
| 205 ['win8'], bug=483282) | 199 ['win8'], bug=483282) |
| 206 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + | 200 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 207 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + | 201 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 208 'rgb565-rgb-unsigned_byte.html', | |
| 209 ['win8'], bug=483282) | 202 ['win8'], bug=483282) |
| 210 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + | 203 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 211 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' + | 204 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 212 'rgb5_a1-rgba-unsigned_byte.html', | |
| 213 ['win8'], bug=483282) | 205 ['win8'], bug=483282) |
| 214 self.Fail('conformance2/textures/image_bitmap_from_blob/' + | 206 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 215 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + | 207 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 216 'rgb565-rgb-unsigned_byte.html', | |
| 217 ['win8'], bug=483282) | 208 ['win8'], bug=483282) |
| 218 self.Fail('conformance2/textures/image_bitmap_from_blob/' + | 209 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 219 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' + | 210 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 220 'rgb5_a1-rgba-unsigned_byte.html', | |
| 221 ['win8'], bug=483282) | 211 ['win8'], bug=483282) |
| 222 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + | 212 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 223 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' + | 213 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 224 'rgb565-rgb-unsigned_byte.html', | |
| 225 ['win8'], bug=483282) | 214 ['win8'], bug=483282) |
| 226 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + | 215 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 227 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' + | 216 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 228 'rgb5_a1-rgba-unsigned_byte.html', | |
| 229 ['win8'], bug=483282) | 217 ['win8'], bug=483282) |
| 230 | 218 |
| 231 self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' + | 219 self.Fail('conformance2/textures/video/' + |
| 232 '-with-video-rgb5_a1-rgba-unsigned_byte.html', | 220 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 233 ['win8'], bug=560555) | 221 ['win8'], bug=560555) |
| 234 self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' + | 222 self.Fail('conformance2/textures/video/' + |
| 235 '-with-video-rgb565-rgb-unsigned_byte.html', | 223 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 236 ['win8'], bug=560555) | 224 ['win8'], bug=560555) |
| 237 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' + | 225 self.Fail('conformance2/textures/image_data/' + |
| 238 '-with-image-data-rgb565-rgb-unsigned_byte.html', | 226 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 239 ['win8'], bug=560555) | 227 ['win8'], bug=560555) |
| 240 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' + | 228 self.Fail('conformance2/textures/image_data/' + |
| 241 '-with-image-data-rgb5_a1-rgba-unsigned_byte.html', | 229 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 242 ['win8'], bug=560555) | 230 ['win8'], bug=560555) |
| 243 self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' + | 231 self.Fail('conformance2/textures/image/' + |
| 244 '-with-image-rgb5_a1-rgba-unsigned_byte.html', | 232 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 245 ['win8'], bug=560555) | 233 ['win8'], bug=560555) |
| 246 self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' + | 234 self.Fail('conformance2/textures/image/' + |
| 247 '-with-image-rgb565-rgb-unsigned_byte.html', | 235 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 248 ['win8'], bug=560555) | 236 ['win8'], bug=560555) |
| 249 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' + | 237 self.Fail('conformance2/textures/svg_image/' + |
| 250 '-with-svg-image-rgb565-rgb-unsigned_byte.html', | 238 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 251 ['win8'], bug=560555) | 239 ['win8'], bug=560555) |
| 252 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' + | 240 self.Fail('conformance2/textures/svg_image/' + |
| 253 '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html', | 241 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 254 ['win8'], bug=560555) | 242 ['win8'], bug=560555) |
| 255 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + | 243 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + |
| 256 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-data-' + | 244 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 257 'rgb565-rgb-unsigned_byte.html', | |
| 258 ['win8'], bug=483282) | 245 ['win8'], bug=483282) |
| 259 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + | 246 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + |
| 260 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-data-' + | 247 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 261 'rgb5_a1-rgba-unsigned_byte.html', | |
| 262 ['win8'], bug=483282) | 248 ['win8'], bug=483282) |
| 263 self.Fail('conformance2/textures/image_bitmap_from_image/' + | 249 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 264 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + | 250 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 265 'rgb565-rgb-unsigned_byte.html', | |
| 266 ['win8'], bug=483282) | 251 ['win8'], bug=483282) |
| 267 self.Fail('conformance2/textures/image_bitmap_from_image/' + | 252 self.Fail('conformance2/textures/image_bitmap_from_image/' + |
| 268 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-' + | 253 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 269 'rgb5_a1-rgba-unsigned_byte.html', | |
| 270 ['win8'], bug=483282) | 254 ['win8'], bug=483282) |
| 271 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 255 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 272 'tex-image-and-sub-image-3d-with-image-bitmap-from-video-' + | 256 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 273 'rgb565-rgb-unsigned_byte.html', | |
| 274 ['win8'], bug=483282) | 257 ['win8'], bug=483282) |
| 275 self.Fail('conformance2/textures/image_bitmap_from_video/' + | 258 self.Fail('conformance2/textures/image_bitmap_from_video/' + |
| 276 'tex-image-and-sub-image-3d-with-image-bitmap-from-video-' + | 259 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 277 'rgb5_a1-rgba-unsigned_byte.html', | |
| 278 ['win8'], bug=483282) | 260 ['win8'], bug=483282) |
| 279 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-3d' + | 261 self.Fail('conformance2/textures/canvas/' + |
| 280 '-with-canvas-rgb5_a1-rgba-unsigned_byte.html', | 262 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 281 ['win8'], bug=560555) | 263 ['win8'], bug=560555) |
| 282 self.Fail('conformance2/textures/canvas/tex-image-and-sub-image-3d' + | 264 self.Fail('conformance2/textures/canvas/' + |
| 283 '-with-canvas-rgb565-rgb-unsigned_byte.html', | 265 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 284 ['win8'], bug=560555) | 266 ['win8'], bug=560555) |
| 285 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-3d' + | 267 self.Fail('conformance2/textures/webgl_canvas/' + |
| 286 '-with-webgl-canvas-rgb5_a1-rgba-unsigned_byte.html', | 268 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 287 ['win8'], bug=560555) | 269 ['win8'], bug=560555) |
| 288 self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-3d' + | 270 self.Fail('conformance2/textures/webgl_canvas/' + |
| 289 '-with-webgl-canvas-rgb565-rgb-unsigned_byte.html', | 271 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 290 ['win8'], bug=560555) | 272 ['win8'], bug=560555) |
| 291 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + | 273 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 292 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + | 274 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 293 'rgb565-rgb-unsigned_byte.html', | |
| 294 ['win8'], bug=483282) | 275 ['win8'], bug=483282) |
| 295 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + | 276 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
| 296 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' + | 277 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 297 'rgb5_a1-rgba-unsigned_byte.html', | |
| 298 ['win8'], bug=483282) | 278 ['win8'], bug=483282) |
| 299 self.Fail('conformance2/textures/image_bitmap_from_blob/' + | 279 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 300 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + | 280 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 301 'rgb565-rgb-unsigned_byte.html', | |
| 302 ['win8'], bug=483282) | 281 ['win8'], bug=483282) |
| 303 self.Fail('conformance2/textures/image_bitmap_from_blob/' + | 282 self.Fail('conformance2/textures/image_bitmap_from_blob/' + |
| 304 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' + | 283 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 305 'rgb5_a1-rgba-unsigned_byte.html', | |
| 306 ['win8'], bug=483282) | 284 ['win8'], bug=483282) |
| 307 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + | 285 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 308 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' + | 286 'tex-3d-rgb565-rgb-unsigned_byte.html', |
| 309 'rgb565-rgb-unsigned_byte.html', | |
| 310 ['win8'], bug=483282) | 287 ['win8'], bug=483282) |
| 311 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + | 288 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + |
| 312 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' + | 289 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', |
| 313 'rgb5_a1-rgba-unsigned_byte.html', | |
| 314 ['win8'], bug=483282) | 290 ['win8'], bug=483282) |
| 315 | 291 |
| 316 # Windows Debug. Causing assertions in the GPU process which raise | 292 # Windows Debug. Causing assertions in the GPU process which raise |
| 317 # a dialog box, so have to skip them rather than mark them as | 293 # a dialog box, so have to skip them rather than mark them as |
| 318 # failing. | 294 # failing. |
| 319 self.Skip('conformance2/textures/canvas/tex-image-and-sub-image-2d' + | 295 self.Skip('conformance2/textures/canvas/' + |
| 320 '-with-canvas-rgba8-rgba-unsigned_byte.html', | 296 'tex-2d-rgba8-rgba-unsigned_byte.html', |
| 321 ['win', 'debug'], bug=542901) | 297 ['win', 'debug'], bug=542901) |
| 322 | 298 |
| 323 # Win / AMD flakiness seen on the FYI waterfall. | 299 # Win / AMD flakiness seen on the FYI waterfall. |
| 324 # It's unfortunate that this suppression needs to be so broad, but | 300 # It's unfortunate that this suppression needs to be so broad, but |
| 325 # basically any test that uses readPixels is potentially flaky, and | 301 # basically any test that uses readPixels is potentially flaky, and |
| 326 # it's infeasible to suppress individual failures one by one. | 302 # it's infeasible to suppress individual failures one by one. |
| 327 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) | 303 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) |
| 328 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) | 304 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) |
| 329 | 305 |
| 330 # Win / Intel | 306 # Win / Intel |
| 331 self.Fail('conformance2/buffers/uniform-buffers.html', | 307 self.Fail('conformance2/buffers/uniform-buffers.html', |
| 332 ['win', 'intel'], bug=483282) | 308 ['win', 'intel'], bug=483282) |
| 333 | 309 |
| 334 # Win7 / NVidia / GeForce GT 730 | |
| 335 # The following two use wildcards because the file names are over | |
| 336 # 255 characters and are causing problems on the Windows bots. | |
| 337 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + | |
| 338 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' + | |
| 339 'r11f_g11f_b10f-*.html', | |
| 340 ['win7', ('nvidia', 0xf02)], bug=483282) | |
| 341 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + | |
| 342 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' + | |
| 343 'r11f_g11f_b10f-*.html', | |
| 344 ['win7', ('nvidia', 0xf02)], bug=483282) | |
| 345 | |
| 346 # Mac only. | 310 # Mac only. |
| 347 self.Skip('deqp/data/gles3/shaders/qualification_order.html', | 311 self.Skip('deqp/data/gles3/shaders/qualification_order.html', |
| 348 ['mac'], bug=483282) | 312 ['mac'], bug=483282) |
| 349 self.Skip('deqp/data/gles3/shaders/scoping.html', | 313 self.Skip('deqp/data/gles3/shaders/scoping.html', |
| 350 ['mac'], bug=483282) | 314 ['mac'], bug=483282) |
| 351 self.Skip('deqp/functional/gles3/defaultvertexattribute.html', | 315 self.Skip('deqp/functional/gles3/defaultvertexattribute.html', |
| 352 ['mac'], bug=483282) | 316 ['mac'], bug=483282) |
| 353 self.Skip('deqp/functional/gles3/floatstatequery.html', | 317 self.Skip('deqp/functional/gles3/floatstatequery.html', |
| 354 ['mac'], bug=483282) | 318 ['mac'], bug=483282) |
| 355 self.Skip('deqp/functional/gles3/texturestatequery.html', | 319 self.Skip('deqp/functional/gles3/texturestatequery.html', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 # self.Fail(page_name, | 492 # self.Fail(page_name, |
| 529 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 493 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 530 # self.Fail(page_name, | 494 # self.Fail(page_name, |
| 531 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 495 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 532 | 496 |
| 533 # Conflicts if between a generic os condition and a specific version | 497 # Conflicts if between a generic os condition and a specific version |
| 534 # self.Fail(page_name, | 498 # self.Fail(page_name, |
| 535 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 499 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 536 # self.Fail(page_name, | 500 # self.Fail(page_name, |
| 537 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 501 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |