mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1855636 - Change WPT expectations r=jolin
Differential Revision: https://phabricator.services.mozilla.com/D192438
This commit is contained in:
parent
6546f1c709
commit
4cca67d0e0
@ -5,12 +5,12 @@
|
||||
|
||||
[Test isConfigSupported() and configure() using a SharedArrayBuffer]
|
||||
expected:
|
||||
if os == "android": [PRECONDITION_FAILED]
|
||||
if os == "android" or os == "mac": [PRECONDITION_FAILED]
|
||||
PASS
|
||||
|
||||
[Test isConfigSupported() and configure() using a Uint8Array(SharedArrayBuffer)]
|
||||
expected:
|
||||
if os == "android": [PRECONDITION_FAILED]
|
||||
if os == "android" or os == "mac": [PRECONDITION_FAILED]
|
||||
PASS
|
||||
|
||||
|
||||
@ -21,10 +21,10 @@
|
||||
|
||||
[Test isConfigSupported() and configure() using a SharedArrayBuffer]
|
||||
expected:
|
||||
if os == "android": [PRECONDITION_FAILED]
|
||||
if os == "android" or os == "mac": [PRECONDITION_FAILED]
|
||||
PASS
|
||||
|
||||
[Test isConfigSupported() and configure() using a Uint8Array(SharedArrayBuffer)]
|
||||
expected:
|
||||
if os == "android": [PRECONDITION_FAILED]
|
||||
if os == "android" or os == "mac": [PRECONDITION_FAILED]
|
||||
PASS
|
||||
|
@ -79,77 +79,77 @@
|
||||
prefs: [dom.media.webcodecs.enabled:true]
|
||||
[Test isConfigSupported()]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test isConfigSupported() with 1080p crop]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test that isConfigSupported() returns a parsed configuration]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test invalid configs]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test configure()]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode a key frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode a non key frame first fails]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Verify reset() suppresses outputs]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test unconfigured VideoDecoder operations]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test closed VideoDecoder operations]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode empty frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
FAIL
|
||||
|
||||
[Decode corrupt frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
FAIL
|
||||
|
||||
[Close while decoding corrupt frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test decoding after flush]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test decoding a with negative timestamp]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test reset during flush]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test low-latency decoding]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[VideoDecoder decodeQueueSize test]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
|
||||
[videoDecoder-codec-specific.https.any.worker.html?vp9]
|
||||
@ -236,77 +236,77 @@
|
||||
if (os == "linux") and debug and not fission and swgl: [OK, CRASH]
|
||||
[Test isConfigSupported()]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test isConfigSupported() with 1080p crop]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test that isConfigSupported() returns a parsed configuration]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test invalid configs]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test configure()]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode a key frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode a non key frame first fails]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Verify reset() suppresses outputs]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test unconfigured VideoDecoder operations]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test closed VideoDecoder operations]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode empty frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
FAIL
|
||||
|
||||
[Decode corrupt frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
FAIL
|
||||
|
||||
[Close while decoding corrupt frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test decoding after flush]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test decoding a with negative timestamp]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test reset during flush]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test low-latency decoding]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[VideoDecoder decodeQueueSize test]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
|
||||
[videoDecoder-codec-specific.https.any.html?vp8]
|
||||
@ -621,77 +621,77 @@
|
||||
prefs: [dom.media.webcodecs.enabled:true]
|
||||
[Test isConfigSupported()]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test isConfigSupported() with 1080p crop]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test that isConfigSupported() returns a parsed configuration]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test invalid configs]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test configure()]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode a key frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode a non key frame first fails]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Verify reset() suppresses outputs]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test unconfigured VideoDecoder operations]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test closed VideoDecoder operations]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode empty frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
FAIL
|
||||
|
||||
[Decode corrupt frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
FAIL
|
||||
|
||||
[Close while decoding corrupt frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test decoding after flush]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test decoding a with negative timestamp]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test reset during flush]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test low-latency decoding]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[VideoDecoder decodeQueueSize test]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
|
||||
[videoDecoder-codec-specific.https.any.html?h264_annexb]
|
||||
@ -700,77 +700,77 @@
|
||||
if not fission and (os == "linux") and debug and not swgl: [OK, CRASH]
|
||||
[Test isConfigSupported()]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test isConfigSupported() with 1080p crop]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test that isConfigSupported() returns a parsed configuration]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test invalid configs]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test configure()]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode a key frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode a non key frame first fails]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Verify reset() suppresses outputs]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test unconfigured VideoDecoder operations]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test closed VideoDecoder operations]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Decode empty frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
FAIL
|
||||
|
||||
[Decode corrupt frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
FAIL
|
||||
|
||||
[Close while decoding corrupt frame]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test decoding after flush]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test decoding a with negative timestamp]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test reset during flush]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[Test low-latency decoding]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
[VideoDecoder decodeQueueSize test]
|
||||
expected:
|
||||
if os == "android": PRECONDITION_FAILED
|
||||
if os == "android" or os == "mac": PRECONDITION_FAILED
|
||||
|
||||
|
||||
[videoDecoder-codec-specific.https.any.html?h265_hevc]
|
||||
|
Loading…
Reference in New Issue
Block a user