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

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

Issue 1343393006: Update WebGL2 conformance test expectations on Win8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 c43acfcf0009d4ac03ebcf49865d0bf2afdd6c54..ca4b3e0121ec53ebe779ccecba23cc37fab7e620 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -589,6 +589,31 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win'], bug=483282)
self.Fail('conformance2/textures/misc/tex-input-validation.html',
['win'], bug=483282)
+ # Windows 8 only.
+ self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' +
+ '-with-image-data-rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-2d' +
+ '-with-image-data-rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image/tex-image-and-sub-image-2d' +
+ '-with-image-rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image/tex-image-and-sub-image-2d' +
+ '-with-image-rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-2d' +
+ '-with-svg-image-rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-2d' +
+ '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
+ '-with-video-rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
+ '-with-video-rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
# Mac only.
self.Skip('deqp/data/gles3/shaders/qualification_order.html',
« 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