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

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

Issue 1377523002: Add suppressions for persistent FYI failures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Limit to intel Created 5 years, 3 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 | no next file » | 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 bb980d7e7e8ac5118c7f4545723ce0bfe7b8c479..57c9219216e0ddda4da1cb12131e9883a8fd9284 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -649,6 +649,29 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['mac'], bug=483282)
self.Fail('conformance2/textures/misc/texture-npot.html',
['mac'], bug=483282)
+ # Mac Intel only.
+ self.Fail('deqp/data/gles3/shaders/arrays.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/conditionals.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/declarations.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/fragdata.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/invalid_texture_functions.html',
+ ['mac', 'intel'], bug=536887)
+ self.Fail('deqp/data/gles3/shaders/keywords.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/negative.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/switch.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/swizzles.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/functional/gles3/bufferobjectquery.html', ['mac', 'intel'],
+ bug=536887)
+ self.Fail('deqp/functional/gles3/fbostencilbuffer.html', ['mac', 'intel'],
+ bug=536887)
ccameron 2015/09/28 18:54:35 Added limitation to intel.
# Linux only.
self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
@@ -657,6 +680,24 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux'], bug=483282)
self.Fail('conformance2/samplers/samplers.html',
['linux'], bug=483282)
+ self.Fail('deqp/data/gles3/shaders/arrays.html', ['linux'], bug=536887)
+ self.Fail('deqp/data/gles3/shaders/constants.html', ['linux'], bug=536887)
+ self.Fail('deqp/data/gles3/shaders/constant_expressions.html', ['linux'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/conversions.html', ['linux'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/functions.html', ['linux'], bug=536887)
+ self.Fail('deqp/data/gles3/shaders/linkage.html', ['linux'], bug=536887)
+ self.Fail('deqp/data/gles3/shaders/preprocessor.html', ['linux'],
+ bug=536887)
+ self.Fail('deqp/data/gles3/shaders/qualification_order.html', ['linux'],
+ bug=536887)
+ self.Fail('deqp/framework/opengl/simplereference/referencecontext.html',
+ ['linux'], bug=536887)
+ self.Fail('deqp/functional/gles3/attriblocation.html', ['linux'],
+ bug=536887)
+ self.Fail('deqp/functional/gles3/booleanstatequery.html', ['linux'],
+ bug=536887)
ccameron 2015/09/28 18:54:35 Jamie pointed out that the below "Linux AMD only"
# Linux NVIDIA only.
self.Skip('deqp/functional/gles3/shaderswitch.html',
['linux', 'nvidia'], bug=483282)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698