| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 self.Fail('conformance/textures/image_bitmap_from_blob/*', | 426 self.Fail('conformance/textures/image_bitmap_from_blob/*', |
| 427 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 427 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 428 self.Fail('conformance/textures/image_bitmap_from_image/*', | 428 self.Fail('conformance/textures/image_bitmap_from_image/*', |
| 429 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 429 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 430 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', | 430 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', |
| 431 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 431 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 432 self.Fail('conformance/textures/image_bitmap_from_image_data/*', | 432 self.Fail('conformance/textures/image_bitmap_from_image_data/*', |
| 433 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 433 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 434 self.Fail('conformance/textures/image_data/*', | 434 self.Fail('conformance/textures/image_data/*', |
| 435 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 435 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 436 self.Fail('conformance/textures/misc/' + |
| 437 'copy-tex-sub-image-2d-partial-texture.html', |
| 438 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=643361) |
| 436 self.Fail('conformance/textures/svg_image/*', | 439 self.Fail('conformance/textures/svg_image/*', |
| 437 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 440 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 438 self.Fail('conformance/textures/video/*', | 441 self.Fail('conformance/textures/video/*', |
| 439 ['android', 'android-content-shell', 'android-chromium', | 442 ['android', 'android-content-shell', 'android-chromium', |
| 440 ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 443 ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 441 self.Fail('conformance/textures/webgl_canvas/*', | 444 self.Fail('conformance/textures/webgl_canvas/*', |
| 442 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 445 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 443 self.Fail('conformance/uniforms/uniform-samplers-test.html', | 446 self.Fail('conformance/uniforms/uniform-samplers-test.html', |
| 444 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) | 447 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| 445 | 448 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', | 541 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*', |
| 539 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) | 542 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 540 self.Fail('conformance/textures/image_data/*', | 543 self.Fail('conformance/textures/image_data/*', |
| 541 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 544 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 542 self.Fail('conformance/textures/image_data/*', | 545 self.Fail('conformance/textures/image_data/*', |
| 543 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) | 546 ['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 544 self.Fail('conformance/textures/misc/' + | 547 self.Fail('conformance/textures/misc/' + |
| 545 'copy-tex-image-and-sub-image-2d.html', | 548 'copy-tex-image-and-sub-image-2d.html', |
| 546 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 549 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 547 self.Fail('conformance/textures/misc/' + | 550 self.Fail('conformance/textures/misc/' + |
| 551 'copy-tex-sub-image-2d-partial-texture.html', |
| 552 ['android', |
| 553 ('qualcomm', 'Adreno (TM) 420'), |
| 554 ('qualcomm', 'Adreno (TM) 430')], bug=643361) |
| 555 self.Fail('conformance/textures/misc/' + |
| 548 'tex-image-and-sub-image-2d-with-array-buffer-view.html', | 556 'tex-image-and-sub-image-2d-with-array-buffer-view.html', |
| 549 ['android', | 557 ['android', |
| 550 ('qualcomm', 'Adreno (TM) 420'), | 558 ('qualcomm', 'Adreno (TM) 420'), |
| 551 ('qualcomm', 'Adreno (TM) 430')], bug=499555) | 559 ('qualcomm', 'Adreno (TM) 430')], bug=499555) |
| 552 self.Fail('conformance/textures/svg_image/*', | 560 self.Fail('conformance/textures/svg_image/*', |
| 553 ['android', | 561 ['android', |
| 554 ('qualcomm', 'Adreno (TM) 420'), | 562 ('qualcomm', 'Adreno (TM) 420'), |
| 555 ('qualcomm', 'Adreno (TM) 430')], bug=611945) | 563 ('qualcomm', 'Adreno (TM) 430')], bug=611945) |
| 556 # The following tests mention android-content-shell and android-chrome, | 564 # The following tests mention android-content-shell and android-chrome, |
| 557 # but not webview. | 565 # but not webview. |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 self.Fail('conformance/textures/misc/texture-npot.html', | 696 self.Fail('conformance/textures/misc/texture-npot.html', |
| 689 ['chromeos', ('intel', 0xa011)], bug=375554) | 697 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 690 self.Fail('conformance/textures/misc/texture-npot-video.html', | 698 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 691 ['chromeos', ('intel', 0xa011)], bug=375554) | 699 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 692 self.Fail('conformance/textures/misc/texture-size.html', | 700 self.Fail('conformance/textures/misc/texture-size.html', |
| 693 ['chromeos', ('intel', 0xa011)], bug=375554) | 701 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 694 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 702 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 695 ['chromeos', ('intel', 0xa011)], bug=375554) | 703 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 696 self.Skip('conformance/uniforms/uniform-default-values.html', | 704 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 697 ['chromeos', ('intel', 0xa011)], bug=375554) | 705 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |