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

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

Issue 1958493002: Move the EXT_color_buffer_float extension out of draft for WebGL 2.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.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 972449c3f286f162aa23478443a64148a299e374..afcc7e2cee8960988030bd909b84beea0ab2ac3a 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -16,8 +16,6 @@ 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.EXT_color_buffer_float',
- ['win', 'mac', 'linux'])
self.Fail('WebglExtension.WEBGL_compressed_texture_astc',
['win', 'mac', 'linux'])
self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698