| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 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 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s | 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s |
| 5 | 5 |
| 6 # See the GpuTestExpectations class for documentation. | 6 # See the GpuTestExpectations class for documentation. |
| 7 | 7 |
| 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): | 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| 9 def __init__(self, conformance_path): | 9 def __init__(self, conformance_path): |
| 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) | 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 | 60 |
| 61 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) | 61 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) |
| 62 self.Flaky('deqp/functional/gles3/shaderindexing.html', bug=483282) | 62 self.Flaky('deqp/functional/gles3/shaderindexing.html', bug=483282) |
| 63 | 63 |
| 64 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) | 64 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) |
| 65 | 65 |
| 66 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 66 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 67 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282) | 67 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282) |
| 68 | 68 |
| 69 # All platforms when running ANGLE | 69 # All platforms when running ANGLE |
| 70 self.Skip('conformance2/textures/misc/copy-texture-image.html', | |
| 71 ['d3d9', 'd3d11', 'opengl'], bug=577144) # crash on debug | |
| 72 self.Fail('conformance2/textures/misc/tex-unpack-params.html', | 70 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 73 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 71 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
| 74 | 72 |
| 75 # Avoid a conflict with a Mac expectation by setting | 73 # Avoid a conflict with a Mac expectation by setting |
| 76 self.Fail('conformance2/textures/misc/tex-input-validation.html', | 74 self.Fail('conformance2/textures/misc/tex-input-validation.html', |
| 77 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 75 ['d3d9', 'd3d11', 'opengl'], bug=483282) |
| 78 | 76 |
| 79 # Failing because the tests are using invalid combinations of source and | 77 # Failing because the tests are using invalid combinations of source and |
| 80 # destination formats, see https://github.com/KhronosGroup/WebGL/issues/1628 | 78 # destination formats, see https://github.com/KhronosGroup/WebGL/issues/1628 |
| 79 self.Fail('conformance2/textures/misc/copy-texture-image.html', bug=483282) |
| 81 self.Fail('conformance2/textures/webgl_canvas/' + | 80 self.Fail('conformance2/textures/webgl_canvas/' + |
| 82 'tex-2d-rgb565-rgb-unsigned_byte.html', | 81 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 83 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 82 bug=483282) |
| 84 self.Fail('conformance2/textures/webgl_canvas/' + | 83 self.Fail('conformance2/textures/webgl_canvas/' + |
| 85 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', | 84 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', |
| 86 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 85 bug=483282) |
| 87 self.Fail('conformance2/textures/webgl_canvas/' + | 86 self.Fail('conformance2/textures/webgl_canvas/' + |
| 88 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | 87 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 89 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 88 bug=483282) |
| 90 self.Fail('conformance2/textures/webgl_canvas/' + | 89 self.Fail('conformance2/textures/webgl_canvas/' + |
| 91 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | 90 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', |
| 92 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 91 bug=483282) |
| 93 self.Fail('conformance2/textures/webgl_canvas/' + | 92 self.Fail('conformance2/textures/webgl_canvas/' + |
| 94 'tex-2d-rgba4-rgba-unsigned_byte.html', | 93 'tex-2d-rgba4-rgba-unsigned_byte.html', |
| 95 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 94 bug=483282) |
| 96 self.Fail('conformance2/textures/webgl_canvas/' + | 95 self.Fail('conformance2/textures/webgl_canvas/' + |
| 97 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', | 96 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', |
| 98 ['d3d9', 'd3d11', 'opengl'], bug=483282) | 97 bug=483282) |
| 98 self.Fail('conformance2/textures/canvas/' + |
| 99 'tex-2d-rgb565-rgb-unsigned_byte.html', |
| 100 bug=483282) |
| 101 self.Fail('conformance2/textures/canvas/' + |
| 102 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', |
| 103 bug=483282) |
| 104 self.Fail('conformance2/textures/canvas/' + |
| 105 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', |
| 106 bug=483282) |
| 107 self.Fail('conformance2/textures/canvas/' + |
| 108 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', |
| 109 bug=483282) |
| 110 self.Fail('conformance2/textures/canvas/' + |
| 111 'tex-2d-rgba4-rgba-unsigned_byte.html', |
| 112 bug=483282) |
| 113 self.Fail('conformance2/textures/canvas/' + |
| 114 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', |
| 115 bug=483282) |
| 99 | 116 |
| 100 # Windows only. | 117 # Windows only. |
| 101 | 118 |
| 102 self.Fail('deqp/functional/gles3/vertexarrays.html', | 119 self.Fail('deqp/functional/gles3/vertexarrays.html', |
| 103 ['win'], bug=483282) | 120 ['win'], bug=483282) |
| 104 | 121 |
| 105 self.Fail('deqp/functional/gles3/texturespecification/' + | 122 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 106 'basic_copyteximage2d.html', | 123 'basic_copyteximage2d.html', |
| 107 ['win'], bug=483282) | 124 ['win'], bug=483282) |
| 108 | 125 |
| 109 self.Fail('conformance2/textures/canvas/' + | |
| 110 'tex-2d-rgb565-rgb-unsigned_byte.html', | |
| 111 ['win'], bug=483282) | |
| 112 self.Fail('conformance2/textures/canvas/' + | |
| 113 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html', | |
| 114 ['win'], bug=483282) | |
| 115 self.Fail('conformance2/textures/canvas/' + | |
| 116 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', | |
| 117 ['win'], bug=483282) | |
| 118 self.Fail('conformance2/textures/canvas/' + | |
| 119 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html', | |
| 120 ['win'], bug=483282) | |
| 121 self.Fail('conformance2/textures/canvas/' + | |
| 122 'tex-2d-rgba4-rgba-unsigned_byte.html', | |
| 123 ['win'], bug=483282) | |
| 124 self.Fail('conformance2/textures/canvas/' + | |
| 125 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', | |
| 126 ['win'], bug=483282) | |
| 127 | |
| 128 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601) | 126 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601) |
| 129 | 127 |
| 130 self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282) | 128 self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282) |
| 131 self.Fail('conformance2/glsl3/array-in-complex-expression.html', | 129 self.Fail('conformance2/glsl3/array-in-complex-expression.html', |
| 132 ['win'], bug=483282) | 130 ['win'], bug=483282) |
| 133 self.Skip('conformance2/reading/read-pixels-pack-parameters.html', | 131 self.Skip('conformance2/reading/read-pixels-pack-parameters.html', |
| 134 ['win'], bug=483282) | 132 ['win'], bug=483282) |
| 135 self.Skip('conformance2/textures/misc/tex-mipmap-levels.html', | 133 self.Skip('conformance2/textures/misc/tex-mipmap-levels.html', |
| 136 ['win'], bug=483282) | 134 ['win'], bug=483282) |
| 137 self.Skip('conformance2/transform_feedback/transform_feedback.html', | 135 self.Skip('conformance2/transform_feedback/transform_feedback.html', |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 # self.Fail(page_name, | 684 # self.Fail(page_name, |
| 687 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 685 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 688 # self.Fail(page_name, | 686 # self.Fail(page_name, |
| 689 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 687 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 690 | 688 |
| 691 # Conflicts if between a generic os condition and a specific version | 689 # Conflicts if between a generic os condition and a specific version |
| 692 # self.Fail(page_name, | 690 # self.Fail(page_name, |
| 693 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 691 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 694 # self.Fail(page_name, | 692 # self.Fail(page_name, |
| 695 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 693 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |