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

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

Issue 1929203003: Revert of Fix ReadPixels from float fbo buffer in ES2/WebGL1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | 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 03868520b5425c86e64fc16d581f210e9d1ff182..7aaf0e80db6d0343905f2c057eb222a73d3b4106 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -104,6 +104,9 @@
self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
bug=570453)
+ self.Fail('conformance/extensions/oes-texture-half-float.html',
+ bug=607283)
+
# Fails on multiple platforms
# OpenGL / NVIDIA failures
@@ -111,8 +114,6 @@
['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
# Win failures
- self.Fail('conformance/extensions/oes-texture-half-float.html',
- ['win'], bug=607283)
# Note that the following two tests pass with OpenGL.
self.Fail('conformance/glsl/bugs/' +
'pow-of-small-constant-in-user-defined-function.html',
« no previous file with comments | « no previous file | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698