зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1598408 [wpt PR 20366] - Update wpt metadata, a=testonly
wpt-pr: 20366 wpt-type: metadata
This commit is contained in:
Родитель
41db7169fe
Коммит
deccc8073a
|
@ -1,6 +1,6 @@
|
||||||
[relpos-percentage-top-in-scrollable.html]
|
[relpos-percentage-top-in-scrollable.html]
|
||||||
[Top percentage resolved correctly for overflow contribution]
|
[Top percentage resolved correctly for overflow contribution]
|
||||||
expected:
|
expected:
|
||||||
if (os == "android") and debug: ["FAIL", "PASS"]
|
if (os == "android") and debug: [FAIL, PASS]
|
||||||
if (os == "android") and not debug: ["FAIL", "PASS"]
|
if (os == "android") and not debug: [PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
[select-element-zero-height-001.html]
|
[select-element-zero-height-001.html]
|
||||||
expected: [PASS, FAIL]
|
|
||||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1596255
|
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1596255
|
||||||
|
expected:
|
||||||
|
if os == "android": ["FAIL", "PASS"]
|
||||||
|
[PASS, FAIL]
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
[font-display-feature-policy-02.tentative.html]
|
[font-display-feature-policy-02.tentative.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux" and debug): [FAIL, PASS]
|
if debug and (os == "linux") and webrender and fission: ["FAIL", "PASS"]
|
||||||
|
if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
|
||||||
|
if debug and (os == "linux") and not webrender and fission: ["FAIL", "PASS"]
|
||||||
|
if debug and (os == "linux") and not webrender and not fission: ["FAIL", "PASS"]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[appearance-textfield-001.html]
|
[appearance-textfield-001.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "win") and debug and (processor == "x86") and fission: ["PASS", "FAIL"]
|
if (os == "win") and debug and (processor == "x86") and fission: [PASS, FAIL]
|
||||||
if (os == "win") and debug and (processor == "x86") and not fission: ["PASS", "FAIL"]
|
if (os == "win") and debug and (processor == "x86") and not fission: [PASS, FAIL]
|
||||||
if os == "android": PASS
|
if os == "android": PASS
|
||||||
if os == "mac": PASS
|
if os == "mac": PASS
|
||||||
if os == "linux": PASS
|
if os == "linux": PASS
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
[MediaQueryList-addListener-handleEvent.html]
|
[MediaQueryList-addListener-handleEvent.html]
|
||||||
[looks up handleEvent method on every event dispatch]
|
[looks up handleEvent method on every event dispatch]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and debug and fission: [PASS, FAIL]
|
||||||
if (os == "linux") and webrender and not debug and fission: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and not debug and fission: [FAIL, PASS]
|
||||||
if (os == "linux") and webrender and not debug and not fission: FAIL
|
if (os == "linux") and webrender and not debug and not fission: FAIL
|
||||||
|
|
||||||
[calls handleEvent method of event listener]
|
[calls handleEvent method of event listener]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and not debug and fission: [PASS, FAIL]
|
||||||
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and debug: [PASS, FAIL]
|
||||||
|
|
||||||
[doesn't look up handleEvent method on callable event listeners]
|
[doesn't look up handleEvent method on callable event listeners]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and fission and debug: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and fission and debug: [PASS, FAIL]
|
||||||
if (os == "linux") and webrender and fission and not debug: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and fission and not debug: [FAIL, PASS]
|
||||||
if (os == "linux") and webrender and not fission and not debug: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and not fission and not debug: [FAIL, PASS]
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
[MediaQueryList-addListener-removeListener.html]
|
[MediaQueryList-addListener-removeListener.html]
|
||||||
[listeners are called when <iframe> is resized]
|
[listeners are called when <iframe> is resized]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and fission and debug: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and fission and debug: [PASS, FAIL]
|
||||||
if (os == "linux") and webrender and fission and not debug: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and fission and not debug: [FAIL, PASS]
|
||||||
if (os == "linux") and webrender and not fission and not debug: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and not fission and not debug: [FAIL, PASS]
|
||||||
|
|
||||||
[listeners are called in order they were added]
|
[listeners are called in order they were added]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and fission: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and not debug and fission: [FAIL, PASS]
|
||||||
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and not debug and not fission: [FAIL, PASS]
|
||||||
|
|
||||||
[listener that was added twice is called only once]
|
[listener that was added twice is called only once]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and fission: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and not debug and fission: [FAIL, PASS]
|
||||||
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and not debug and not fission: [FAIL, PASS]
|
||||||
|
|
||||||
[listeners are called correct number of times]
|
[listeners are called correct number of times]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and fission and not debug: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and fission and not debug: [FAIL, PASS]
|
||||||
if (os == "linux") and webrender and fission and debug: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and fission and debug: [PASS, FAIL]
|
||||||
if (os == "linux") and webrender and not fission and not debug: ["FAIL", "PASS"]
|
if (os == "linux") and webrender and not fission and not debug: [FAIL, PASS]
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,10 @@
|
||||||
[Sticky elements work with the root (document) scroller]
|
[Sticky elements work with the root (document) scroller]
|
||||||
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1556685
|
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1556685
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux") and fission: ["PASS", "FAIL"]
|
if webrender and debug and (os == "linux") and fission: [PASS, FAIL]
|
||||||
if webrender and debug and (os == "linux") and not fission: ["PASS", "FAIL"]
|
if webrender and debug and (os == "linux") and not fission: [PASS, FAIL]
|
||||||
if not webrender and (os == "android"): FAIL
|
if not webrender and (os == "android"): FAIL
|
||||||
if webrender and not debug: ["PASS", "FAIL"]
|
if webrender and (os == "win") and not debug and fission: ["PASS", "FAIL"]
|
||||||
|
if webrender and (os == "win") and not debug and not fission: ["PASS", "FAIL"]
|
||||||
|
if webrender and (os == "linux"): ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
[scroll-behavior-default-css.html]
|
[scroll-behavior-default-css.html]
|
||||||
[Smooth scrolling of an element with default scroll-behavior]
|
[Smooth scrolling of an element with default scroll-behavior]
|
||||||
expected:
|
expected:
|
||||||
if webrender and not debug and fission and (os == "win"): ["PASS", "FAIL"]
|
if webrender and not debug and fission and (os == "win"): [PASS, FAIL]
|
||||||
if webrender and not debug and fission and (os == "linux"): ["PASS", "FAIL"]
|
if webrender and not debug and fission and (os == "linux"): [PASS, FAIL]
|
||||||
if not webrender and (os == "android") and debug: ["PASS", "FAIL"]
|
if not webrender and (os == "android") and debug: [PASS, FAIL]
|
||||||
if webrender and debug and (os == "linux"): ["PASS", "FAIL"]
|
if webrender and debug and (os == "linux"): [PASS, FAIL]
|
||||||
if webrender and not debug and not fission: ["PASS", "FAIL"]
|
if webrender and (os == "win") and not debug and not fission: ["PASS", "FAIL"]
|
||||||
|
if webrender and (os == "linux"): ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
[lazyload-disabled-tentative.sub.html]
|
[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.]
|
[Sanity-check: Contents do not load immediately (no eager-loading) when the lazyload attribute is 'on' and frame is in viewport.]
|
||||||
expected:
|
expected:
|
||||||
if webrender and fission and not debug and (os == "win"): ["FAIL", "PASS"]
|
if webrender and fission and not debug and (os == "win"): [FAIL, PASS]
|
||||||
if webrender and fission and not debug and (os == "linux"): ["FAIL", "PASS"]
|
if webrender and fission and not debug and (os == "linux"): [FAIL, PASS]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[When 'lazyload' feature is disabled, a frame cannot avoid lazyloading by setting 'lazyload' attribute to 'off']
|
[When 'lazyload' feature is disabled, a frame cannot avoid lazyloading by setting 'lazyload' attribute to 'off']
|
||||||
expected:
|
expected:
|
||||||
if fission and not debug and not webrender and (os == "win"): ["PASS", "FAIL"]
|
if fission and not debug and not webrender and (os == "win"): [PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
[lazyload-enabled-tentative.sub.html]
|
[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.]
|
[Sanity-check: Contents do not load immediately (no eager-loading) when the loading attribute is 'lazy' and frame is in viewport.]
|
||||||
expected:
|
expected:
|
||||||
if webrender and fission and not debug and (os == "linux"): ["PASS", "FAIL"]
|
if webrender and fission and not debug and (os == "linux"): [PASS, FAIL]
|
||||||
if webrender and fission and not debug and (os == "win"): ["FAIL", "PASS"]
|
if webrender and fission and not debug and (os == "win"): [FAIL, PASS]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
[When 'lazyload' feature is enabled, a frame can avoid lazyloading by setting 'loading' attribute to 'eager']
|
[When 'lazyload' feature is enabled, a frame can avoid lazyloading by setting 'loading' attribute to 'eager']
|
||||||
expected:
|
expected:
|
||||||
if fission and (os == "win") and not debug and not webrender and (processor == "x86"): ["PASS", "FAIL"]
|
if fission and (os == "win") and not debug and not webrender and (processor == "x86"): [PASS, FAIL]
|
||||||
if fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
|
if fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): [PASS, FAIL]
|
||||||
if fission and (os == "win") and not debug and webrender: ["PASS", "FAIL"]
|
if fission and (os == "win") and not debug and webrender: [PASS, FAIL]
|
||||||
if fission and (os == "win") and debug: ["PASS", "FAIL"]
|
if fission and (os == "win") and debug: [PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[loading-frame-default-eager-disabled-tentative.sub.html]
|
[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.]
|
[When 'loading-frame-default-eager' feature is disabled, a frame with 'loading attribute 'auto' will be lazily loaded.]
|
||||||
expected:
|
expected:
|
||||||
if webrender and fission and not debug and (os == "win"): ["FAIL", "PASS"]
|
if webrender and fission and not debug and (os == "win"): [FAIL, PASS]
|
||||||
if webrender and fission and not debug and (os == "linux"): ["FAIL", "PASS"]
|
if webrender and fission and not debug and (os == "linux"): [PASS, FAIL]
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
disabled:
|
disabled:
|
||||||
if debug and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1564229
|
if debug and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1564229
|
||||||
if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1564229
|
if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1564229
|
||||||
|
expected:
|
||||||
|
if debug: ["OK", "ERROR"]
|
||||||
[Verify that when a sandbox related feature is enabled in 'allow' then the feature will be enabled regardless of sandbox attribute's value.]
|
[Verify that when a sandbox related feature is enabled in 'allow' then the feature will be enabled regardless of sandbox attribute's value.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
leak-threshold: [tab:51200]
|
|
@ -1,4 +1,5 @@
|
||||||
[first-when-later-but-before.html]
|
[first-when-later-but-before.html]
|
||||||
[The temporally first autofocus in the document wins, even if an element is inserted later that is previous in the document tree.]
|
[The temporally first autofocus in the document wins, even if an element is inserted later that is previous in the document tree.]
|
||||||
expected:
|
expected:
|
||||||
if (os == 'android') and not debug: [PASS, FAIL]
|
if (os == "android") and not debug: [PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
[The first autofocus in the document wins, even if elements are inserted later.]
|
[The first autofocus in the document wins, even if elements are inserted later.]
|
||||||
expected:
|
expected:
|
||||||
if (os == "android") and not debug: [PASS, FAIL]
|
if (os == "android") and not debug: [PASS, FAIL]
|
||||||
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
|
if (os == "win") and webrender and not debug and not fission: [PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
[2d.gradient.radial.cone.cylinder.html]
|
[2d.gradient.radial.cone.cylinder.html]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["OK", "CRASH"]
|
||||||
[OffscreenCanvas test: 2d.gradient.radial.cone.cylinder]
|
[OffscreenCanvas test: 2d.gradient.radial.cone.cylinder]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
[2d.pattern.image.undefined.html]
|
[2d.pattern.image.undefined.html]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["OK", "CRASH"]
|
||||||
[OffscreenCanvas test: 2d.pattern.image.undefined]
|
[OffscreenCanvas test: 2d.pattern.image.undefined]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
[Mouse down and capture to green.]
|
[Mouse down and capture to green.]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
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 not fission: [PASS, FAIL]
|
||||||
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and debug: [PASS, FAIL]
|
||||||
if (os == "linux") and not webrender: ["PASS", "FAIL"]
|
if (os == "linux") and not webrender: [PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
[Event log]
|
[Event log]
|
||||||
expected:
|
expected:
|
||||||
if (os == "android") and not e10s: FAIL
|
if (os == "android") and not e10s: FAIL
|
||||||
|
if fission and debug and webrender: ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[processing-instruction.html]
|
||||||
|
[Styling SVG from ProcessingInstruction fill]
|
||||||
|
expected:
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["PASS", "FAIL"]
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
[eventloop.html]
|
[eventloop.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and debug and not fission: ["OK", "TIMEOUT"]
|
if (os == "linux") and webrender and debug and not fission: [OK, TIMEOUT]
|
||||||
if (os == "linux") and webrender and not debug and fission: ["OK", "TIMEOUT"]
|
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 webrender and not debug and not fission: [OK, TIMEOUT]
|
||||||
[test0: multiple notifications inside same event loop]
|
[test0: multiple notifications inside same event loop]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and debug and not 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 not fission: [PASS, FAIL]
|
||||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and not debug and fission: [PASS, FAIL]
|
||||||
|
|
||||||
[guard]
|
[guard]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and debug and not 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 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 fission: [PASS, NOTRUN]
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
[observe.html]
|
[observe.html]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "win") and fission and not debug: ["OK", "TIMEOUT"]
|
if webrender and (os == "win") and fission and not debug: [OK, TIMEOUT]
|
||||||
if webrender and (os == "linux") and debug and not fission: ["OK", "TIMEOUT"]
|
if webrender and (os == "linux") and debug and not fission: [OK, TIMEOUT]
|
||||||
if webrender and (os == "linux") and debug and fission: ["OK", "TIMEOUT"]
|
if webrender and (os == "linux") and debug and fission: [OK, TIMEOUT]
|
||||||
if webrender and (os == "linux") and not debug: ["OK", "TIMEOUT"]
|
if webrender and (os == "linux") and not debug and not fission: ["OK", "TIMEOUT"]
|
||||||
|
if webrender and (os == "linux") and not debug and fission: ["OK", "TIMEOUT"]
|
||||||
[guard]
|
[guard]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and debug and fission: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and debug and fission: [PASS, NOTRUN]
|
||||||
if webrender and (os == "linux") and debug and not fission: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and debug and not fission: [PASS, NOTRUN]
|
||||||
if webrender and (os == "win") and fission and not debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "win") and fission and not debug: [PASS, NOTRUN]
|
||||||
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"]
|
||||||
|
|
||||||
[test6: iframe notifications]
|
[test6: iframe notifications]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
|
if webrender and (os == "linux") and debug and fission: [PASS, FAIL]
|
||||||
if webrender and (os == "linux") and debug and not fission: ["PASS", "FAIL"]
|
if webrender and (os == "linux") and debug and not fission: [PASS, FAIL]
|
||||||
if webrender and (os == "win") and fission and not debug: ["PASS", "FAIL"]
|
if webrender and (os == "win") and fission and not debug: [PASS, FAIL]
|
||||||
if webrender and (os == "linux") and not debug: ["PASS", "FAIL"]
|
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL"]
|
||||||
|
if webrender and (os == "linux") and not debug and not fission: ["PASS", "FAIL"]
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[update-no-cache-request-headers.https.html]
|
[update-no-cache-request-headers.https.html]
|
||||||
[headers in no-cache mode]
|
[headers in no-cache mode]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (processor == "x86_64") and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
|
if not debug and (processor == "x86_64") and (os == "linux") and webrender and not fission: [PASS, FAIL]
|
||||||
if debug and fission and webrender and (os == "win"): ["PASS", "FAIL"]
|
if debug and fission and webrender and (os == "win"): [PASS, FAIL]
|
||||||
if debug and not fission and (os == "win") and (processor == "x86_64"): ["FAIL", "PASS"]
|
if debug and not fission and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
|
||||||
if debug and fission and not webrender: ["PASS", "FAIL"]
|
if debug and fission and not webrender: [PASS, FAIL]
|
||||||
if not debug and (processor == "aarch64"): ["PASS", "FAIL"]
|
if not debug and (processor == "aarch64"): [PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html]
|
[sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html]
|
||||||
expected:
|
expected:
|
||||||
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and fission: ["TIMEOUT", "OK"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and fission: [TIMEOUT, OK]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and not fission: ["OK", "TIMEOUT"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and not fission: [OK, TIMEOUT]
|
||||||
if not debug and (os == "win") and (processor == "aarch64"): OK
|
if not debug and (os == "win") and (processor == "aarch64"): OK
|
||||||
if not debug and (os == "android"): OK
|
if not debug and (os == "android"): OK
|
||||||
if debug: OK
|
if debug: OK
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
|
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
|
||||||
if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL
|
if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL
|
||||||
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and fission: ["TIMEOUT", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and fission: [TIMEOUT, FAIL]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and not fission: ["FAIL", "TIMEOUT"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and not fission: [FAIL, TIMEOUT]
|
||||||
if not debug and (os == "win") and (processor == "aarch64"): FAIL
|
if not debug and (os == "win") and (processor == "aarch64"): FAIL
|
||||||
if not debug and (os == "android"): FAIL
|
if not debug and (os == "android"): FAIL
|
||||||
if debug: FAIL
|
if debug: FAIL
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[sxg-reporting-prefetch-invalid_integrity_header.tentative.html]
|
[sxg-reporting-prefetch-invalid_integrity_header.tentative.html]
|
||||||
expected:
|
expected:
|
||||||
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and not fission: ["OK", "TIMEOUT"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and not fission: [OK, TIMEOUT]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and fission: ["TIMEOUT", "OK"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and fission: [TIMEOUT, OK]
|
||||||
if not debug and (os == "win") and (processor == "aarch64"): OK
|
if not debug and (os == "win") and (processor == "aarch64"): OK
|
||||||
if not debug and (os == "android"): OK
|
if not debug and (os == "android"): OK
|
||||||
if debug: OK
|
if debug: OK
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
|
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
|
||||||
if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL
|
if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL
|
||||||
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and fission: ["TIMEOUT", "FAIL"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and fission: [TIMEOUT, FAIL]
|
||||||
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and not fission: ["FAIL", "TIMEOUT"]
|
if not debug and (os == "linux") and not webrender and (processor == "x86_64") and not fission: [FAIL, TIMEOUT]
|
||||||
if not debug and (os == "win") and (processor == "aarch64"): FAIL
|
if not debug and (os == "win") and (processor == "aarch64"): FAIL
|
||||||
if not debug and (os == "android"): FAIL
|
if not debug and (os == "android"): FAIL
|
||||||
if debug: FAIL
|
if debug: FAIL
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[beginelement-instance-time-1.html]
|
[beginelement-instance-time-1.html]
|
||||||
[beginElement() timing]
|
[beginElement() timing]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and fission: ["PASS", "FAIL"]
|
if (os == "linux") and webrender and not debug and fission: [PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
[onhover-syncbases.html]
|
[onhover-syncbases.html]
|
||||||
expected:
|
expected:
|
||||||
if webrender and debug and (os == "linux"): ["OK", "ERROR"]
|
if webrender and debug and (os == "linux"): [OK, ERROR]
|
||||||
if webrender and not debug: ["OK", "ERROR"]
|
if webrender and not debug: [OK, ERROR]
|
||||||
[Check if onhover events reset correctly when triggered multiple times]
|
[Check if onhover events reset correctly when triggered multiple times]
|
||||||
expected:
|
expected:
|
||||||
if webrender and (os == "linux") and debug: ["FAIL", "PASS"]
|
if webrender and (os == "linux") and not debug: [FAIL, PASS]
|
||||||
if webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
|
if webrender and (os == "linux") and debug and fission: ["FAIL", "PASS"]
|
||||||
|
if webrender and (os == "linux") and debug and not fission: ["FAIL", "PASS"]
|
||||||
[PASS, FAIL]
|
[PASS, FAIL]
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
[paced-value-animation-overwrites-keyTimes.html]
|
||||||
|
expected:
|
||||||
|
if (os == "android") and debug: ["OK", "TIMEOUT"]
|
||||||
|
[Paced value animation doesn't overwrite keyTimes]
|
||||||
|
expected:
|
||||||
|
if (os == "android") and debug: ["PASS", "TIMEOUT"]
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
[failure.html]
|
[failure.html]
|
||||||
expected:
|
expected:
|
||||||
if fission and (os == "win") and (processor == "x86_64") and not debug and not webrender: ["CRASH", "OK"]
|
if fission and (os == "win") and (processor == "x86_64") and not debug and not webrender: [CRASH, OK]
|
||||||
if fission and (os == "win") and (processor == "x86_64") and not debug and webrender: ["CRASH", "OK"]
|
if fission and (os == "win") and (processor == "x86_64") and not debug and webrender: [CRASH, OK]
|
||||||
if fission and (os == "win") and (processor == "x86_64") and debug and webrender: ["OK", "CRASH"]
|
if fission and (os == "win") and (processor == "x86_64") and debug and webrender: [OK, CRASH]
|
||||||
if fission and (os == "win") and (processor == "x86_64") and debug and not webrender: ["OK", "CRASH"]
|
if fission and (os == "win") and (processor == "x86_64") and debug and not webrender: [OK, CRASH]
|
||||||
if fission and (os == "win") and (processor == "x86") and debug: ["OK", "CRASH"]
|
if fission and (os == "win") and (processor == "x86") and debug: [OK, CRASH]
|
||||||
if fission and (os == "linux") and not debug and not webrender: ["OK", "CRASH"]
|
if fission and (os == "linux") and not debug and not webrender: [OK, CRASH]
|
||||||
[URL's href: file://example:1/ should throw]
|
[URL's href: file://example:1/ should throw]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
[audiocontextoptions.html]
|
[audiocontextoptions.html]
|
||||||
|
expected:
|
||||||
|
if fission and (os == "linux") and not debug: TIMEOUT
|
||||||
[X context = new AudioContext({'latencyHint': 'foo'}) did not throw an exception.]
|
[X context = new AudioContext({'latencyHint': 'foo'}) did not throw an exception.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -8,3 +10,15 @@
|
||||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 3 tasks were failed.]
|
[# AUDIT TASK RUNNER FINISHED: 1 out of 3 tasks were failed.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Audit report]
|
||||||
|
expected:
|
||||||
|
if fission and (os == "linux") and not debug: NOTRUN
|
||||||
|
|
||||||
|
[Executing "test-audiocontextoptions-sampleRate"]
|
||||||
|
expected:
|
||||||
|
if fission and (os == "linux") and not debug: NOTRUN
|
||||||
|
|
||||||
|
[Executing "test-audiocontextoptions-latencyHint-double"]
|
||||||
|
expected:
|
||||||
|
if fission and (os == "linux") and not debug: TIMEOUT
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
[collections.py]
|
||||||
|
[test_html_form_controls_collection]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["PASS", "ERROR"]
|
||||||
|
|
||||||
|
[test_html_options_collection]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["PASS", "ERROR"]
|
||||||
|
|
||||||
|
[test_file_list]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["PASS", "ERROR"]
|
||||||
|
|
||||||
|
[test_arguments]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["PASS", "ERROR"]
|
||||||
|
|
||||||
|
[test_html_collection]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["PASS", "ERROR"]
|
||||||
|
|
||||||
|
[test_array]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["PASS", "ERROR"]
|
||||||
|
|
||||||
|
[test_node_list]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["PASS", "ERROR"]
|
||||||
|
|
||||||
|
[test_html_all_collection]
|
||||||
|
expected:
|
||||||
|
if (os == "linux") and not debug and not webrender and not fission: ["PASS", "ERROR"]
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[user_prompts.py]
|
||||||
|
[test_dismiss_and_notify[capabilities0-alert\]]
|
||||||
|
expected:
|
||||||
|
if fission and (os == "win") and not webrender: ["PASS", "ERROR"]
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
if ccov and (os == "win") and (bits == 64) and (version == "10.0.17134"): https://bugzilla.mozilla.org/show_bug.cgi?id=1418778
|
if ccov and (os == "win") and (bits == 64) and (version == "10.0.17134"): https://bugzilla.mozilla.org/show_bug.cgi?id=1418778
|
||||||
if ccov and debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1418778
|
if ccov and debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1418778
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and webrender and not 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 and fission: ["OK", "TIMEOUT"]
|
if (os == "linux") and not debug and not webrender and fission: [OK, TIMEOUT]
|
||||||
if (os == "linux") and not debug and not webrender and not fission: ["OK", "TIMEOUT"]
|
if (os == "linux") and not debug and not webrender and not fission: [OK, TIMEOUT]
|
||||||
|
if (os == "linux") and not debug and fission and webrender: ["OK", "TIMEOUT"]
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
disabled:
|
disabled:
|
||||||
if ccov and (os == "win") and (bits == 64) and (version == "10.0.17134"): https://bugzilla.mozilla.org/show_bug.cgi?id=1507121
|
if ccov and (os == "win") and (bits == 64) and (version == "10.0.17134"): https://bugzilla.mozilla.org/show_bug.cgi?id=1507121
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
|
if (os == "linux") and webrender and not debug and not fission: [OK, TIMEOUT]
|
||||||
if (os == "linux") and not webrender and not debug: ["OK", "TIMEOUT"]
|
if (os == "linux") and not webrender and not debug: [OK, TIMEOUT]
|
||||||
|
if (os == "linux") and not debug and webrender and fission: ["OK", "TIMEOUT"]
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
if ccov and (os == "win") and (bits == 64) and (version == "10.0.17134"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
|
if ccov and (os == "win") and (bits == 64) and (version == "10.0.17134"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
|
||||||
if ccov and debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1574837
|
if ccov and debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1574837
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and webrender and fission: ["OK", "TIMEOUT"]
|
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 webrender and not fission: [OK, TIMEOUT]
|
||||||
if (os == "linux") and not debug and not webrender: ["OK", "TIMEOUT"]
|
if (os == "linux") and not debug and not webrender: [OK, TIMEOUT]
|
||||||
|
if (os == "linux") and debug and not webrender and not fission: ["OK", "TIMEOUT"]
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
disabled:
|
disabled:
|
||||||
if ccov and debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
|
if ccov and debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1495002
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not fission and not debug and not webrender: ["OK", "TIMEOUT"]
|
if (os == "linux") and not fission and not debug and not webrender: [OK, TIMEOUT]
|
||||||
|
if (os == "linux") and fission and not debug and not webrender: ["OK", "TIMEOUT"]
|
||||||
[test_non_secure_context[granted\]]
|
[test_non_secure_context[granted\]]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[RTCRtpTransceiver-direction.html]
|
||||||
|
expected:
|
||||||
|
if fission and not webrender and (os == "linux") and not debug: ["OK", "CRASH"]
|
|
@ -1,5 +1,5 @@
|
||||||
[send-send.any.worker.html]
|
[send-send.any.worker.html]
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and not debug and not webrender and not fission and (processor == "x86_64"): ["OK", "ERROR", "CRASH"]
|
if (os == "linux") and not debug and not webrender and not fission and (processor == "x86_64"): [OK, CRASH, ERROR]
|
||||||
|
|
||||||
[send-send.any.html]
|
[send-send.any.html]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче