Bug 1599268 - adjust expectations for tests now passing on Ubuntu 18.04 r=jmaher

Changes:

Some tests now pass when platform is updated from Ubuntu 16.04 to 18.04. They are annotated to restrict the failure expectation to version below Ubuntu 18.04, or expect passes for Ubuntu 18.04.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Takahashi 2019-11-27 04:33:52 +00:00
Родитель ecce4a80cd
Коммит 0d67126c9a
5 изменённых файлов: 18 добавлений и 23 удалений

Просмотреть файл

@ -1,43 +1,35 @@
[caret-color-013.html]
[Test default caret-color]
expected:
if (os == "win"): PASS
if (os == "mac"): PASS
FAIL
if (os == 'linux' and os_version == '16.04'): FAIL
if os == 'android': FAIL
[Test caret-color: initial]
expected:
if (os == "win"): PASS
if (os == "mac"): PASS
FAIL
if (os == 'linux' and os_version == '16.04'): FAIL
if os == 'android': FAIL
[Test caret-color: inherit]
expected:
if (os == "win"): PASS
if (os == "mac"): PASS
FAIL
if (os == 'linux' and os_version == '16.04'): FAIL
if os == 'android': FAIL
[Test caret-color: auto]
expected:
if (os == "win"): PASS
if (os == "mac"): PASS
FAIL
if (os == 'linux' and os_version == '16.04'): FAIL
if os == 'android': FAIL
[Test caret-color: currentcolor]
expected:
if (os == "win"): PASS
if (os == "mac"): PASS
FAIL
if (os == 'linux' and os_version == '16.04'): FAIL
if os == 'android': FAIL
[Reset caret-color: initial]
expected:
if (os == "win"): PASS
if (os == "mac"): PASS
FAIL
if (os == 'linux' and os_version == '16.04'): FAIL
if os == 'android': FAIL
[Test caret-color: initial (inherited)]
expected:
if (os == "win"): PASS
if (os == "mac"): PASS
FAIL
if (os == 'linux' and os_version == '16.04'): FAIL
if os == 'android': FAIL

Просмотреть файл

@ -1,5 +1,5 @@
[frac-1.html]
[Fraction axis is aligned on the math axis]
expected:
if (os == "linux"): FAIL
if (os == "linux" and os_version == "16.04"): FAIL

Просмотреть файл

@ -2,5 +2,6 @@
[Vertical position of scripts]
expected:
if (os == "win"): PASS
if (os == 'linux' and os_version == '18.04'): PASS
FAIL

Просмотреть файл

@ -2,5 +2,6 @@
[Vertical position of scripts]
expected:
if (os == "win"): PASS
if (os == 'linux' and os_version == '18.04'): PASS
FAIL

Просмотреть файл

@ -2,5 +2,6 @@
[Vertical positions of scripts]
expected:
if (os == "win"): PASS
if (os == 'linux' and os_version == '18.04'): PASS
FAIL