| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 import os | 4 import os |
| 5 | 5 |
| 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations | 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations |
| 7 | 7 |
| 8 # See the GpuTestExpectations class for documentation. | 8 # See the GpuTestExpectations class for documentation. |
| 9 | 9 |
| 10 class WebGLConformanceExpectations(GpuTestExpectations): | 10 class WebGLConformanceExpectations(GpuTestExpectations): |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912) | 134 ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912) |
| 135 self.Fail('conformance/textures/image_bitmap_from_image/*', | 135 self.Fail('conformance/textures/image_bitmap_from_image/*', |
| 136 ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=589930) | 136 ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=589930) |
| 137 | 137 |
| 138 # Mac Retina AMD failures | 138 # Mac Retina AMD failures |
| 139 self.Fail('conformance/textures/image_bitmap_from_image/*', | 139 self.Fail('conformance/textures/image_bitmap_from_image/*', |
| 140 ['mac', ('amd', 0x6821)], bug=589930) | 140 ['mac', ('amd', 0x6821)], bug=589930) |
| 141 | 141 |
| 142 # Mac AMD failures | 142 # Mac AMD failures |
| 143 self.Fail('conformance/textures/image_bitmap_from_image/' + | 143 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 144 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + | 144 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 145 'rgb-rgb-unsigned_byte.html', | |
| 146 ['mac', ('amd', 0x679e)], bug=589930) | 145 ['mac', ('amd', 0x679e)], bug=589930) |
| 147 self.Fail('conformance/textures/image_bitmap_from_image/' + | 146 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 148 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + | 147 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 149 'rgba-rgba-unsigned_byte.html', | |
| 150 ['mac', ('amd', 0x679e)], bug=589930) | 148 ['mac', ('amd', 0x679e)], bug=589930) |
| 151 | 149 |
| 152 # Mac Intel failures | 150 # Mac Intel failures |
| 153 self.Fail('conformance/textures/image_bitmap_from_image/' + | 151 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 154 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + | 152 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 155 'rgb-rgb-unsigned_byte.html', | |
| 156 ['mac', 'intel'], bug=589930) | 153 ['mac', 'intel'], bug=589930) |
| 157 self.Fail('conformance/textures/image_bitmap_from_image/' + | 154 self.Fail('conformance/textures/image_bitmap_from_image/' + |
| 158 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-' + | 155 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 159 'rgba-rgba-unsigned_byte.html', | |
| 160 ['mac', 'intel'], bug=589930) | 156 ['mac', 'intel'], bug=589930) |
| 161 | 157 |
| 162 # Linux failures | 158 # Linux failures |
| 163 # NVIDIA | 159 # NVIDIA |
| 164 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 160 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 165 ['linux', 'nvidia'], bug=544989) # Too flaky to retry | 161 ['linux', 'nvidia'], bug=544989) # Too flaky to retry |
| 166 self.Flaky('conformance/extensions/oes-element-index-uint.html', | 162 self.Flaky('conformance/extensions/oes-element-index-uint.html', |
| 167 ['linux', 'nvidia'], bug=524144) | 163 ['linux', 'nvidia'], bug=524144) |
| 168 self.Flaky('conformance/textures/image/' + | 164 self.Flaky('conformance/textures/image/' + |
| 169 'tex-image-and-sub-image-2d-with-image-' + | 165 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 170 'rgb-rgb-unsigned_byte.html', | |
| 171 ['linux', 'nvidia'], bug=596622) | 166 ['linux', 'nvidia'], bug=596622) |
| 172 # AMD | 167 # AMD |
| 173 self.Flaky('conformance/more/functions/uniformi.html', | 168 self.Flaky('conformance/more/functions/uniformi.html', |
| 174 ['linux', 'amd'], bug=550989) | 169 ['linux', 'amd'], bug=550989) |
| 175 self.Fail('deqp/data/gles2/shaders/preprocessor.html', | 170 self.Fail('deqp/data/gles2/shaders/preprocessor.html', |
| 176 ['linux', 'amd'], bug=478572) | 171 ['linux', 'amd'], bug=478572) |
| 177 | 172 |
| 178 # AMD Radeon 6450 | 173 # AMD Radeon 6450 |
| 179 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 174 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 180 ['linux', ('amd', 0x6779)], bug=479260) | 175 ['linux', ('amd', 0x6779)], bug=479260) |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 | 221 |
| 227 # Android failures | 222 # Android failures |
| 228 self.Fail('deqp/data/gles2/shaders/constants.html', | 223 self.Fail('deqp/data/gles2/shaders/constants.html', |
| 229 ['android'], bug=478572) | 224 ['android'], bug=478572) |
| 230 self.Fail('deqp/data/gles2/shaders/conversions.html', | 225 self.Fail('deqp/data/gles2/shaders/conversions.html', |
| 231 ['android'], bug=478572) | 226 ['android'], bug=478572) |
| 232 self.Fail('deqp/data/gles2/shaders/declarations.html', | 227 self.Fail('deqp/data/gles2/shaders/declarations.html', |
| 233 ['android'], bug=478572) | 228 ['android'], bug=478572) |
| 234 self.Fail('deqp/data/gles2/shaders/linkage.html', | 229 self.Fail('deqp/data/gles2/shaders/linkage.html', |
| 235 ['android'], bug=478572) | 230 ['android'], bug=478572) |
| 236 self.Fail('conformance/textures/image/tex-image-and-sub-image-2d-' + | 231 self.Fail('conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html', |
| 237 'with-image-rgb-rgb-unsigned_byte.html', | |
| 238 ['android'], bug=586183) | 232 ['android'], bug=586183) |
| 239 # The following tests timed out on android, so skip them for now. | 233 # The following tests timed out on android, so skip them for now. |
| 240 self.Skip('conformance/textures/image_bitmap_from_video/*', | 234 self.Skip('conformance/textures/image_bitmap_from_video/*', |
| 241 ['android'], bug=585108) | 235 ['android'], bug=585108) |
| 242 # The following WebView crashes are causing problems with further | 236 # The following WebView crashes are causing problems with further |
| 243 # tests in the suite, so skip them for now. | 237 # tests in the suite, so skip them for now. |
| 244 self.Skip('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 238 self.Skip('conformance/textures/video/' + |
| 245 'video-rgb-rgb-unsigned_byte.html', | 239 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 246 ['android', 'android-webview-shell'], bug=352645) | 240 ['android', 'android-webview-shell'], bug=352645) |
| 247 self.Skip('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 241 self.Skip('conformance/textures/video/' + |
| 248 'video-rgb-rgb-unsigned_short_5_6_5.html', | 242 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 249 ['android', 'android-webview-shell'], bug=352645) | 243 ['android', 'android-webview-shell'], bug=352645) |
| 250 self.Skip('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 244 self.Skip('conformance/textures/video/' + |
| 251 'video-rgba-rgba-unsigned_byte.html', | 245 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 252 ['android', 'android-webview-shell'], bug=352645) | 246 ['android', 'android-webview-shell'], bug=352645) |
| 253 self.Skip('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 247 self.Skip('conformance/textures/video/' + |
| 254 'video-rgba-rgba-unsigned_short_4_4_4_4.html', | 248 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 255 ['android', 'android-webview-shell'], bug=352645) | 249 ['android', 'android-webview-shell'], bug=352645) |
| 256 self.Skip('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 250 self.Skip('conformance/textures/video/' + |
| 257 'video-rgba-rgba-unsigned_short_5_5_5_1.html', | 251 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 258 ['android', 'android-webview-shell'], bug=352645) | 252 ['android', 'android-webview-shell'], bug=352645) |
| 259 self.Skip('conformance/textures/misc/texture-npot-video.html', | 253 self.Skip('conformance/textures/misc/texture-npot-video.html', |
| 260 ['android', 'android-webview-shell'], bug=352645) | 254 ['android', 'android-webview-shell'], bug=352645) |
| 261 # These are failing on the Nexus 5 and 6 | 255 # These are failing on the Nexus 5 and 6 |
| 262 self.Fail('conformance/extensions/oes-texture-float-with-canvas.html', | 256 self.Fail('conformance/extensions/oes-texture-float-with-canvas.html', |
| 263 ['android', 'qualcomm'], bug=499555) | 257 ['android', 'qualcomm'], bug=499555) |
| 264 # This crashes in Android WebView on the Nexus 6, preventing the | 258 # This crashes in Android WebView on the Nexus 6, preventing the |
| 265 # suite from running further. Rather than add multiple | 259 # suite from running further. Rather than add multiple |
| 266 # suppressions, skip it until it's passing at least in content | 260 # suppressions, skip it until it's passing at least in content |
| 267 # shell. | 261 # shell. |
| (...skipping 19 matching lines...) Expand all Loading... |
| 287 self.Fail('conformance/textures/image_bitmap_from_blob/*', | 281 self.Fail('conformance/textures/image_bitmap_from_blob/*', |
| 288 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) | 282 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) |
| 289 self.Fail('conformance/textures/image_bitmap_from_canvas/*', | 283 self.Fail('conformance/textures/image_bitmap_from_canvas/*', |
| 290 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) | 284 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) |
| 291 self.Fail('conformance/textures/image_bitmap_from_image/*', | 285 self.Fail('conformance/textures/image_bitmap_from_image/*', |
| 292 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) | 286 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) |
| 293 self.Fail('conformance/textures/image_bitmap_from_image_data/*', | 287 self.Fail('conformance/textures/image_bitmap_from_image_data/*', |
| 294 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) | 288 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108) |
| 295 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', | 289 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', |
| 296 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=598262) | 290 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=598262) |
| 297 self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 291 self.Fail('conformance/textures/video/' + |
| 298 'video-rgb-rgb-unsigned_byte.html', | 292 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 299 ['android', 'android-content-shell', | 293 ['android', 'android-content-shell', |
| 300 ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 294 ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 301 self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 295 self.Fail('conformance/textures/video/' + |
| 302 'video-rgba-rgba-unsigned_byte.html', | 296 'tex-2d-rgba-rgba-unsigned_byte.html', |
| 303 ['android', 'android-content-shell', | 297 ['android', 'android-content-shell', |
| 304 ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 298 ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 305 self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 299 self.Fail('conformance/textures/video/' + |
| 306 'video-rgb-rgb-unsigned_short_5_6_5.html', | 300 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 307 ['android', 'android-content-shell', | 301 ['android', 'android-content-shell', |
| 308 ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 302 ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 309 self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 303 self.Fail('conformance/textures/video/' + |
| 310 'video-rgba-rgba-unsigned_short_4_4_4_4.html', | 304 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 311 ['android', 'android-content-shell', | 305 ['android', 'android-content-shell', |
| 312 ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 306 ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 313 self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' + | 307 self.Fail('conformance/textures/video/' + |
| 314 'video-rgba-rgba-unsigned_short_5_5_5_1.html', | 308 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 315 ['android', 'android-content-shell', | 309 ['android', 'android-content-shell', |
| 316 ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 310 ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 317 # bindBufferBadArgs is causing the GPU thread to crash, taking | 311 # bindBufferBadArgs is causing the GPU thread to crash, taking |
| 318 # down the WebView shell, causing the next test to fail and | 312 # down the WebView shell, causing the next test to fail and |
| 319 # subsequent tests to be aborted. | 313 # subsequent tests to be aborted. |
| 320 self.Skip('conformance/more/functions/bindBufferBadArgs.html', | 314 self.Skip('conformance/more/functions/bindBufferBadArgs.html', |
| 321 ['android', 'android-webview-shell', | 315 ['android', 'android-webview-shell', |
| 322 ('qualcomm', 'Adreno (TM) 420')], bug=499874) | 316 ('qualcomm', 'Adreno (TM) 420')], bug=499874) |
| 323 self.Fail('conformance/rendering/gl-scissor-test.html', | 317 self.Fail('conformance/rendering/gl-scissor-test.html', |
| 324 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 318 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 self.Fail('conformance/textures/misc/texture-npot.html', | 417 self.Fail('conformance/textures/misc/texture-npot.html', |
| 424 ['chromeos', ('intel', 0xa011)], bug=375554) | 418 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 425 self.Fail('conformance/textures/misc/texture-npot-video.html', | 419 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 426 ['chromeos', ('intel', 0xa011)], bug=375554) | 420 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 427 self.Fail('conformance/textures/misc/texture-size.html', | 421 self.Fail('conformance/textures/misc/texture-size.html', |
| 428 ['chromeos', ('intel', 0xa011)], bug=375554) | 422 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 429 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 423 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 430 ['chromeos', ('intel', 0xa011)], bug=375554) | 424 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 431 self.Skip('conformance/uniforms/uniform-default-values.html', | 425 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 432 ['chromeos', ('intel', 0xa011)], bug=375554) | 426 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |