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

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

Issue 2297673002: Port WebGL extension availability tests to the integration test harness. (Closed)
Patch Set: Created 4 years, 4 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
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 7c53dbb27981eb7aa003bbd32aae0b513ac27ee9..a45ad617d27cd236aa4fd15dd250ce0dddc1e87b 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -16,13 +16,13 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# It's expected that not all extensions will be available on all platforms.
# Having a test listed here is not necessarily a problem.
- self.Fail('WebglExtension.WEBGL_compressed_texture_astc',
+ self.Fail('WebglExtension_WEBGL_compressed_texture_astc',
['win', 'mac', 'linux'])
- self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
+ self.Fail('WebglExtension_WEBGL_compressed_texture_atc',
['win', 'mac', 'linux'])
- self.Fail('WebglExtension.WEBGL_compressed_texture_etc1',
+ self.Fail('WebglExtension_WEBGL_compressed_texture_etc1',
['mac', 'linux'])
- self.Fail('WebglExtension.WEBGL_compressed_texture_pvrtc',
+ self.Fail('WebglExtension_WEBGL_compressed_texture_pvrtc',
['win', 'mac', 'linux'])
# ========================

Powered by Google App Engine
This is Rietveld 408576698