Commit 024eb740 authored by Timothy Nikkel's avatar Timothy Nikkel
Browse files

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
parent 3efeb406
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
[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
+3 −0
Original line number Diff line number Diff line
[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
+1 −0
Original line number Diff line number Diff line
@@ -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