Chromium Code Reviews| 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 642 self.Fail('conformance2/state/gl-object-get-calls.html', | 642 self.Fail('conformance2/state/gl-object-get-calls.html', |
| 643 ['mac'], bug=483282) | 643 ['mac'], bug=483282) |
| 644 self.Fail('conformance2/textures/canvas/*', ['mac'], bug=483282) | 644 self.Fail('conformance2/textures/canvas/*', ['mac'], bug=483282) |
| 645 self.Fail('conformance2/textures/video/*', ['mac'], bug=483282) | 645 self.Fail('conformance2/textures/video/*', ['mac'], bug=483282) |
| 646 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html', | 646 self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html', |
| 647 ['mac'], bug=483282) | 647 ['mac'], bug=483282) |
| 648 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', | 648 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', |
| 649 ['mac'], bug=483282) | 649 ['mac'], bug=483282) |
| 650 self.Fail('conformance2/textures/misc/texture-npot.html', | 650 self.Fail('conformance2/textures/misc/texture-npot.html', |
| 651 ['mac'], bug=483282) | 651 ['mac'], bug=483282) |
| 652 # Mac Intel only. | |
| 653 self.Fail('deqp/data/gles3/shaders/arrays.html', ['mac', 'intel'], | |
| 654 bug=536887) | |
| 655 self.Fail('deqp/data/gles3/shaders/conditionals.html', ['mac', 'intel'], | |
| 656 bug=536887) | |
| 657 self.Fail('deqp/data/gles3/shaders/declarations.html', ['mac', 'intel'], | |
| 658 bug=536887) | |
| 659 self.Fail('deqp/data/gles3/shaders/fragdata.html', ['mac', 'intel'], | |
| 660 bug=536887) | |
| 661 self.Fail('deqp/data/gles3/shaders/invalid_texture_functions.html', | |
| 662 ['mac', 'intel'], bug=536887) | |
| 663 self.Fail('deqp/data/gles3/shaders/keywords.html', ['mac', 'intel'], | |
| 664 bug=536887) | |
| 665 self.Fail('deqp/data/gles3/shaders/negative.html', ['mac', 'intel'], | |
| 666 bug=536887) | |
| 667 self.Fail('deqp/data/gles3/shaders/switch.html', ['mac', 'intel'], | |
| 668 bug=536887) | |
| 669 self.Fail('deqp/data/gles3/shaders/swizzles.html', ['mac', 'intel'], | |
| 670 bug=536887) | |
| 671 self.Fail('deqp/functional/gles3/bufferobjectquery.html', ['mac', 'intel'], | |
| 672 bug=536887) | |
| 673 self.Fail('deqp/functional/gles3/fbostencilbuffer.html', ['mac', 'intel'], | |
| 674 bug=536887) | |
|
ccameron
2015/09/28 18:54:35
Added limitation to intel.
| |
| 652 | 675 |
| 653 # Linux only. | 676 # Linux only. |
| 654 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', | 677 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', |
| 655 ['linux'], bug=483282) | 678 ['linux'], bug=483282) |
| 656 self.Fail('conformance2/rendering/draw-buffers.html', | 679 self.Fail('conformance2/rendering/draw-buffers.html', |
| 657 ['linux'], bug=483282) | 680 ['linux'], bug=483282) |
| 658 self.Fail('conformance2/samplers/samplers.html', | 681 self.Fail('conformance2/samplers/samplers.html', |
| 659 ['linux'], bug=483282) | 682 ['linux'], bug=483282) |
| 683 self.Fail('deqp/data/gles3/shaders/arrays.html', ['linux'], bug=536887) | |
| 684 self.Fail('deqp/data/gles3/shaders/constants.html', ['linux'], bug=536887) | |
| 685 self.Fail('deqp/data/gles3/shaders/constant_expressions.html', ['linux'], | |
| 686 bug=536887) | |
| 687 self.Fail('deqp/data/gles3/shaders/conversions.html', ['linux'], | |
| 688 bug=536887) | |
| 689 self.Fail('deqp/data/gles3/shaders/functions.html', ['linux'], bug=536887) | |
| 690 self.Fail('deqp/data/gles3/shaders/linkage.html', ['linux'], bug=536887) | |
| 691 self.Fail('deqp/data/gles3/shaders/preprocessor.html', ['linux'], | |
| 692 bug=536887) | |
| 693 self.Fail('deqp/data/gles3/shaders/qualification_order.html', ['linux'], | |
| 694 bug=536887) | |
| 695 self.Fail('deqp/framework/opengl/simplereference/referencecontext.html', | |
| 696 ['linux'], bug=536887) | |
| 697 self.Fail('deqp/functional/gles3/attriblocation.html', ['linux'], | |
| 698 bug=536887) | |
| 699 self.Fail('deqp/functional/gles3/booleanstatequery.html', ['linux'], | |
| 700 bug=536887) | |
|
ccameron
2015/09/28 18:54:35
Jamie pointed out that the below "Linux AMD only"
| |
| 660 # Linux NVIDIA only. | 701 # Linux NVIDIA only. |
| 661 self.Skip('deqp/functional/gles3/shaderswitch.html', | 702 self.Skip('deqp/functional/gles3/shaderswitch.html', |
| 662 ['linux', 'nvidia'], bug=483282) | 703 ['linux', 'nvidia'], bug=483282) |
| 663 # Linux AMD only. | 704 # Linux AMD only. |
| 664 # It looks like AMD shader compiler rejects many valid ES3 semantics. | 705 # It looks like AMD shader compiler rejects many valid ES3 semantics. |
| 665 self.Skip('deqp/data/gles3/shaders/arrays.html', | 706 self.Skip('deqp/data/gles3/shaders/arrays.html', |
| 666 ['linux', 'amd'], bug=483282) | 707 ['linux', 'amd'], bug=483282) |
| 667 self.Skip('deqp/data/gles3/shaders/constant_expressions.html', | 708 self.Skip('deqp/data/gles3/shaders/constant_expressions.html', |
| 668 ['linux', 'amd'], bug=483282) | 709 ['linux', 'amd'], bug=483282) |
| 669 self.Skip('deqp/data/gles3/shaders/constants.html', | 710 self.Skip('deqp/data/gles3/shaders/constants.html', |
| 670 ['linux', 'amd'], bug=483282) | 711 ['linux', 'amd'], bug=483282) |
| 671 self.Skip('deqp/data/gles3/shaders/conversions.html', | 712 self.Skip('deqp/data/gles3/shaders/conversions.html', |
| 672 ['linux', 'amd'], bug=483282) | 713 ['linux', 'amd'], bug=483282) |
| 673 self.Skip('deqp/data/gles3/shaders/functions.html', | 714 self.Skip('deqp/data/gles3/shaders/functions.html', |
| 674 ['linux', 'amd'], bug=483282) | 715 ['linux', 'amd'], bug=483282) |
| 675 self.Skip('deqp/data/gles3/shaders/linkage.html', | 716 self.Skip('deqp/data/gles3/shaders/linkage.html', |
| 676 ['linux', 'amd'], bug=483282) | 717 ['linux', 'amd'], bug=483282) |
| 677 self.Skip('deqp/data/gles3/shaders/preprocessor.html', | 718 self.Skip('deqp/data/gles3/shaders/preprocessor.html', |
| 678 ['linux', 'amd'], bug=483282) | 719 ['linux', 'amd'], bug=483282) |
| 679 self.Skip('deqp/data/gles3/shaders/qualification_order.html', | 720 self.Skip('deqp/data/gles3/shaders/qualification_order.html', |
| 680 ['linux', 'amd'], bug=483282) | 721 ['linux', 'amd'], bug=483282) |
| 681 self.Skip('deqp/framework/opengl/simplereference/referencecontext.html', | 722 self.Skip('deqp/framework/opengl/simplereference/referencecontext.html', |
| 682 ['linux', 'amd'], bug=483282) | 723 ['linux', 'amd'], bug=483282) |
| 683 self.Skip('deqp/functional/gles3//attriblocation.html', | 724 self.Skip('deqp/functional/gles3//attriblocation.html', |
| 684 ['linux', 'amd'], bug=483282) | 725 ['linux', 'amd'], bug=483282) |
| 685 self.Skip('deqp/functional/gles3/booleanstatequery.html', | 726 self.Skip('deqp/functional/gles3/booleanstatequery.html', |
| 686 ['linux', 'amd'], bug=483282) | 727 ['linux', 'amd'], bug=483282) |
| OLD | NEW |