Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 2177723002: On Pixel C, suppress WebGL test failures and stop running gl_tests for now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 032577671c85c0d06787253c6f638af45bb85d21..6594e97ba026b6709a55c4f5acf193706ceaf935 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -517,6 +517,30 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
['android', ('nvidia', 'NVIDIA Tegra')])
+ # Pixel C
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', 'android-chromium',
+ ('nvidia', 'NVIDIA Tegra')], bug=624621)
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
+ ['android', 'android-chromium',
+ ('nvidia', 'NVIDIA Tegra')], bug=624621)
+ self.Flaky('conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html',
+ ['android', 'android-chromium',
+ ('nvidia', 'NVIDIA Tegra')], bug=624621)
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['android', 'android-chromium',
+ ('nvidia', 'NVIDIA Tegra')], bug=624621)
+ self.Flaky('conformance/textures/video/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['android', 'android-chromium',
+ ('nvidia', 'NVIDIA Tegra')], bug=624621)
+ self.Fail('conformance/glsl/bugs/constant-precision-qualifier.html',
+ ['android', 'android-chromium',
+ ('nvidia', 'NVIDIA Tegra')], bug=624621)
+
# ========================
# Conformance expectations
# ========================
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698