Skip to content

Commit

Permalink
Bug 1501562 - Update wpt expectation metadata for geckoview testrunne…
Browse files Browse the repository at this point in the history
…ractivity

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

--HG--
extra : moz-landing-system : lando
  • Loading branch information
KWierso committed May 8, 2019
1 parent a409794 commit 15748c8
Show file tree
Hide file tree
Showing 656 changed files with 4,438 additions and 1,969 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
if debug: true
[@font-face fonts should work even if they are not used in the page]
expected:
if os == "android" and not e10s: PASS
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[2d.path.stroke.prune.arc.html]
[Zero-length line segments from arcTo and arc are removed before stroking]
expected:
if (os == "linux"): FAIL
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "linux": FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[2d.path.stroke.prune.closed.html]
[Zero-length line segments from closed paths are removed before stroking]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if (os == "linux"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if os == "linux": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[2d.path.stroke.prune.curve.html]
[Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking]
expected:
if (os == "linux"): FAIL
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "linux": FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[2d.path.stroke.prune.line.html]
[Zero-length line segments from lineTo are removed before stroking]
expected:
if (os == "linux"): FAIL
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "linux": FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[2d.path.stroke.prune.rect.html]
[Zero-length line segments from rect and strokeRect are removed before stroking]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if (os == "linux"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if os == "linux": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[2d.shadow.enable.y.html]
[Shadows are drawn if shadowOffsetY is set]
expected:
if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
if (os == "android") and not e10s: FAIL

3 changes: 2 additions & 1 deletion testing/web-platform/meta/acid/acid2/reftest.html.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[reftest.html]
expected:
if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL
if (os == "android") and e10s: FAIL
10 changes: 10 additions & 0 deletions testing/web-platform/meta/audio-output/setSinkId.https.html.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
[setSinkId.https.html]
prefs: [media.setsinkid.enabled:true]
expected:
if (os == "android") and e10s: TIMEOUT
[List device, setSinkId should be allowed on the default, the rest of the devices will get a NotAllowedError]
expected:
if (os == "android") and e10s: NOTRUN

[setSinkId fails with NotFoundError on made up deviceid]
expected:
if (os == "android") and e10s: TIMEOUT

13 changes: 9 additions & 4 deletions testing/web-platform/meta/compat/idlharness.window.js.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,28 @@

[Window interface: attribute orientation]
expected:
if os == "android" and not e10s: PASS
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

[Window interface: window must inherit property "orientation" with the proper type]
expected:
if os == "android" and not e10s: PASS
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

[HTMLBodyElement interface: attribute onorientationchange]
expected: FAIL

[Window interface: window must inherit property "onorientationchange" with the proper type]
expected:
if os == "android" and not e10s: PASS
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

[Window interface: attribute onorientationchange]
expected:
if os == "android" and not e10s: PASS
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[webkit-text-fill-color-property-002.html]
prefs: [layout.css.prefixes.webkit:true]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[icon-blocked.sub.html]
expected:
if os == "android" and not e10s: TIMEOUT
if (os == "android") and not e10s: TIMEOUT
if (os == "android") and e10s: TIMEOUT
[Test that spv event is fired]
expected:
if os == "android" and not e10s: NOTRUN
if (os == "android") and not e10s: NOTRUN
if (os == "android") and e10s: NOTRUN

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[allowed-end-of-chain-because-of-same-origin.sub.html]
disabled:
if os == "android" and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1511193

if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1511193
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
[form-post-blank-reload.html]
expected:
if os == "android" and not e10s: TIMEOUT
if (os == "android") and not e10s: TIMEOUT
if (os == "android") and e10s: TIMEOUT
ERROR
[Untitled]
expected:
if os == "android" and not e10s: NOTRUN
if (os == "android") and not e10s: NOTRUN
FAIL

[Reloaded same-host top-level form POSTs are strictly same-site]
expected:
if os == "android" and not e10s: TIMEOUT
if (os == "android") and not e10s: TIMEOUT
if debug and not e10s and (os == "linux"): TIMEOUT
if (os == "android") and e10s: TIMEOUT

[Reloaded subdomain top-level form POSTs are strictly same-site]
expected:
if os == "android" and not e10s: NOTRUN
if (os == "android") and not e10s: NOTRUN
if debug and not e10s and (os == "linux"): NOTRUN
if (os == "android") and e10s: NOTRUN

[Reloaded cross-site top-level form POSTs are not same-site]
expected:
if os == "android" and not e10s: NOTRUN
if (os == "android") and not e10s: NOTRUN
if debug and not e10s and (os == "linux"): NOTRUN
if (os == "android") and e10s: NOTRUN

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[abspos-containing-block-initial-009a.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[abspos-containing-block-initial-009b.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[abspos-containing-block-initial-009e.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[abspos-containing-block-initial-009f.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[background-003.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
if (os == "win") and (processor == "aarch64"): PASS
if (os == "win") and (version == "6.1.7601"): FAIL
if not webrender and (os == "win") and (version == "10.0.17134"): FAIL
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[background-image-cover-attachment-001.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
9 changes: 5 additions & 4 deletions testing/web-platform/meta/css/CSS2/bidi-text/bidi-004.xht.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[bidi-004.xht]
expected:
if (os == "win"): FAIL
if (os == "linux"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "linux": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[bidi-breaking-001.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[bidi-breaking-002.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
expected:
if os == "win": FAIL
if os == "mac": FAIL
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
expected:
if os == "win": FAIL
if os == "mac": FAIL
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[box-generation-001.xht]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[box-generation-002.xht]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[containing-block-010.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[display-008.xht]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[display-009.xht]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[display-012.xht]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[display-013.xht]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[c43-rpl-ibx-000.xht]
expected:
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[c548-ln-ht-001.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[c548-ln-ht-002.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[c5502-imrgn-r-003.xht]
expected:
if (os == "win"): FAIL
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "win": FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[c5502-imrgn-r-005.xht]
expected:
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[c5502-imrgn-r-006.xht]
expected:
if (os == "mac"): FAIL
if os == "android" and not e10s: FAIL
if os == "mac": FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[c5504-imrgn-l-002.xht]
expected:
if os == "android" and not e10s: FAIL
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
Loading

0 comments on commit 15748c8

Please sign in to comment.