Commit 24f44929 authored by kbr's avatar kbr Committed by Commit bot

Suppress ContextLost.WebGLContextLostFromSelectElement flakes on OS X 10.7.

BUG=498149

Review URL: https://codereview.chromium.org/1176723002

Cr-Commit-Position: refs/heads/master@{#333661}
parent 4f36e252
......@@ -19,3 +19,7 @@ class ContextLostExpectations(GpuTestExpectations):
# Mac 10.8 (ideally should restrict this to Debug, too)
self.Fail('ContextLost.WebGLContextLostFromSelectElement',
['mountainlion'], bug=497411)
# Flaky on Mac 10.7 (ideally should restrict this to Debug, too)
self.Fail('ContextLost.WebGLContextLostFromSelectElement',
['lion'], bug=498149)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment