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

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

Issue 2113573002: Enable seamless cubemap on Mac Intel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable seamless cubemap on Mac Intel. Created 4 years, 6 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/config/gpu_driver_bug_list_json.cc » ('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 e8232526a58b72817132c4699b41982a7226d74a..548b11c6a88c2d5482b5cfe4dbf3468434acf19f 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -430,6 +430,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
['mac', 'intel'], bug=606074)
self.Fail('deqp/functional/gles3/texturefiltering/' +
+ 'cube_combinations_01.html',
+ ['mac', 'intel'], bug=606074)
+ self.Fail('deqp/functional/gles3/texturefiltering/' +
'2d_array_combinations_01.html',
['mac', 'intel'], bug=606074)
self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html',
@@ -467,18 +470,12 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'texturesize.html',
['mac', 'intel'], bug=483282)
- self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
- ['mac', 'intel'], bug=483282)
- self.Fail('deqp/functional/gles3/textureshadow/cube*.html',
- ['mac', 'intel'], bug=483282)
+ self.Fail('deqp/functional/gles3/textureformat/sized_color_cube_*.html',
+ ['mac', 'intel'], bug=612205)
- self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*',
- ['mac', 'intel'], bug=606074)
- self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_*',
- ['mac', 'intel'], bug=606074)
- self.Fail('deqp/functional/gles3/texturefiltering/cube_combinations_*',
- ['mac', 'intel'], bug=606074)
+ self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
+ ['mac', 'intel'], bug=483282)
# Linux only.
self.Fail('deqp/data/gles3/shaders/functions.html',
« no previous file with comments | « no previous file | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698