diff options
author | oshima <oshima@chromium.org> | 2015-05-18 23:17:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-19 06:18:04 +0000 |
commit | d2cfa0888b95054a256eace03e447761edeee6f5 (patch) | |
tree | 240081579eea0cb1b0ca87c6f116d028ee4638de | |
parent | f3dbf91f48e6e97abe51d562c806c8c847ebb2fb (diff) | |
download | chromium_src-d2cfa0888b95054a256eace03e447761edeee6f5.zip chromium_src-d2cfa0888b95054a256eace03e447761edeee6f5.tar.gz chromium_src-d2cfa0888b95054a256eace03e447761edeee6f5.tar.bz2 |
Remove failure expectations
BUG=485183
R=kbr@chromium.org
Review URL: https://codereview.chromium.org/1136113003
Cr-Commit-Position: refs/heads/master@{#330484}
-rw-r--r-- | content/test/gpu/gpu_tests/pixel_expectations.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py index c51b618..a8b1dda 100644 --- a/content/test/gpu/gpu_tests/pixel_expectations.py +++ b/content/test/gpu/gpu_tests/pixel_expectations.py @@ -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 |