Bug 1413567. Adjust test expectations for RDL on android. r=mattwoodrow

All three failures are small antialiasing differences in the text in the test. The text in the tests aren't even testing anything, they just describe what to expect from the test.

Until we get fuzzy matching in web platform tests (bug 1478472) we just have to mark them as fails, but we can be very specific about the platform, so we're probably still passing these tests on other android jobs if they are run there (not sure).

Differential Revision: https://phabricator.services.mozilla.com/D25280

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Timothy Nikkel 2019-03-28 21:05:16 +00:00
parent 3efeb40684
commit 024eb740cb
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[background-attachment-applies-to-012.xht]
expected:
if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL

View File

@ -0,0 +1,3 @@
[background-attachment-applies-to-014.xht]
expected:
if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL

View File

@ -4,3 +4,4 @@
if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL