Commit d2cfa088 authored by oshima's avatar oshima Committed by Commit bot

Remove failure expectations

BUG=485183
R=kbr@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#330484}
parent f3dbf91f
......@@ -11,9 +11,4 @@ class PixelExpectations(GpuTestExpectations):
# Sample Usage:
# self.Fail('Pixel.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
self.Fail('Pixel.Canvas2DRedBox',
[ 'linux', ('nvidia', 0x104a)], bug=489424)
self.Fail('Pixel.CSS3DBlueBox',
[ 'linux', ('nvidia', 0x104a)], bug=489424)
self.Fail('Pixel.WebGLGreenTriangle',
[ 'linux', ('nvidia', 0x104a)], bug=489424)
pass
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