Chromium Code Reviews| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| index dd52398d24c4bd61416d467b81c5e55573dc6932..559e7c2d7f3245471a4e0d48d1cca5336922c1c0 100644 |
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
| @@ -103,6 +103,24 @@ class WebGLConformanceExpectations(GpuTestExpectations): |
| # This test is skipped because it is crashing the GPU process. |
| self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html', |
| ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) |
| + self.Fail('WebglExtension.EXT_sRGB', |
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| + self.Fail( |
| + 'conformance/textures/misc/tex-image-and-sub-image-2d-with-array-buffer-view.html', |
|
cblume
2016/05/11 15:15:55
Note that this line and others marked with * are o
Ken Russell (switch to Gerrit)
2016/05/11 17:43:13
If it passes the presubmit checks it's fine by me.
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| + self.Fail('conformance/textures/canvas/*', |
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| + self.Fail( |
| + 'conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| + self.Fail('conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html', |
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| + self.Fail( |
| + 'conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
|
cblume
2016/05/11 15:15:55
*
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| + self.Fail( |
| + 'conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
|
cblume
2016/05/11 15:15:55
*
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) |
| # Nexus 6 |
| self.Fail('WebglExtension.EXT_sRGB', |