| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 | 103 |
| 104 # Nexus 9 | 104 # Nexus 9 |
| 105 self.Fail('WebglExtension_WEBGL_compressed_texture_atc', | 105 self.Fail('WebglExtension_WEBGL_compressed_texture_atc', |
| 106 ['android', ('nvidia', 'NVIDIA Tegra')]) | 106 ['android', ('nvidia', 'NVIDIA Tegra')]) |
| 107 | 107 |
| 108 # ======================== | 108 # ======================== |
| 109 # Conformance expectations | 109 # Conformance expectations |
| 110 # ======================== | 110 # ======================== |
| 111 # Fails on all platforms | 111 # Fails on all platforms |
| 112 | 112 |
| 113 self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html', |
| 114 bug=678850) |
| 115 self.Fail('conformance/attribs/gl-vertexattribpointer.html', bug=678850) |
| 116 |
| 113 # Need to add detection of feedback loops with multiple render targets. | 117 # Need to add detection of feedback loops with multiple render targets. |
| 114 self.Fail('conformance/extensions/webgl-draw-buffers-feedback-loop.html', | 118 self.Fail('conformance/extensions/webgl-draw-buffers-feedback-loop.html', |
| 115 bug=1619) # angle bug ID | 119 bug=1619) # angle bug ID |
| 116 | 120 |
| 117 # We need to add WebGL 1 check in command buffer that format/type from | 121 # We need to add WebGL 1 check in command buffer that format/type from |
| 118 # TexSubImage2D have to match the current texture's. | 122 # TexSubImage2D have to match the current texture's. |
| 119 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', | 123 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', |
| 120 bug=570453) | 124 bug=570453) |
| 121 | 125 |
| 122 # Win failures | 126 # Win failures |
| 123 # Note that the following test seems to pass, but it may still be flaky. | 127 # Note that the following test seems to pass, but it may still be flaky. |
| 124 self.Fail('conformance/glsl/constructors/' + | 128 self.Fail('conformance/glsl/constructors/' + |
| 125 'glsl-construct-vec-mat-index.html', | 129 'glsl-construct-vec-mat-index.html', |
| 126 ['win'], bug=525188) | 130 ['win'], bug=525188) |
| 127 self.Fail('conformance/rendering/point-specific-shader-variables.html', | 131 self.Fail('conformance/rendering/point-specific-shader-variables.html', |
| 128 ['win'], bug=616335) | 132 ['win'], bug=616335) |
| 129 self.Fail('deqp/data/gles2/shaders/functions.html', | 133 self.Fail('deqp/data/gles2/shaders/functions.html', |
| 130 ['win'], bug=478572) | 134 ['win'], bug=478572) |
| 131 | 135 |
| 132 # Win NVIDIA failures | 136 # Win NVIDIA failures |
| 133 self.Flaky('conformance/textures/misc/texture-npot-video.html', | 137 self.Flaky('conformance/textures/misc/texture-npot-video.html', |
| 134 ['win', 'nvidia', 'no_passthrough'], bug=626524) | 138 ['win', 'nvidia', 'no_passthrough'], bug=626524) |
| 135 self.Flaky('conformance/textures/misc/texture-upload-size.html', | 139 self.Flaky('conformance/textures/misc/texture-upload-size.html', |
| 136 ['win', 'nvidia'], bug=630860) | 140 ['win', 'nvidia'], bug=630860) |
| 137 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 141 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 138 ['win', 'nvidia'], bug=672380) | 142 ['win', 'nvidia'], bug=672380) |
| 143 self.Fail('conformance/extensions/ext-sRGB.html', |
| 144 ['win', 'nvidia', 'no_passthrough'], bug=679696) |
| 139 | 145 |
| 140 # Win7 / Intel failures | 146 # Win7 / Intel failures |
| 141 self.Fail('conformance/textures/misc/' + | 147 self.Fail('conformance/textures/misc/' + |
| 142 'copy-tex-image-and-sub-image-2d.html', | 148 'copy-tex-image-and-sub-image-2d.html', |
| 143 ['win7', 'intel', 'no_passthrough']) | 149 ['win7', 'intel', 'no_passthrough']) |
| 144 | 150 |
| 145 # Win / Intel failures | 151 # Win / Intel failures |
| 146 self.Skip('conformance/uniforms/gl-uniform-arrays.html', | 152 self.Skip('conformance/uniforms/gl-uniform-arrays.html', |
| 147 ['win', 'debug', 'intel'], bug=678382) | 153 ['win', 'debug', 'intel'], bug=678382) |
| 148 | 154 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 self.Fail('conformance/glsl/misc/shader-struct-scope.html', | 224 self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
| 219 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 225 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 220 self.Fail('conformance/uniforms/uniform-default-values.html', | 226 self.Fail('conformance/uniforms/uniform-default-values.html', |
| 221 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 227 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 222 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', | 228 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', |
| 223 ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID | 229 ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 224 self.Fail('conformance/glsl/variables/gl-pointcoord.html', | 230 self.Fail('conformance/glsl/variables/gl-pointcoord.html', |
| 225 ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID | 231 ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 226 | 232 |
| 227 # Win / Passthrough command decoder | 233 # Win / Passthrough command decoder |
| 228 self.Fail('conformance/attribs/gl-vertexattribpointer.html', | 234 self.Fail('conformance/extensions/ext-sRGB.html', |
| 229 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 235 ['win', 'passthrough', 'd3d11'], bug=679696) |
| 230 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 236 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 231 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 237 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 232 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', | 238 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', |
| 233 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 239 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 234 self.Fail('conformance/extensions/ext-frag-depth.html', | 240 self.Fail('conformance/extensions/ext-frag-depth.html', |
| 235 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 241 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 236 self.Fail('conformance/extensions/ext-shader-texture-lod.html', | 242 self.Fail('conformance/extensions/ext-shader-texture-lod.html', |
| 237 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 243 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 238 self.Fail('conformance/extensions/oes-standard-derivatives.html', | 244 self.Fail('conformance/extensions/oes-standard-derivatives.html', |
| 239 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 245 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 self.Fail('conformance/misc/object-deletion-behaviour.html', | 286 self.Fail('conformance/misc/object-deletion-behaviour.html', |
| 281 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 287 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 282 self.Fail('conformance/misc/uninitialized-test.html', | 288 self.Fail('conformance/misc/uninitialized-test.html', |
| 283 ['win', 'passthrough', 'd3d11'], bug=1635) # angle bug ID | 289 ['win', 'passthrough', 'd3d11'], bug=1635) # angle bug ID |
| 284 self.Fail('conformance/more/functions/copyTexImage2DBadArgs.html', | 290 self.Fail('conformance/more/functions/copyTexImage2DBadArgs.html', |
| 285 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 291 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 286 self.Fail('conformance/more/functions/texSubImage2DBadArgs.html', | 292 self.Fail('conformance/more/functions/texSubImage2DBadArgs.html', |
| 287 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 293 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 288 self.Fail('conformance/more/functions/texSubImage2DHTMLBadArgs.html', | 294 self.Fail('conformance/more/functions/texSubImage2DHTMLBadArgs.html', |
| 289 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 295 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 290 self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html', | |
| 291 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | |
| 292 self.Fail('conformance/reading/read-pixels-test.html', | 296 self.Fail('conformance/reading/read-pixels-test.html', |
| 293 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 297 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 294 self.Fail('conformance/renderbuffers/feedback-loop.html', | 298 self.Fail('conformance/renderbuffers/feedback-loop.html', |
| 295 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 299 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 296 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', | 300 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', |
| 297 ['win', 'passthrough', 'd3d11'], bug=602688) | 301 ['win', 'passthrough', 'd3d11'], bug=602688) |
| 298 self.Fail('conformance/renderbuffers/framebuffer-test.html', | 302 self.Fail('conformance/renderbuffers/framebuffer-test.html', |
| 299 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 303 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 300 self.Fail('conformance/rendering/draw-elements-out-of-bounds.html', | 304 self.Fail('conformance/rendering/draw-elements-out-of-bounds.html', |
| 301 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 305 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 ['linux'], bug=627525) | 366 ['linux'], bug=627525) |
| 363 self.Flaky('conformance/textures/video/' + | 367 self.Flaky('conformance/textures/video/' + |
| 364 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 368 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 365 ['linux'], bug=627525) | 369 ['linux'], bug=627525) |
| 366 self.Flaky('conformance/textures/video/' + | 370 self.Flaky('conformance/textures/video/' + |
| 367 'tex-2d-rgb-rgb-unsigned_byte.html', | 371 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 368 ['linux'], bug=627525) | 372 ['linux'], bug=627525) |
| 369 self.Flaky('conformance/textures/video/' + | 373 self.Flaky('conformance/textures/video/' + |
| 370 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 374 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 371 ['linux'], bug=627525) | 375 ['linux'], bug=627525) |
| 376 self.Fail('conformance/extensions/webgl-compressed-texture-etc.html', |
| 377 bug=679678) |
| 372 | 378 |
| 373 # NVIDIA | 379 # NVIDIA |
| 374 self.Flaky('conformance/extensions/oes-element-index-uint.html', | 380 self.Flaky('conformance/extensions/oes-element-index-uint.html', |
| 375 ['linux', 'nvidia'], bug=524144) | 381 ['linux', 'nvidia'], bug=524144) |
| 376 self.Flaky('conformance/textures/image/' + | 382 self.Flaky('conformance/textures/image/' + |
| 377 'tex-2d-rgb-rgb-unsigned_byte.html', | 383 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 378 ['linux', 'nvidia'], bug=596622) | 384 ['linux', 'nvidia'], bug=596622) |
| 379 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 385 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 380 ['linux', 'nvidia'], bug=672380) | 386 ['linux', 'nvidia'], bug=672380) |
| 381 | 387 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 self.Fail('conformance/glsl/bugs/sequence-operator-evaluation-order.html', | 435 self.Fail('conformance/glsl/bugs/sequence-operator-evaluation-order.html', |
| 430 ['android'], bug=478572) | 436 ['android'], bug=478572) |
| 431 # The following test is very slow and therefore times out on Android bot. | 437 # The following test is very slow and therefore times out on Android bot. |
| 432 self.Skip('conformance/rendering/multisample-corruption.html', | 438 self.Skip('conformance/rendering/multisample-corruption.html', |
| 433 ['android']) | 439 ['android']) |
| 434 self.Fail('conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html', | 440 self.Fail('conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html', |
| 435 ['android'], bug=586183) | 441 ['android'], bug=586183) |
| 436 # The following tests timed out on android, so skip them for now. | 442 # The following tests timed out on android, so skip them for now. |
| 437 self.Skip('conformance/textures/image_bitmap_from_video/*', | 443 self.Skip('conformance/textures/image_bitmap_from_video/*', |
| 438 ['android'], bug=585108) | 444 ['android'], bug=585108) |
| 445 |
| 446 self.Fail('conformance/textures/misc/' + |
| 447 'copytexsubimage2d-large-partial-copy-corruption.html', |
| 448 ['android'], bug=679697) |
| 439 # The following WebView crashes are causing problems with further | 449 # The following WebView crashes are causing problems with further |
| 440 # tests in the suite, so skip them for now. | 450 # tests in the suite, so skip them for now. |
| 441 self.Skip('conformance/textures/video/' + | 451 self.Skip('conformance/textures/video/' + |
| 442 'tex-2d-rgb-rgb-unsigned_byte.html', | 452 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 443 ['android', 'android-webview-shell'], bug=352645) | 453 ['android', 'android-webview-shell'], bug=352645) |
| 444 self.Skip('conformance/textures/video/' + | 454 self.Skip('conformance/textures/video/' + |
| 445 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 455 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 446 ['android', 'android-webview-shell'], bug=352645) | 456 ['android', 'android-webview-shell'], bug=352645) |
| 447 self.Skip('conformance/textures/video/' + | 457 self.Skip('conformance/textures/video/' + |
| 448 'tex-2d-rgba-rgba-unsigned_byte.html', | 458 'tex-2d-rgba-rgba-unsigned_byte.html', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 self.Fail('conformance/textures/image_bitmap_from_blob/*', | 557 self.Fail('conformance/textures/image_bitmap_from_blob/*', |
| 548 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 558 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 549 self.Fail('conformance/textures/image_bitmap_from_image/*', | 559 self.Fail('conformance/textures/image_bitmap_from_image/*', |
| 550 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 560 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 551 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', | 561 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', |
| 552 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 562 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 553 self.Fail('conformance/textures/image_bitmap_from_image_data/*', | 563 self.Fail('conformance/textures/image_bitmap_from_image_data/*', |
| 554 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 564 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 555 self.Fail('conformance/textures/image_data/*', | 565 self.Fail('conformance/textures/image_data/*', |
| 556 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 566 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 557 self.Fail('conformance/textures/misc/' + | |
| 558 'copy-tex-sub-image-2d-partial-texture.html', | |
| 559 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=643361) | |
| 560 self.Fail('conformance/textures/svg_image/*', | 567 self.Fail('conformance/textures/svg_image/*', |
| 561 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 568 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 562 self.Fail('conformance/textures/video/*', | 569 self.Fail('conformance/textures/video/*', |
| 563 ['android', 'android-content-shell', 'android-chromium', | 570 ['android', 'android-content-shell', 'android-chromium', |
| 564 ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 571 ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 565 self.Fail('conformance/textures/webgl_canvas/*', | 572 self.Fail('conformance/textures/webgl_canvas/*', |
| 566 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 573 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 567 self.Fail('conformance/uniforms/uniform-samplers-test.html', | 574 self.Fail('conformance/uniforms/uniform-samplers-test.html', |
| 568 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 575 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 569 | 576 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', | 669 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', |
| 663 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) | 670 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 664 self.Fail('conformance/textures/image_data/*', | 671 self.Fail('conformance/textures/image_data/*', |
| 665 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 672 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 666 self.Fail('conformance/textures/image_data/*', | 673 self.Fail('conformance/textures/image_data/*', |
| 667 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) | 674 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 668 self.Fail('conformance/textures/misc/' + | 675 self.Fail('conformance/textures/misc/' + |
| 669 'copy-tex-image-and-sub-image-2d.html', | 676 'copy-tex-image-and-sub-image-2d.html', |
| 670 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 677 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 671 self.Fail('conformance/textures/misc/' + | 678 self.Fail('conformance/textures/misc/' + |
| 672 'copy-tex-sub-image-2d-partial-texture.html', | |
| 673 ['android', | |
| 674 ('qualcomm', 'Adreno (TM) 420'), | |
| 675 ('qualcomm', 'Adreno (TM) 430')], bug=643361) | |
| 676 self.Fail('conformance/textures/misc/' + | |
| 677 'tex-image-and-sub-image-2d-with-array-buffer-view.html', | 679 'tex-image-and-sub-image-2d-with-array-buffer-view.html', |
| 678 ['android', | 680 ['android', |
| 679 ('qualcomm', 'Adreno (TM) 420'), | 681 ('qualcomm', 'Adreno (TM) 420'), |
| 680 ('qualcomm', 'Adreno (TM) 430')], bug=499555) | 682 ('qualcomm', 'Adreno (TM) 430')], bug=499555) |
| 681 self.Fail('conformance/textures/svg_image/*', | 683 self.Fail('conformance/textures/svg_image/*', |
| 682 ['android', | 684 ['android', |
| 683 ('qualcomm', 'Adreno (TM) 420'), | 685 ('qualcomm', 'Adreno (TM) 420'), |
| 684 ('qualcomm', 'Adreno (TM) 430')], bug=611945) | 686 ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 685 # The following tests mention android-content-shell and android-chrome, | 687 # The following tests mention android-content-shell and android-chrome, |
| 686 # but not webview. | 688 # but not webview. |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 self.Fail('conformance/textures/misc/texture-npot.html', | 821 self.Fail('conformance/textures/misc/texture-npot.html', |
| 820 ['chromeos', ('intel', 0xa011)], bug=375554) | 822 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 821 self.Fail('conformance/textures/misc/texture-npot-video.html', | 823 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 822 ['chromeos', ('intel', 0xa011)], bug=375554) | 824 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 823 self.Fail('conformance/textures/misc/texture-size.html', | 825 self.Fail('conformance/textures/misc/texture-size.html', |
| 824 ['chromeos', ('intel', 0xa011)], bug=375554) | 826 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 825 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 827 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 826 ['chromeos', ('intel', 0xa011)], bug=375554) | 828 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 827 self.Skip('conformance/uniforms/uniform-default-values.html', | 829 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 828 ['chromeos', ('intel', 0xa011)], bug=375554) | 830 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |