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

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

Issue 2499413003: disable ETC1 on ANGLE's ES3 (Closed)
Patch Set: update expectations Created 4 years, 1 month 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 | third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index 11f8b49d9c359b6bbe845827faf3e23484e545eb..a19e44b77503900848d9f1db44b8ad4b60e773ad 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -27,7 +27,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('WebglExtension_WEBGL_compressed_texture_etc',
['win', 'mac', 'linux'])
self.Skip('WebglExtension_WEBGL_compressed_texture_etc1',
- ['mac', 'linux'])
+ ['win', 'mac', 'linux'])
self.Skip('WebglExtension_WEBGL_compressed_texture_pvrtc',
['win', 'mac', 'linux'])
self.Skip('WebglExtension_WEBGL_compressed_texture_s3tc_srgb',
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698