Bug 1617670 - [wpt-sync] Update web-platform-tests to 085b675a6a7dabadc080b34711f632d26ec2b634, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 085b675a6a7dabadc080b34711f632d26ec2b634
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2020-02-24 18:51:35 +00:00
Родитель 919dca719f
Коммит 7b3e0455af
60 изменённых файлов: 233 добавлений и 263 удалений

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

@ -1,6 +1,6 @@
[href-location-blocked.sub.html]
[Violation report status OK.]
expected:
if (os == "android") and debug: ["PASS", "FAIL"]
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["PASS", "FAIL"]

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

@ -1,5 +1,6 @@
[relpos-percentage-top-in-scrollable.html]
[Top percentage resolved correctly for overflow contribution]
expected:
if os == "android": ["PASS", "FAIL"]
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["PASS", "FAIL"]

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

@ -1,6 +1,6 @@
[font-display-feature-policy-02.tentative.html]
expected:
if (os == "linux") and debug and not webrender and fission: ["FAIL", "PASS"]
if (os == "linux") and debug and not webrender and not fission: ["PASS", "FAIL"]
if (os == "linux") and debug and not webrender and fission: ["PASS", "FAIL"]
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
FAIL

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

@ -1,11 +1,15 @@
[marker-content-020.html]
expected:
if not webrender and (os == "win") and (processor == "x86") and debug and not fission: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "x86_64") and not fission and debug: ["FAIL", "PASS"]
if not webrender and (os == "win") and debug and fission and (processor == "x86_64"): ["PASS", "FAIL"]
if not webrender and (os == "win") and debug and fission and (processor == "x86"): ["FAIL", "PASS"]
if not webrender and (os == "win") and debug and not fission and (processor == "x86"): ["PASS", "FAIL"]
if not webrender and (os == "win") and debug and not fission and (processor == "x86_64"): ["FAIL", "PASS"]
if not webrender and (os == "win") and not debug and (processor == "x86") and fission: ["PASS", "FAIL"]
if not webrender and (os == "win") and not debug and (processor == "x86") and not fission: ["PASS", "FAIL"]
if not webrender and (os == "win") and not debug and (processor == "x86_64") and not fission: ["PASS", "FAIL"]
if not webrender and (os == "win") and not debug and (processor == "x86_64") and fission: ["PASS", "FAIL"]
if not webrender and (os == "win") and not debug and (processor == "aarch64"): FAIL
if not webrender and (os == "android") and debug: FAIL
if not webrender and (os == "android") and not debug: ["FAIL", "PASS"]
if not webrender and (os == "mac") and debug: FAIL
if not webrender and (os == "win") and (processor == "aarch64"): FAIL
if not webrender and (os == "mac"): FAIL
if not webrender and (os == "linux"): FAIL
if webrender: PASS
[PASS, FAIL]

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

@ -5,7 +5,6 @@
[View relative units - computed]
expected:
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL"]
if os == "mac": ["PASS", "FAIL"]
FAIL

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

@ -2,7 +2,8 @@
disabled:
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
expected:
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
if os == "mac": PASS
if os == "linux": PASS
if os == "android": PASS
if os == "linux": PASS
[FAIL, PASS]

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

@ -1,53 +1,53 @@
[ch-pseudo-recalc-on-font-load.html]
[ch in pseudo-element ::marker should be recalculated after loading a web font]
expected:
if not fission and (os == "win") and not debug and (processor == "x86_64") and webrender: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and (processor == "x86"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and (processor == "aarch64"): FAIL
if not fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and not webrender and (processor == "aarch64"): FAIL
if fission and not debug and (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]
if not fission and (os == "android") and not debug: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and webrender: ["FAIL", "PASS"]
if not fission and (os == "win") and debug: FAIL
if not fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if not fission and (os == "linux") and debug: FAIL
if not fission and (os == "android") and not debug: ["PASS", "FAIL"]
if not fission and (os == "mac"): FAIL
[ch in pseudo-element ::after should be recalculated after loading a web font]
expected:
if not fission and (os == "win") and not debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and (processor == "x86_64") and webrender: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and (processor == "x86"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and (processor == "aarch64"): FAIL
if not fission and (os == "win") and not debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and not webrender and (processor == "aarch64"): FAIL
if not fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and webrender: ["FAIL", "PASS"]
if fission and not debug and (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]
if not fission and (os == "android") and not debug: ["PASS", "FAIL"]
if not fission and (os == "linux") and debug: FAIL
if not fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if not fission and (os == "win") and debug: FAIL
if not fission and (os == "android") and not debug: ["PASS", "FAIL"]
if not fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if not fission and (os == "linux") and debug: FAIL
if not fission and (os == "mac"): FAIL
[ch in pseudo-element ::first-line should be recalculated after loading a web font]
expected:
if not fission and (os == "win") and not debug and (processor == "x86_64") and webrender: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and not webrender and (processor == "aarch64"): FAIL
if fission and not debug and (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and (processor == "x86"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and (processor == "aarch64"): FAIL
if not fission and (os == "win") and not debug and webrender: ["FAIL", "PASS"]
if not fission and (os == "android") and not debug: ["PASS", "FAIL"]
if not fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if not fission and (os == "linux") and debug: FAIL
if not fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if not fission and (os == "win") and debug: FAIL
if not fission and (os == "mac"): FAIL
[ch in pseudo-element ::before should be recalculated after loading a web font]
expected:
if not fission and (os == "win") and not debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and (processor == "x86_64") and webrender: ["PASS", "FAIL"]
if not fission and (os == "win") and not debug and (processor == "x86"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and (processor == "aarch64"): FAIL
if not fission and (os == "win") and not debug and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if not fission and (os == "win") and not debug and not webrender and (processor == "aarch64"): FAIL
if not fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if fission and not debug and (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]
if not fission and (os == "android") and not debug: ["PASS", "FAIL"]
if not fission and (os == "linux") and debug: FAIL
if not fission and (os == "win") and not debug and webrender: ["FAIL", "PASS"]
if not fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if not fission and (os == "linux") and debug: FAIL
if not fission and (os == "win") and debug: FAIL
if not fission and (os == "android") and not debug: ["PASS", "FAIL"]
if not fission and (os == "mac"): FAIL

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

@ -1,3 +1,4 @@
[vertical-alignment-008.xht]
expected:
if (os == "mac"): FAIL
if (os == "win") and (processor == "x86") and not fission and not debug: ["PASS", "FAIL"]
if os == "mac": FAIL

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

@ -1,3 +1,4 @@
[vertical-alignment-slr-041.xht]
expected:
if (os == "mac"): FAIL
if (os == "win") and (processor == "x86") and fission and not debug: ["PASS", "FAIL"]
if os == "mac": FAIL

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

@ -1,3 +1,4 @@
[vertical-alignment-srl-032.xht]
expected:
if (os == "mac"): FAIL
if (os == "win") and (processor == "x86") and not fission and not debug: ["PASS", "FAIL"]
if os == "mac": FAIL

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

@ -1,5 +1,5 @@
[vertical-alignment-vlr-027.xht]
expected:
if (os == "win") and (processor == "x86") and not fission and not debug: ["PASS", "FAIL"]
if (os == "win") and (processor == "x86") and fission and not debug: ["PASS", "FAIL"]
if os == "mac": FAIL
if (processor == "x86") and not debug and fission: ["PASS", "FAIL"]
if (processor == "x86") and not debug and not fission: ["PASS", "FAIL"]
if (processor == "x86_64") and (os == "mac"): FAIL

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

@ -33,8 +33,8 @@
[Main frame with smooth scroll-behavior ; scrollTo() with smooth behavior]
expected:
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
[Main frame with auto scroll-behavior ; scrollBy() with smooth behavior]
expected:
@ -43,13 +43,13 @@
[Main frame with smooth scroll-behavior ; scrollBy() with auto behavior]
expected:
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
[Main frame with smooth scroll-behavior ; scroll() with smooth behavior]
expected:
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
[Aborting an ongoing smooth scrolling on the main frame with another smooth scrolling]
expected:
@ -58,8 +58,9 @@
[Main frame with smooth scroll-behavior ; scrollTo() with default behavior]
expected:
if (os == "android") and debug: FAIL
if (os == "win") and fission and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
@ -71,13 +72,13 @@
[Main frame with auto scroll-behavior ; scrollTo() with auto behavior]
expected:
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
[Main frame with auto scroll-behavior ; scrollBy() with auto behavior]
expected:
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
[Main frame with auto scroll-behavior ; scrollTo() with instant behavior]
expected:
@ -95,8 +96,8 @@
[Main frame with smooth scroll-behavior ; scrollTo() with instant behavior]
expected:
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
[Main frame with auto scroll-behavior ; scroll() with auto behavior]
expected:
@ -104,8 +105,8 @@
[Main frame with auto scroll-behavior ; scrollBy() with instant behavior]
expected:
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
[Main frame with auto scroll-behavior ; scrollBy() with default behavior]
expected:
@ -114,8 +115,8 @@
[Main frame with smooth scroll-behavior ; scrollBy() with instant behavior]
expected:
if (os == "android") and debug: FAIL
if (os == "android") and not debug: ["FAIL", "NOTRUN"]
if (os == "android") and debug: FAIL
[Main frame with smooth scroll-behavior ; scroll() with instant behavior]
expected:

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

@ -1,6 +1,6 @@
[mask-image-1d.html]
expected:
if not webrender and (os == "android") and debug: ["PASS", "TIMEOUT"]
if not webrender and (os == "android") and not debug: ["PASS", "TIMEOUT"]
if not webrender and (os == "android") and not debug: ["TIMEOUT", "PASS"]
if webrender: PASS
TIMEOUT

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

@ -1,78 +1,78 @@
[webkit-animation-iteration-event.html]
expected:
if (os == "linux") and webrender and debug and fission: ["OK", "TIMEOUT"]
if (os == "linux") and webrender and debug and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and webrender and debug and fission: ["TIMEOUT", "OK"]
if (os == "linux") and webrender and not debug and fission: ["OK", "TIMEOUT"]
if (os == "linux") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and not webrender and debug: ["OK", "TIMEOUT"]
[webkitAnimationIteration event listener is case sensitive]
expected:
if (os == "linux") and webrender and fission and debug: ["NOTRUN", "PASS", "FAIL"]
if (os == "linux") and webrender and fission and not debug: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not fission and debug: ["PASS", "FAIL", "NOTRUN"]
if (os == "linux") and webrender and not fission and not debug: ["PASS", "NOTRUN", "FAIL"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "FAIL", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
[webkitAnimationIteration event listener should trigger for an animation]
expected:
if (os == "linux") and webrender and debug and fission: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
[webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
[onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
expected:
if (os == "linux") and webrender and not debug and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["NOTRUN", "PASS", "TIMEOUT"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
[event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
expected:
if (os == "linux") and webrender and debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
[event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
expected:
if (os == "linux") and webrender and debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
[webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
expected:
if (os == "linux") and webrender and debug and fission: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
[onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
expected:
if (os == "linux") and webrender and debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "NOTRUN"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and debug: ["PASS", "NOTRUN"]
[onwebkitanimationiteration event handler should trigger for an animation]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and webrender and fission: ["TIMEOUT", "PASS"]
if (os == "linux") and not debug and webrender: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and webrender and fission: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and not webrender: ["PASS", "TIMEOUT"]
if (os == "linux") and not debug and webrender: ["PASS", "TIMEOUT"]

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

@ -1,14 +1,15 @@
[lazyload-disabled-tentative.sub.html]
[Sanity-check: Contents do not load immediately (no eager-loading) when the lazyload attribute is 'on' and frame is in viewport.]
expected:
if fission and (os == "win") and webrender and debug: ["FAIL", "PASS"]
if fission and (os == "win") and webrender and not debug: ["PASS", "FAIL"]
if fission and (os == "linux") and not debug and not webrender: ["FAIL", "PASS"]
if fission and (os == "linux") and not debug and webrender: ["FAIL", "PASS"]
if fission and (os == "win") and not webrender: ["FAIL", "PASS"]
if fission and not webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
if fission and webrender and debug and (os == "win"): ["FAIL", "PASS"]
if fission and webrender and not debug and (os == "linux"): ["PASS", "FAIL"]
if fission and webrender and not debug and (os == "win"): ["FAIL", "PASS"]
if fission and not webrender and (os == "win"): ["FAIL", "PASS"]
FAIL
[When 'lazyload' feature is disabled, a frame cannot avoid lazyloading by setting 'lazyload' attribute to 'off']
expected:
if (os == "linux") and fission and not debug: ["PASS", "FAIL"]
if (os == "linux") and fission and not debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and fission and not debug and webrender: ["PASS", "FAIL"]

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

@ -1,10 +1,10 @@
[lazyload-enabled-tentative.sub.html]
[Sanity-check: Contents do not load immediately (no eager-loading) when the loading attribute is 'lazy' and frame is in viewport.]
expected:
if fission and webrender and not debug and (os == "win"): ["FAIL", "PASS"]
if fission and webrender and not debug and (os == "linux"): ["PASS", "FAIL"]
if fission and webrender and debug and (os == "linux"): ["FAIL", "PASS"]
if fission and not webrender and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
if fission and (os == "linux") and debug and webrender: ["FAIL", "PASS"]
if fission and (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
if fission and (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
if fission and (os == "win") and not debug and (processor == "x86_64"): ["FAIL", "PASS"]
FAIL
[When 'lazyload' feature is enabled, a frame can avoid lazyloading by setting 'loading' attribute to 'eager']

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

@ -1,11 +1,10 @@
[loading-frame-default-eager-disabled-tentative.sub.html]
[When 'loading-frame-default-eager' feature is disabled, a frame with 'loading attribute 'auto' will be lazily loaded.]
expected:
if fission and (os == "win") and not debug and (processor == "x86_64") and webrender: ["PASS", "FAIL"]
if fission and (os == "win") and not debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
if fission and (os == "win") and not debug and (processor == "x86"): ["FAIL", "PASS"]
if fission and (os == "linux") and webrender: ["FAIL", "PASS"]
if fission and (os == "linux") and not webrender: ["FAIL", "PASS"]
if fission and (os == "win") and debug: ["FAIL", "PASS"]
if fission and (os == "linux") and debug and webrender: ["PASS", "FAIL"]
if fission and (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
if fission and (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
if fission and (os == "linux") and not debug and webrender: ["PASS", "FAIL"]
if fission and (os == "win"): ["FAIL", "PASS"]
FAIL

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

@ -94,7 +94,8 @@
[Same-site window, forced, reloaded]
expected:
if (os == "android") and debug: [PASS, FAIL]
if (os == "android") and debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]
[Same-site window, forced: sec-fetch-site]
expected: FAIL

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

@ -1,9 +1,9 @@
[no_window_open_when_term_nesting_level_nonzero.window.html]
expected:
if (os == "linux") and webrender and debug and not fission: ["ERROR", "TIMEOUT"]
if (os == "linux") and webrender and debug and fission: ["ERROR", "TIMEOUT", "CRASH"]
if (os == "linux") and webrender and not debug and fission: ["TIMEOUT", "CRASH", "ERROR"]
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "CRASH", "ERROR"]
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "ERROR", "CRASH"]
if (os == "linux") and webrender and debug and fission: ["TIMEOUT", "ERROR", "CRASH"]
if (os == "linux") and webrender and debug and not fission: ["ERROR", "TIMEOUT"]
ERROR
[no popups from synchronously reachable window]
expected:

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

@ -20,7 +20,6 @@
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win") and (processor == "aarch64"): ["OK", "TIMEOUT"]
if not debug and (os == "android"): OK
if not debug and (os == "mac"): TIMEOUT
if debug: OK
[TIMEOUT, OK]
[hyperlink auditing <a ping>]

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

@ -2,6 +2,6 @@
[The first autofocus element in the document should win.]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["FAIL", "PASS"]
if (os == "android") and debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]

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

@ -0,0 +1,3 @@
[addCue.html]
expected:
if (os == "win") and not fission and (processor == "x86_64") and not webrender and not debug: ["OK", "TIMEOUT"]

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

@ -3,6 +3,6 @@
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1536762
expected:
if (processor == "x86_64") and (os == "win") and not webrender and not debug: ["PASS", "FAIL"]
if (processor == "x86") and debug and fission: ["FAIL", "PASS"]
if (processor == "x86") and debug and not fission: ["PASS", "FAIL"]
if (processor == "x86") and debug and fission: ["PASS", "FAIL"]
if (processor == "x86") and not debug: ["PASS", "FAIL"]

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

@ -0,0 +1 @@
leak-threshold: [tab:51200]

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

@ -1,4 +1,4 @@
[integration-point-3.html]
expected:
if (processor == "x86") and not debug and not fission: ["PASS", "FAIL"]
if (processor == "x86") and not debug and fission: ["PASS", "FAIL"]
if (processor == "x86") and not debug and not fission: ["PASS", "FAIL"]

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

@ -1,105 +1,54 @@
[MediaRecorder-peerconnection.https.html]
expected:
if release_or_beta and (os == "android"): OK
if os == "android": ["ERROR", "TIMEOUT"]
if os == "android": ["TIMEOUT", "ERROR"]
[PeerConnection MediaRecorder receives data after onstart, {"video":false,"audio":true} with format video/webm;codecs=vp8.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":false,"audio":true} with format video/webm;codecs=vp8.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":true} with format video/webm;codecs=vp8.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":true} with format video/webm;codecs=vp8.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder receives data after onstart, {"video":false,"audio":true} with format video/webm;codecs=vp9.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":false,"audio":true} with format video/webm;codecs=vp9.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":false} with format video/webm;codecs=vp9.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":false} with format video/webm;codecs=vp9.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":true} with format video/webm;codecs=vp9.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":true} with format video/webm;codecs=vp9.]
expected:
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"]
if os == "android": NOTRUN
if release_or_beta and (os == "android"): [FAIL, NOTRUN]
FAIL
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":false,"audio":true} with format [passthrough\].]
expected:
if release_or_beta and (os == "android"): PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":false} with format video/webm;codecs=vp8.]
expected:
if release_or_beta and (os == "android"): PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":false} with format video/webm;codecs=vp8.]
expected:
if release_or_beta and (os == "android"): PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":false} with format [passthrough\].]
expected:
if release_or_beta and (os == "android"): PASS
if os == "android": TIMEOUT
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":true} with format [passthrough\].]
expected:
if release_or_beta and (os == "android"): PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":true} with format [passthrough\].]
expected:
if release_or_beta and (os == "android"): PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":false} with format [passthrough\].]
expected:
if release_or_beta and (os == "android"): PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"video":false,"audio":true} with format [passthrough\].]
expected:
if release_or_beta and (os == "android"): PASS
if os == "android": NOTRUN

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

@ -1,2 +1,2 @@
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
upstream: 9cf0684de24542e35b35022fef287dda3c53a712
upstream: 085b675a6a7dabadc080b34711f632d26ec2b634

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

@ -1 +1 @@
lsan-allowed: [NS_NewDOMPointerEvent, match, mozilla::WidgetPointerEvent::Duplicate, nsThread::ProcessNextEvent]
lsan-allowed: [NS_NewDOMPointerEvent, match, mozilla::WidgetPointerEvent::Duplicate, nsHtml5ExecutorFlusher::Run, nsThread::ProcessNextEvent]

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

@ -1,10 +1,9 @@
[pointerevent_getCoalescedEvents_when_pointerlocked.html]
[mouse pointermove getCoalescedEvents when lock test]
expected:
if (processor == "x86_64") and (os == "win") and webrender and not fission and debug: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "win") and webrender and not fission and not debug: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "win") and webrender and fission and not debug: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "linux") and webrender and not fission and debug: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "linux") and debug and not webrender and fission: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "win") and not debug and not webrender and fission: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "android"): PASS
if processor == "x86": PASS
[PASS, FAIL]

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

@ -1,9 +1,8 @@
[pointerevent_movementxy.html]
expected:
if not webrender and (os == "linux") and debug and not fission: ["OK", "ERROR"]
if webrender and debug and (os == "linux") and fission: ["OK", "ERROR"]
if not webrender and (os == "mac") and debug: ["OK", "ERROR"]
if webrender and debug and (os == "win"): ["OK", "ERROR"]
if webrender and (os == "linux") and not debug and fission: ["OK", "ERROR"]
if webrender and (os == "linux") and debug and not fission: ["OK", "ERROR"]
if webrender and (os == "win") and debug and fission: ["OK", "ERROR"]
[ERROR, OK]
[mouse pointerevent attributes]
expected: FAIL

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

@ -1,13 +1,14 @@
[pointerevent_movementxy_with_pointerlock.html]
[mouse pointerevent movementX/Y with pointerlock test]
expected:
if (os == "win") and (processor == "x86_64") and webrender and fission and debug: ["FAIL", "PASS"]
if (os == "linux") and webrender and fission and debug: ["FAIL", "PASS"]
if (os == "linux") and webrender and not fission and debug: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64") and webrender and not fission: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86") and debug and fission: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64") and not webrender: ["FAIL", "PASS"]
if (os == "mac") and debug: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64") and not fission and debug and webrender: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64") and fission and not webrender and debug: ["FAIL", "PASS"]
if (os == "linux") and not debug and not fission and (processor == "x86_64") and not webrender: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86") and debug and not fission: ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64") and not fission and not debug: ["FAIL", "PASS"]
if (os == "linux") and debug and not webrender and fission: ["FAIL", "PASS"]
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
if os == "mac": ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -1,7 +1,8 @@
[pointerevent_pointermove_on_chorded_mouse_button_when_locked.html]
[pointer locked pointermove events received for button state changes]
expected:
if (os == "linux") and debug and not webrender and not fission: ["FAIL", "PASS"]
if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and not fission and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "linux") and not fission and debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and fission and debug: ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -1,7 +1,6 @@
[movementX_Y_basic.html]
[Test that movementX/Y = eNow.screenX/Y-ePrevious.screenX/Y.]
expected:
if webrender and (os == "win") and fission and debug: ["FAIL", "PASS"]
if webrender and (os == "linux") and debug: ["FAIL", "PASS"]
if webrender and debug and (os == "linux"): ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -3,9 +3,9 @@
if (os == "linux") and webrender: ["OK", "TIMEOUT"]
[test0: multiple notifications inside same event loop]
expected:
if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and debug and not fission: ["FAIL", "PASS"]
if (os == "linux") and webrender and not debug: ["PASS", "FAIL"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
[guard]
expected:

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

@ -1,14 +1,20 @@
[workerStart-tao-protected.https.html]
expected:
if (os == "linux") and fission and not debug and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and fission and not debug and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and not debug and (processor == "x86_64") and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not fission and not debug and (processor == "x86_64") and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and fission and not debug: ["OK", "TIMEOUT"]
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
[Add TAO iframe to remote origin. Make sure workerStart is not zero]
expected:
if (os == "linux") and fission and not debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "linux") and not fission and not webrender and not debug and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "linux") and fission and not debug and not webrender: ["FAIL", "TIMEOUT"]
if (os == "linux") and fission and not debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "linux") and not fission and webrender and not debug: ["FAIL", "NOTRUN"]
if (os == "mac") and not debug: ["FAIL", "TIMEOUT"]
FAIL
[Add TAO-less iframe to remote origin. Make sure workerStart is zero]
expected:
if (os == "linux") and webrender and not debug and not fission: ["PASS", "TIMEOUT"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "TIMEOUT"]

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

@ -1,14 +1,10 @@
[event-before-promise.html]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and debug and fission: ["ERROR", "OK"]
if (os == "linux") and not webrender and (processor == "x86_64") and debug and not fission: ["ERROR", "OK"]
if (os == "linux") and not webrender and (processor == "x86_64") and not debug and fission: ["ERROR", "OK"]
if (os == "linux") and not webrender and (processor == "x86_64") and not debug and not fission: ["ERROR", "OK"]
if (os == "linux") and webrender and debug and fission: ["ERROR", "OK"]
if (os == "linux") and webrender and debug and not fission: ["ERROR", "OK"]
if (os == "linux") and not webrender and (processor == "x86"): ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if (os == "linux") and not webrender: ["ERROR", "OK"]
if os == "android": TIMEOUT
[OK, ERROR]
[The 'change' event must fire before the [[orientationPendingPromise\]\] is resolved.]

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

@ -1,13 +1,11 @@
[lock-unlock-check.html]
expected:
if (os == "linux") and not debug and not fission and (processor == "x86_64") and not webrender: ["ERROR", "OK"]
if (os == "linux") and debug and webrender and not fission: ["ERROR", "OK"]
if (os == "linux") and debug and not webrender and fission: ["ERROR", "OK"]
if (os == "linux") and not debug and not fission and (processor == "x86"): ["ERROR", "OK"]
if (os == "linux") and not debug and fission: ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "mac") and not debug: ["ERROR", "OK"]
if (os == "linux") and not webrender and not debug and not fission and (processor == "x86"): ["ERROR", "OK"]
if (os == "linux") and not webrender and not debug and not fission and (processor == "x86_64"): ["ERROR", "OK"]
if (os == "linux") and not webrender and not debug and fission: ["ERROR", "OK"]
if (os == "linux") and not webrender and debug and fission: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "mac": ["ERROR", "OK"]
if os == "android": TIMEOUT
[OK, ERROR]
[Re-locking orientation during event dispatch must reject existing orientationPendingPromise]

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

@ -1,12 +1,15 @@
[onchange-event.html]
expected:
if (os == "linux") and fission and webrender and not debug: ["OK", "ERROR"]
if (os == "linux") and not webrender and debug and fission: ["ERROR", "OK"]
if (os == "linux") and not webrender and debug and not fission: ["ERROR", "OK"]
if (os == "linux") and webrender and debug and not fission: ["ERROR", "OK"]
if (os == "linux") and webrender and not debug and fission: ["ERROR", "OK"]
if (os == "linux") and not webrender and not debug: ["ERROR", "OK"]
if (os == "win") and (processor == "x86_64") and not webrender: OK
if (os == "win") and (processor == "x86_64") and webrender: ["OK", "ERROR"]
if (os == "win") and (processor == "x86"): ERROR
if (os == "win") and (processor == "aarch64"): ["OK", "ERROR"]
if (os == "mac") and debug: ["ERROR", "OK"]
if os == "android": TIMEOUT
[ERROR, OK]
[OK, ERROR]
[Test that orientationchange event is fired when the orientation changes.]
expected:
if os == "android": TIMEOUT

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

@ -1,11 +1,9 @@
[orientation-reading.html]
expected:
if (os == "linux") and debug and fission and webrender: ["ERROR", "OK"]
if (os == "linux") and debug and fission and not webrender: ["ERROR", "OK"]
if (os == "linux") and not debug and webrender and not fission: ["OK", "ERROR"]
if (os == "linux") and not debug and webrender and fission: ["ERROR", "OK"]
if (os == "linux") and debug and not fission: ["ERROR", "OK"]
if (os == "linux") and not debug and not webrender: ["ERROR", "OK"]
if (os == "linux") and debug and webrender and fission: ["ERROR", "OK"]
if (os == "linux") and debug and webrender and not fission: ["OK", "ERROR"]
if (os == "linux") and debug and not webrender: ["ERROR", "OK"]
if (os == "linux") and not debug: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ERROR
if (os == "win") and (processor == "aarch64"): ["OK", "ERROR"]
if os == "mac": ["ERROR", "OK"]

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

@ -1,6 +1,4 @@
[update-no-cache-request-headers.https.html]
[headers in no-cache mode]
expected:
if (os == "mac") and not debug: ["FAIL", "PASS"]
[PASS, FAIL]
expected: [PASS, FAIL]

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

@ -1,8 +1,8 @@
[sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html]
expected:
if not debug and (os == "win") and ccov: OK
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86_64"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86_64"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and fission: ["TIMEOUT", "OK"]
if not debug and (os == "win") and (processor == "aarch64"): OK
if not debug and (os == "android"): OK
@ -11,8 +11,8 @@
[SXG reporting test of sxg.failed downgraded from sxg.cert_parse_error for prefetch.]
expected:
if not debug and (os == "win") and ccov: FAIL
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and fission: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "aarch64"): FAIL
if not debug and (os == "android"): FAIL

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

@ -1,8 +1,8 @@
[sxg-reporting-prefetch-invalid_integrity_header.tentative.html]
expected:
if not debug and (os == "win") and ccov: OK
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86_64"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and not fission and (processor == "x86_64"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and fission: ["TIMEOUT", "OK"]
if not debug and (os == "win") and (processor == "aarch64"): OK
if not debug and (os == "android"): OK

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

@ -1,6 +1,4 @@
[correct-events-for-short-animations-with-syncbases.html]
[Correct events for short animations with syncbases]
expected:
if not fission and not debug and (processor == "x86") and (os == "linux"): ["FAIL", "PASS"]
[PASS, FAIL]
expected: [PASS, FAIL]

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

@ -4,7 +4,7 @@
if webrender and not debug: ["OK", "ERROR"]
[Check if onhover events reset correctly when triggered multiple times]
expected:
if (os == "linux") and webrender and debug and not fission: ["FAIL", "PASS"]
if (os == "linux") and webrender and not debug: ["FAIL", "PASS"]
if webrender and (os == "linux") and debug and fission: ["FAIL", "PASS"]
if webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -1,10 +1,10 @@
[failure.html]
expected:
if fission and (os == "win") and not debug and (processor == "x86_64") and webrender: ["OK", "CRASH", "ERROR"]
if fission and (os == "win") and not debug and (processor == "x86_64") and not webrender: ["CRASH", "OK", "ERROR"]
if fission and (os == "win") and not debug and (processor == "x86"): ["OK", "ERROR", "CRASH"]
if fission and (os == "win") and (processor == "x86_64") and debug and not webrender: ["CRASH", "OK", "ERROR"]
if fission and (os == "win") and (processor == "x86_64") and debug and webrender: ["CRASH", "OK", "ERROR"]
if fission and (os == "win") and (processor == "x86_64") and not debug: ["CRASH", "OK", "ERROR"]
if fission and (os == "win") and (processor == "x86"): ["OK", "ERROR", "CRASH"]
if fission and (os == "linux") and not debug: ["OK", "CRASH"]
if fission and (os == "win") and debug: ["OK", "ERROR", "CRASH"]
[URL's href: file://example:1/ should throw]
expected: FAIL

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

@ -9,5 +9,5 @@
disabled:
if os != "android": needs desktop zooming
expected:
if not debug: ["FAIL", "PASS"]
if not debug: ["PASS", "FAIL"]

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

@ -1,8 +1,10 @@
[audioworklet-audioparam-size.https.html]
expected:
if (processor == "x86") and not fission and (os == "win") and not debug: ["OK", "TIMEOUT"]
[Executing "Initializing AudioWorklet and Context"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
bug: AudioWorklet not enabled on release_or_beta
[Executing "Verify Size of AudioParam Arrays"]
expected: FAIL

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

@ -1,11 +1,11 @@
[createcredential-pubkeycredparams.https.html]
expected:
if processor == "aarch64": ["TIMEOUT", "OK"]
if processor == "aarch64": ["OK", "TIMEOUT"]
[Bad pubKeyCredParams: first param has bad alg (0)]
expected:
if processor == "aarch64": ["NOTRUN", "PASS"]
if processor == "aarch64": ["PASS", "NOTRUN"]
[Bad pubKeyCredParams: first param has bad alg (42)]
expected:
if processor == "aarch64": ["TIMEOUT", "PASS"]
if processor == "aarch64": ["PASS", "TIMEOUT"]

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

@ -1,6 +1,6 @@
[createcredential-timeout.https.html]
expected:
if processor == "aarch64": ["TIMEOUT", "OK"]
if processor == "aarch64": ["OK", "TIMEOUT"]
[ensure create credential times out]
expected:
if os == "android": FAIL

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

@ -1,14 +1,17 @@
[webauthn-testdriver-basic.https.html]
expected:
if (os == "win") and (processor == "aarch64"): OK
if os == "android": OK
TIMEOUT
[Get an assertion]
expected:
if (os == "win") and (processor == "aarch64"): FAIL
if os == "android": PASS
NOTRUN
[Create a credential]
expected:
if (os == "win") and (processor == "aarch64"): FAIL
if os == "android": PASS
TIMEOUT

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

@ -0,0 +1,3 @@
[delete.py]
expected:
if fission and (os == "win") and (processor == "x86_64") and not webrender and not debug: ["OK", "TIMEOUT"]

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

@ -2,6 +2,8 @@
disabled:
if ccov and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
expected:
if (os == "linux") and not debug and webrender and fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and webrender and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 16.04") and fission and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 16.04") and fission and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 16.04") and not fission and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 16.04") and not fission and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 18.04"): ["OK", "TIMEOUT"]

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

@ -2,6 +2,8 @@
disabled:
if ccov and (os == "win") and (bits == 64) and (version == "10.0.17134"): https://bugzilla.mozilla.org/show_bug.cgi?id=1507121
expected:
if (os == "linux") and not debug and webrender and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and webrender and fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 16.04") and not webrender and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 16.04") and not webrender and fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 16.04") and webrender and fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 16.04") and webrender and not fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and (version == "Ubuntu 18.04"): ["OK", "TIMEOUT"]

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

@ -2,11 +2,11 @@
disabled:
if ccov and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
expected:
if (os == "linux") and not debug and not fission and (version == "Ubuntu 16.04") and not webrender: ["TIMEOUT", "OK"]
if (os == "linux") and not debug and not fission and (version == "Ubuntu 16.04") and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not fission and (version == "Ubuntu 18.04"): ["OK", "TIMEOUT"]
if (os == "linux") and not debug and fission: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not fission and not webrender and (version == "Ubuntu 18.04"): ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not fission and not webrender and (version == "Ubuntu 16.04"): ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not fission and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and fission: ["OK", "TIMEOUT"]
[test_timeouts[timeouts0\]]
expected:
if (processor == "x86") and debug and not fission: ["PASS", "FAIL"]

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

@ -1,6 +1,6 @@
[RTCPeerConnection-generateCertificate.html]
[generateCertificate() with 0 expires parameter should generate expired cert]
expected:
if (processor == "x86") and fission and debug: ["FAIL", "PASS"]
if (processor == "x86") and fission and not debug: ["FAIL", "PASS"]
if (processor == "x86") and fission and debug: ["PASS", "FAIL"]
if (processor == "x86") and fission and not debug: ["PASS", "FAIL"]

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

@ -1,3 +1,4 @@
[regionAnchorX.html]
expected:
if (os == "win") and webrender and not fission and not debug: ["OK", "TIMEOUT"]
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["OK", "CRASH"]

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

@ -1,10 +1,7 @@
[embedded_style_imports_blocked.html]
expected:
if not webrender and (os == "win") and (processor == "x86") and not debug and fission: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "x86") and not debug and not fission: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "x86_64") and not fission and debug: ["PASS", "FAIL"]
if not webrender and (os == "win") and (processor == "x86_64") and not fission and not debug: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"]
if not webrender and (os == "win") and (processor == "x86_64") and fission: ["PASS", "FAIL"]
if not webrender and (os == "linux"): ["PASS", "FAIL"]
if not webrender and (os == "android"): ["PASS", "FAIL"]
if not webrender and (os == "win") and (processor == "x86_64") and not debug and fission: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "aarch64"): PASS
if not webrender and (os == "mac"): PASS
if webrender: PASS
[PASS, FAIL]

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

@ -1,6 +1,6 @@
[embedded_style_multiple_tracks.html]
expected:
if not webrender and (os == "linux") and not debug and not fission: ["FAIL", "PASS"]
if not webrender and (os == "android") and not debug: PASS
if not webrender and not debug and (os == "linux") and not fission: ["FAIL", "PASS"]
if not webrender and not debug and (os == "android"): PASS
if webrender: PASS
[PASS, FAIL]

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

@ -1,12 +1,14 @@
[embedded_style_urls.html]
expected:
if not webrender and (os == "win") and not debug and (processor == "x86_64") and fission: ["PASS", "FAIL"]
if not webrender and (os == "win") and not debug and (processor == "x86_64") and not fission: ["FAIL", "PASS"]
if not webrender and (os == "win") and not debug and (processor == "x86") and not fission: ["PASS", "FAIL"]
if not webrender and (os == "win") and not debug and (processor == "x86") and fission: ["PASS", "FAIL"]
if not webrender and (os == "linux") and not fission and debug: ["FAIL", "PASS"]
if not webrender and (os == "linux") and not fission and not debug: ["FAIL", "PASS"]
if not webrender and (os == "linux") and fission and debug: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "x86") and not debug and fission: ["PASS", "FAIL"]
if not webrender and (os == "win") and (processor == "x86") and not debug and not fission: ["PASS", "FAIL"]
if not webrender and (os == "win") and (processor == "x86_64") and fission and debug: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "x86_64") and fission and not debug: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "x86_64") and not fission and debug: ["FAIL", "PASS"]
if not webrender and (os == "win") and (processor == "x86_64") and not fission and not debug: ["PASS", "FAIL"]
if not webrender and (os == "linux") and fission and not debug: ["PASS", "FAIL"]
if not webrender and (os == "linux") and fission and debug: ["FAIL", "PASS"]
if not webrender and (os == "linux") and not fission and debug: ["FAIL", "PASS"]
if not webrender and (os == "linux") and not fission and not debug: ["PASS", "FAIL"]
if not webrender and (os == "win") and (processor == "x86") and debug: ["FAIL", "PASS"]
if not webrender and (os == "android") and debug: ["PASS", "FAIL"]
if not webrender and (os == "win") and debug: ["FAIL", "PASS"]

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

@ -5,8 +5,8 @@
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1557708
[XMLHttpRequest: timeout event]
expected:
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
if (os == "linux") and not webrender and debug and fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]