Bug 1548066 - Fix web-platform-tests on windows/aarch64. r=egao

Fix web-platform-tests on windows/aarch64

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Joel Maher 2019-04-30 19:12:19 +00:00
parent 0ce8311834
commit 76bdad236d
10 changed files with 9 additions and 14 deletions

View File

@ -1,6 +1,4 @@
[cross-site-redirect.tentative.https.sub.html]
expected:
if (processor == 'aarch64' and os == 'win'): CRASH # aarch64 due to bug 1540864
[Cross-Site -> Cross-Site redirect]
expected: FAIL

View File

@ -1,6 +1,4 @@
[multiple-redirect-cross-site.tentative.https.sub.html]
expected:
if (processor == 'aarch64' and os == 'win'): CRASH # aarch64 due to 1540864
[Same-Origin -> Cross-Site -> Same-Origin redirect]
expected: FAIL

View File

@ -1,6 +1,4 @@
[multiple-redirect-same-site.tentative.https.sub.html]
expected:
if (processor == 'aarch64' and os == 'win'): CRASH # aarch64 due to 1540864
[Same-Origin -> Same-Site -> Same-Origin redirect]
expected: FAIL

View File

@ -1,6 +1,4 @@
[same-origin-redirect.tentative.https.sub.html]
expected:
if (processor == 'aarch64' and os == 'win'): CRASH # aarch64 due to 1540864
[Same-Origin -> Cross-Site redirect]
expected: FAIL

View File

@ -1,6 +1,4 @@
[same-site-redirect.tentative.https.sub.html]
expected:
if (processor == 'aarch64' and os == 'win'): CRASH # aarch64 due to 1540864
[Same-Site -> Same-Origin redirect]
expected: FAIL

View File

@ -1,3 +1,4 @@
[track-cue-rendering-empty-cue.html]
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1535847
if (os == "win") and (processor == "aarch64"): https://bugzilla.mozilla.org/show_bug.cgi?id=1548066

View File

@ -0,0 +1,3 @@
[track-cue-rendering-line-doesnt-fit.html]
disabled:
if (os == "win") and (processor == "aarch64"): https://bugzilla.mozilla.org/show_bug.cgi?id=1548066

View File

@ -1,3 +1,3 @@
[track-cue-rendering-transformed-video.html]
expected:
if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "aarch64") and (bits == 64): FAIL
disabled:
if (os == "win") and (processor == "aarch64"): https://bugzilla.mozilla.org/show_bug.cgi?id=1548066

View File

@ -1,6 +1,4 @@
[img.complete.html]
expected:
if (processor == 'aarch64' and os == 'win'): CRASH # aarch64 due to bug 1540865
[IDL attribute complete returns true when image resource has been fetched but not run yet & image is not in broken state]
expected: FAIL

View File

@ -0,0 +1,3 @@
[RTCRtpTransceiver.https.html]
disabled:
if (os == "win") and (processor == "aarch64"): https://bugzilla.mozilla.org/show_bug.cgi?id=1548066