| 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_test_expectations import GpuTestExpectations | 6 from 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 self.Fail('conformance/context/premultiplyalpha-test.html', | 353 self.Fail('conformance/context/premultiplyalpha-test.html', |
| 354 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 354 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 355 self.Fail('conformance/extensions/oes-texture-float-with-canvas.html', | 355 self.Fail('conformance/extensions/oes-texture-float-with-canvas.html', |
| 356 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 356 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 357 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', | 357 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', |
| 358 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 358 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 359 self.Fail('conformance/extensions/oes-texture-float-with-image.html', | 359 self.Fail('conformance/extensions/oes-texture-float-with-image.html', |
| 360 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 360 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 361 self.Fail('conformance/extensions/oes-texture-float-with-video.html', | 361 self.Fail('conformance/extensions/oes-texture-float-with-video.html', |
| 362 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 362 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 363 self.Fail('conformance/more/functions/bindFramebufferLeaveNonZero.html', |
| 364 ['android', 'android-webview-shell', |
| 365 ('qualcomm', 'Adreno (TM) 420')], bug=499874) |
| 363 self.Fail('conformance/rendering/gl-scissor-test.html', | 366 self.Fail('conformance/rendering/gl-scissor-test.html', |
| 364 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 367 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 365 self.Fail('conformance/textures/' + | 368 self.Fail('conformance/textures/' + |
| 366 'copy-tex-image-and-sub-image-2d.html', | 369 'copy-tex-image-and-sub-image-2d.html', |
| 367 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 370 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 368 self.Fail('conformance/textures/' + | 371 self.Fail('conformance/textures/' + |
| 369 'tex-image-and-sub-image-2d-with-array-buffer-view.html', | 372 'tex-image-and-sub-image-2d-with-array-buffer-view.html', |
| 370 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 373 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 371 self.Fail('conformance/textures/' + | 374 self.Fail('conformance/textures/' + |
| 372 'tex-image-and-sub-image-2d-with-canvas.html', | 375 'tex-image-and-sub-image-2d-with-canvas.html', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 'tex-image-and-sub-image-2d-with-webgl-canvas-rgb565.html', | 414 'tex-image-and-sub-image-2d-with-webgl-canvas-rgb565.html', |
| 412 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 415 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 413 self.Fail('conformance/textures/' + | 416 self.Fail('conformance/textures/' + |
| 414 'tex-image-and-sub-image-2d-with-webgl-canvas-rgba4444.html', | 417 'tex-image-and-sub-image-2d-with-webgl-canvas-rgba4444.html', |
| 415 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 418 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 416 self.Fail('conformance/textures/' + | 419 self.Fail('conformance/textures/' + |
| 417 'tex-image-and-sub-image-2d-with-webgl-canvas-rgba5551.html', | 420 'tex-image-and-sub-image-2d-with-webgl-canvas-rgba5551.html', |
| 418 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 421 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 419 self.Fail('conformance/textures/texture-npot-video.html', | 422 self.Fail('conformance/textures/texture-npot-video.html', |
| 420 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 423 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 424 # Nexus 9 failures |
| 425 self.Fail('conformance/extensions/oes-texture-float-with-video.html', |
| 426 ['android', 'nvidia'], bug=499555) # flaky |
| 427 # The entire android_webview_webgl_conformance_tests step is |
| 428 # failing on the Nexus 9. |
| 429 self.Fail('conformance/*', |
| 430 ['android', 'android-webview-shell', 'nvidia'], bug=499928) |
| 421 | 431 |
| 422 # The following test is very slow and therefore times out on Android bot. | 432 # The following test is very slow and therefore times out on Android bot. |
| 423 self.Skip('conformance/rendering/multisample-corruption.html', | 433 self.Skip('conformance/rendering/multisample-corruption.html', |
| 424 ['android']) | 434 ['android']) |
| 425 # The following test times out on Android bot. | 435 # The following test times out on Android bot. |
| 426 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 436 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 427 ['android'], bug=369300) | 437 ['android'], bug=369300) |
| 428 self.Fail('conformance/glsl/misc/empty_main.vert.html', | 438 self.Fail('conformance/glsl/misc/empty_main.vert.html', |
| 429 ['android'], bug=315976) | 439 ['android'], bug=315976) |
| 430 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', | 440 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 ['mac'], bug=483282) | 605 ['mac'], bug=483282) |
| 596 self.Fail('conformance2/renderbuffers/' + | 606 self.Fail('conformance2/renderbuffers/' + |
| 597 'multisampled-renderbuffer-initialization.html', | 607 'multisampled-renderbuffer-initialization.html', |
| 598 ['mac'], bug=483282) | 608 ['mac'], bug=483282) |
| 599 self.Fail('conformance2/rendering/instanced-arrays.html', | 609 self.Fail('conformance2/rendering/instanced-arrays.html', |
| 600 ['mac'], bug=483282) | 610 ['mac'], bug=483282) |
| 601 | 611 |
| 602 # Skip all WebGL 2 tests on Win AMD & Intel. | 612 # Skip all WebGL 2 tests on Win AMD & Intel. |
| 603 self.Skip('conformance2/*', ['win', 'amd'], bug=483282) | 613 self.Skip('conformance2/*', ['win', 'amd'], bug=483282) |
| 604 self.Skip('deqp/data/gles3/*', ['win', 'intel'], bug=483282) | 614 self.Skip('deqp/data/gles3/*', ['win', 'intel'], bug=483282) |
| OLD | NEW |