Commit b66c3447 authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Increase GPU Maps test threshold

Doubles the tolerance for the GPU Maps pixel test from 3 to 6. This
should hopefully get the test passing more consistently on the NVIDIA
Shield devices.

TBR=ynovikov@chromium.org

Bug: 1043129
Change-Id: I45f87c37814825788690c830f3c9858257bd91b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165715Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762547}
parent 4bf3d0e6
......@@ -20,7 +20,7 @@ _MAPS_PERF_TEST_PATH = os.path.join(
_DATA_PATH = os.path.join(path_util.GetChromiumSrcDir(),
'content', 'test', 'gpu', 'gpu_tests')
_TOLERANCE = 3
_TOLERANCE = 6
class MapsIntegrationTest(
skia_gold_integration_test_base.SkiaGoldIntegrationTestBase):
......
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