Bug 1894668 - Adjust WPT expectation on Windows for merging to beta r=media-playback-reviewers,padenot

Depends on D209298

Differential Revision: https://phabricator.services.mozilla.com/D209301
This commit is contained in:
Chun-Min Chang
2024-05-06 17:02:28 +00:00
parent 3d72d353fd
commit 775b74b796

View File

@@ -3,14 +3,14 @@
expected:
if os == "linux": PASS
if os == "mac": PASS
if (os == "win") and nightly_build: PASS
if (os == "win"): PASS
FAIL
[encodeQueueSize test]
expected:
if os == "linux": PASS
if os == "mac": PASS
if (os == "win") and nightly_build: PASS
if (os == "win"): PASS
FAIL
[Test successful reset() and re-confiugre()]
@@ -24,14 +24,14 @@
expected:
if os == "linux": PASS
if os == "mac": PASS
if (os == "win") and nightly_build: PASS
if (os == "win"): PASS
FAIL
[Encode video with negative timestamp]
expected:
if os == "linux": PASS
if os == "mac": PASS
if (os == "win") and nightly_build: PASS
if (os == "win"): PASS
FAIL
@@ -40,14 +40,14 @@
expected:
if os == "linux": PASS
if os == "mac": PASS
if (os == "win") and nightly_build: PASS
if (os == "win"): PASS
FAIL
[encodeQueueSize test]
expected:
if os == "linux": PASS
if os == "mac": PASS
if (os == "win") and nightly_build: PASS
if (os == "win"): PASS
FAIL
[Test successful reset() and re-confiugre()]
@@ -61,12 +61,12 @@
expected:
if os == "linux": PASS
if os == "mac": PASS
if (os == "win") and nightly_build: PASS
if (os == "win"): PASS
FAIL
[Encode video with negative timestamp]
expected:
if os == "linux": PASS
if os == "mac": PASS
if (os == "win") and nightly_build: PASS
if (os == "win"): PASS
FAIL