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', |