From c23c7b896c685775916c5fb31f4ba2c715f5c1f6 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Tue, 15 Jun 2021 23:17:33 +0000 Subject: [PATCH] Bug 1716447 [wpt PR 29374] - Update wpt metadata, a=testonly wpt-pr: 29374 wpt-type: metadata --- .../videoDecoder-codec-specific.any.js.ini | 108 +++++++++--------- ...ny.js.ini => videoFrame-copyTo.any.js.ini} | 38 ++---- 2 files changed, 64 insertions(+), 82 deletions(-) rename testing/web-platform/meta/webcodecs/{videoFrame-readInto.any.js.ini => videoFrame-copyTo.any.js.ini} (65%) diff --git a/testing/web-platform/meta/webcodecs/videoDecoder-codec-specific.any.js.ini b/testing/web-platform/meta/webcodecs/videoDecoder-codec-specific.any.js.ini index b1eebe08b0aa..19c43789abac 100644 --- a/testing/web-platform/meta/webcodecs/videoDecoder-codec-specific.any.js.ini +++ b/testing/web-platform/meta/webcodecs/videoDecoder-codec-specific.any.js.ini @@ -376,6 +376,60 @@ expected: NOTRUN +[videoDecoder-codec-specific.any.html?vp8] + expected: ERROR + [Test isConfigSupported()] + expected: NOTRUN + + [Test isConfigSupported() with 1080p crop] + expected: NOTRUN + + [Test that isConfigSupported() returns a parsed configuration] + expected: NOTRUN + + [Test invalid configs] + expected: NOTRUN + + [Test configure()] + expected: NOTRUN + + [Decode a key frame] + expected: NOTRUN + + [Decode a non key frame first fails] + expected: NOTRUN + + [Verify reset() suppresses outputs] + expected: NOTRUN + + [Test unconfigured VideoDecoder operations] + expected: NOTRUN + + [Test closed VideoDecoder operations] + expected: NOTRUN + + [Decode empty frame] + expected: NOTRUN + + [Decode corrupt frame] + expected: NOTRUN + + [Close while decoding corrupt frame] + expected: NOTRUN + + [Test decoding after flush] + expected: NOTRUN + + [Test decoding a with negative timestamp] + expected: NOTRUN + + [Test reset during flush] + expected: NOTRUN + + [Test low-latency decoding] + expected: NOTRUN + + [videoDecoder-codec-specific.any.worker.html?vp8] expected: ERROR [Test isConfigSupported()] @@ -483,57 +537,3 @@ [Test low-latency decoding] expected: NOTRUN - -[videoDecoder-codec-specific.any.html?vp8] - expected: ERROR - [Test isConfigSupported()] - expected: NOTRUN - - [Test isConfigSupported() with 1080p crop] - expected: NOTRUN - - [Test that isConfigSupported() returns a parsed configuration] - expected: NOTRUN - - [Test invalid configs] - expected: NOTRUN - - [Test configure()] - expected: NOTRUN - - [Decode a key frame] - expected: NOTRUN - - [Decode a non key frame first fails] - expected: NOTRUN - - [Verify reset() suppresses outputs] - expected: NOTRUN - - [Test unconfigured VideoDecoder operations] - expected: NOTRUN - - [Test closed VideoDecoder operations] - expected: NOTRUN - - [Decode empty frame] - expected: NOTRUN - - [Decode corrupt frame] - expected: NOTRUN - - [Close while decoding corrupt frame] - expected: NOTRUN - - [Test decoding after flush] - expected: NOTRUN - - [Test decoding a with negative timestamp] - expected: NOTRUN - - [Test reset during flush] - expected: NOTRUN - - [Test low-latency decoding] - expected: NOTRUN - diff --git a/testing/web-platform/meta/webcodecs/videoFrame-readInto.any.js.ini b/testing/web-platform/meta/webcodecs/videoFrame-copyTo.any.js.ini similarity index 65% rename from testing/web-platform/meta/webcodecs/videoFrame-readInto.any.js.ini rename to testing/web-platform/meta/webcodecs/videoFrame-copyTo.any.js.ini index 80eedcba237a..6e67648c7d90 100644 --- a/testing/web-platform/meta/webcodecs/videoFrame-readInto.any.js.ini +++ b/testing/web-platform/meta/webcodecs/videoFrame-copyTo.any.js.ini @@ -1,4 +1,4 @@ -[videoFrame-readInto.any.html] +[videoFrame-copyTo.any.html] [Test I420 frame.] expected: FAIL @@ -8,9 +8,6 @@ [Test undersized buffer.] expected: FAIL - [Test layout can be empty.] - expected: FAIL - [Test incorrect plane count.] expected: FAIL @@ -23,32 +20,26 @@ [Test invalid stride.] expected: FAIL - [Test missing stride.] - expected: FAIL - - [Test missing offset.] - expected: FAIL - [Test address overflow.] expected: FAIL - [Test codedRegion.] + [Test codedRect.] expected: FAIL - [Test empty region.] + [Test empty rect.] expected: FAIL - [Test unaligned region.] + [Test unaligned rect.] expected: FAIL [Test left crop.] expected: FAIL - [Test invalid region.] + [Test invalid rect.] expected: FAIL -[videoFrame-readInto.any.worker.html] +[videoFrame-copyTo.any.worker.html] [Test I420 frame.] expected: FAIL @@ -58,9 +49,6 @@ [Test undersized buffer.] expected: FAIL - [Test layout can be empty.] - expected: FAIL - [Test incorrect plane count.] expected: FAIL @@ -73,27 +61,21 @@ [Test invalid stride.] expected: FAIL - [Test missing stride.] - expected: FAIL - - [Test missing offset.] - expected: FAIL - [Test address overflow.] expected: FAIL - [Test codedRegion.] + [Test codedRect.] expected: FAIL - [Test empty region.] + [Test empty rect.] expected: FAIL - [Test unaligned region.] + [Test unaligned rect.] expected: FAIL [Test left crop.] expected: FAIL - [Test invalid region.] + [Test invalid rect.] expected: FAIL