Bug 1552460 - More metadata updates, a=testonly

This commit is contained in:
James Graham 2019-06-05 17:14:50 +01:00
Родитель c70fbfe90e
Коммит 006ad2b250
7 изменённых файлов: 8 добавлений и 8 удалений

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

@ -3,4 +3,5 @@
if (os == "linux") and not debug and not webrender: FAIL
if (os == "linux") and debug and not webrender: FAIL
if (os == "win") and (version == "10.0.17134"): FAIL
if (os == "win") and debug: FAIL
if os == "android": FAIL

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

@ -1,3 +1,3 @@
[text-combine-upright-decorations-001.html]
expected:
if (os == "mac"): FAIL
if os == "mac": FAIL

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

@ -4,9 +4,11 @@
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via same-origin <iframe)>]
expected:
if (os == "android"): FAIL
if os == "android": FAIL
if os == "linux": FAIL
if os == "win": FAIL
if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via cross-site <iframe)>]
expected: FAIL

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

@ -1,6 +1,7 @@
[self-et-al.window.html]
expected:
if (os == "android") and e10s: TIMEOUT
max-asserts: 3
[popupWindow.window before, after closing, and after discarding]
expected:
if (os == "android") and not e10s: FAIL

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

@ -21,4 +21,5 @@
if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "aarch64") and (bits == 64): FAIL

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

@ -16,4 +16,3 @@
if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): OK
if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): OK
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): OK
ERROR

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

@ -2,8 +2,4 @@
disabled:
if sw-e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1543316
[waiting is set after installation]
expected:
if (os == "linux"): FAIL
if os == "android": FAIL
if os == "win": FAIL
if os == "linux" and not debug: FAIL
expected: FAIL