diff options
author | kbr <kbr@chromium.org> | 2016-03-21 20:52:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-22 03:53:59 +0000 |
commit | b16ec4dc4a1a1cee4d5bf44e1eda5e687216b1a9 (patch) | |
tree | 07b8859c942ed0920ce6e5d74bd843ac49127e26 /content/test | |
parent | b3a648e3abbf08d0b08ba9cf1b273ef0e960b748 (diff) | |
download | chromium_src-b16ec4dc4a1a1cee4d5bf44e1eda5e687216b1a9.zip chromium_src-b16ec4dc4a1a1cee4d5bf44e1eda5e687216b1a9.tar.gz chromium_src-b16ec4dc4a1a1cee4d5bf44e1eda5e687216b1a9.tar.bz2 |
Skip trace_test.IOSurface2DCanvas on Mac with AMD GPU.
It's flaky on this configuration.
BUG=595754
TBR=erikchen@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/1823763005
Cr-Commit-Position: refs/heads/master@{#382502}
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/gpu/gpu_tests/trace_test_expectations.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/trace_test_expectations.py b/content/test/gpu/gpu_tests/trace_test_expectations.py index baa1581..5887000 100644 --- a/content/test/gpu/gpu_tests/trace_test_expectations.py +++ b/content/test/gpu/gpu_tests/trace_test_expectations.py @@ -14,6 +14,7 @@ class TraceTestExpectations(GpuTestExpectations): # Skip some stories as a temporary debugging measure. # https://crbug.com/595754. + self.Skip('trace_test.IOSurface2DCanvas', ['mac', 'amd'], bug=595754) self.Skip('trace_test.IOSurface2DCanvasWebGL', ['mac'], bug=595754) self.Skip('trace_test.2DCanvasWebGL', bug=595754) |