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

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

Issue 597383002: Suppress two WebGL conformance failures on Mac 10.9 with Intel HD 3000 GPU. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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 7d08b68fc2a65460c5adec9bd7052f2b712a756a..e40b97832178b66eb975a6f524dbf8229a67dbcb 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -8,7 +8,7 @@ from telemetry.page import test_expectations
#
# Operating systems:
# win, xp, vista, win7, mac, leopard, snowleopard, lion, mountainlion,
-# linux, chromeos, android
+# mavericks, yosemite, linux, chromeos, android
#
# GPU vendors:
# amd, arm, broadcom, hisilicon, intel, imagination, nvidia, qualcomm,
@@ -76,6 +76,12 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Fail('conformance/ogles/GL/operators/operators_009_to_016.html',
['mountainlion', ('intel', 0x116)], bug=322795)
+ # Mac 10.9 / Intel HD 3000 failures
+ self.Fail('conformance/ogles/GL/operators/operators_009_to_016.html',
+ ['mavericks', ('intel', 0x116)], bug=417415)
+ self.Fail('conformance/rendering/gl-scissor-test.html',
+ ['mavericks', ('intel', 0x116)], bug=417415)
+
# Mac Retina failures
self.Fail(
'conformance/glsl/bugs/array-of-struct-with-int-first-position.html',

Powered by Google App Engine
This is Rietveld 408576698