Fix erroneous pixel test failure hiding
Fixes an issue recently introduced in crrev.com/c/2446717. Currently, we're hiding all Android pixel test failures because we re-used the should_hide_failure variable for determining if we should add the ignore:1 key to a test's comparison. Hiding a failure is a separate concept from ignoring an image in Gold, so this CL properly splits the two again. Change-Id: I2501ce27fd20528a8d73bd1531947145253cceed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459573 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#815186}
Showing
Please register or sign in to comment