diff options
| author | ericrk <ericrk@chromium.org> | 2016-03-24 15:25:33 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-03-24 22:27:36 +0000 |
| commit | 6c260f8ac6796357d31be90f3a713bb24a21acb4 (patch) | |
| tree | 88f647e0ace3339d45826134567c6e848fa1a0ae | |
| parent | 34f48dde1eb15cdf568cba166aaf7db7f71a679e (diff) | |
| download | chromium_src-6c260f8ac6796357d31be90f3a713bb24a21acb4.zip chromium_src-6c260f8ac6796357d31be90f3a713bb24a21acb4.tar.gz chromium_src-6c260f8ac6796357d31be90f3a713bb24a21acb4.tar.bz2 | |
Unmark GpuRasterization.ConcavePaths flaky on mac
With crrev.com/1826673002, this should no longer be flaky.
Reverting the expectation added in crrev.com/1818293002.
BUG=596730
Review URL: https://codereview.chromium.org/1827203002
Cr-Commit-Position: refs/heads/master@{#383164}
| -rw-r--r-- | content/test/gpu/gpu_tests/gpu_rasterization_expectations.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py b/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py index 6c77553..55ba632 100644 --- a/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py +++ b/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py @@ -15,6 +15,3 @@ class GpuRasterizationExpectations(GpuTestExpectations): # Failing on Nexus 5 and 6 self.Fail('GpuRasterization.ConcavePaths', ['android', 'qualcomm'], bug=499555) - - # Recently flaky on Mac - self.Flaky('GpuRasterization.ConcavePaths', ['mac'], bug=596730) |
