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) |