Bug 1604588 - mark border-image-repeat-round-1.html as continuing to fail in ubuntu1804 with webrender r=jmaher

Changes:

Since the test in question has annotation marking it as expected failure if `webrender` and `linux` and `ubuntu1604` and the test indeed continues failing with `ubuntu1804`, mark it as an expected failure.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Takahashi 2019-12-17 19:39:20 +00:00
parent bb4bf3f608
commit b06ed766ee

View File

@ -4,3 +4,4 @@
if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if webrender and (os == 'linux' and os_version == '18.04'): FAIL # Bug 1604588