Commit 12084c09 authored by kbr's avatar kbr Committed by Commit bot

Suppress ContextLost.WebGLContextLostFromSelectElement flakiness on Mac 10.8.

BUG=497411

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

Cr-Commit-Position: refs/heads/master@{#333182}
parent 11d2b208
...@@ -15,3 +15,7 @@ class ContextLostExpectations(GpuTestExpectations): ...@@ -15,3 +15,7 @@ class ContextLostExpectations(GpuTestExpectations):
# AMD Radeon 6450 # AMD Radeon 6450
self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit', self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
['linux', ('amd', 0x6779)], bug=479975) ['linux', ('amd', 0x6779)], bug=479975)
# Mac 10.8 (ideally should restrict this to Debug, too)
self.Fail('ContextLost.WebGLContextLostFromSelectElement',
['mountainlion'], bug=497411)
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