Bug 1604714 - mark flaky screen-orientation tests on ubuntu1804 webrender/asan with expectation of [OK, ERROR] r=jmaher

Changes:

Several tests in `screen-orientation` subsuite are flaky when run on ubuntu1804 with either `webrender` or `asan`. Mark them with expectation of ["OK", "ERROR"] to compensate.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Takahashi 2019-12-19 11:13:58 +00:00
Родитель 14a4284f4e
Коммит 62cfa9f435
4 изменённых файлов: 4 добавлений и 0 удалений

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

@ -4,6 +4,7 @@
if (os == "win") and (processor == "aarch64"): OK
if (os == "win") and (processor == "x86_64"): OK
if os == "android": TIMEOUT
if (asan or webrender) and (os == 'linux' and os_version == '18.04'): ["OK", "ERROR"] # Bug 1604714
ERROR
[The 'change' event must fire before the [[orientationPendingPromise\]\] is resolved.]
expected:

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

@ -5,6 +5,7 @@
if (os == "win") and (processor == "aarch64"): OK
if (os == "win") and (processor == "x86_64"): OK
if os == "android": TIMEOUT
if (webrender or asan) and (os == 'linux' and os_version == '18.04'): ["ERROR", "OK"] # Bug 1604714
ERROR
[Re-locking orientation during event dispatch must reject existing orientationPendingPromise]
expected:

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

@ -5,6 +5,7 @@
if (os == "mac") and not debug: ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"]
if os == "android": TIMEOUT
if (webrender or asan) and (os == 'linux' and os_version == '18.04'): ["ERROR", "OK"] # Bug 1604714
ERROR
[Test that orientationchange event is fired when the orientation changes.]
expected:

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

@ -5,6 +5,7 @@
if (os == "win") and (processor == "aarch64"): OK
if (os == "win") and (processor == "x86_64"): OK
if os == "android": TIMEOUT
if (asan or webrender) and (os == 'linux' and os_version == '18.04'): ["ERROR", "OK"] # Bug 1604714
ERROR
[Test that screen.orientation values change if the orientation changes]
expected: