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

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

Issue 2851773002: Update WebGL expectations (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | 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 44d999d8043332de5f3090d5287000fe94428c05..cf37c6cc9c4904b5431d2d8b2d6116e8dd1a54d1 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -623,6 +623,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html',
['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
bug=609883)
+ self.Flaky('conformance/textures/image_bitmap_from_video/' +
+ 'tex-2d-rgb-rgb-unsigned_byte.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=716496)
self.Fail('conformance/uniforms/uniform-samplers-test.html',
['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
bug=610951)
@@ -694,16 +697,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', 'android-chromium',
('nvidia', 'NVIDIA Tegra')], bug=624621)
- # NVIDIA Shield
- self.Flaky('conformance/context/' +
- 'context-eviction-with-garbage-collection.html',
- ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
- self.Flaky('conformance/glsl/misc/glsl-long-variable-names.html',
- ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
- self.Flaky('conformance/textures/image_bitmap_from_video/' +
- 'tex-2d-rgb-rgb-unsigned_byte.html',
- ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
-
############
# ChromeOS #
############
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698