Title: [281622] trunk/LayoutTests
Revision
281622
Author
[email protected]
Date
2021-08-26 06:05:58 -0700 (Thu, 26 Aug 2021)

Log Message

[GLIB][Media] imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter.html fails after r281617
https://bugs.webkit.org/show_bug.cgi?id=229548

Unreviewed test gardening.

The patch from https://bugs.webkit.org/show_bug.cgi?id=210341 caused a regression in
mediasource-changetype-play-without-codecs-parameter.html. The test tries to change the
media type and codecs of a SourceBuffer on the fly. That operation is unsupported in glib
ports, so there is a custom expectation file that expects failures on the transitions
between supported types. Bug 210341 adds audio/mpeg (without container) as a new supported
format, so new "failures" appear in the test. This patch adds expectations for those new
failures.


* platform/glib/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281621 => 281622)


--- trunk/LayoutTests/ChangeLog	2021-08-26 12:45:55 UTC (rev 281621)
+++ trunk/LayoutTests/ChangeLog	2021-08-26 13:05:58 UTC (rev 281622)
@@ -1,3 +1,20 @@
+2021-08-26  Enrique Ocaña González  <[email protected]>
+
+        [GLIB][Media] imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter.html fails after r281617
+        https://bugs.webkit.org/show_bug.cgi?id=229548
+
+        Unreviewed test gardening.
+
+        The patch from https://bugs.webkit.org/show_bug.cgi?id=210341 caused a regression in
+        mediasource-changetype-play-without-codecs-parameter.html. The test tries to change the
+        media type and codecs of a SourceBuffer on the fly. That operation is unsupported in glib
+        ports, so there is a custom expectation file that expects failures on the transitions
+        between supported types. Bug 210341 adds audio/mpeg (without container) as a new supported
+        format, so new "failures" appear in the test. This patch adds expectations for those new
+        failures.
+
+        * platform/glib/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter-expected.txt:
+
 2021-08-26  Arcady Goldmints-Orlov  <[email protected]>
 
         [GLIB] Update baselines after r281512

Modified: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter-expected.txt (281621 => 281622)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter-expected.txt	2021-08-26 12:45:55 UTC (rev 281621)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/media-source/mediasource-changetype-play-without-codecs-parameter-expected.txt	2021-08-26 13:05:58 UTC (rev 281622)
@@ -2,8 +2,13 @@
 PASS Check if browser supports enough test media types
 FAIL Test audio-only changeType for audio/webm; codecs="vorbis" <-> audio/webm; codecs="vorbis" (using types without codecs parameters) The operation is not supported.
 FAIL Test audio-only changeType for audio/webm; codecs="vorbis" <-> audio/mp4; codecs="mp4a.40.2" (using types without codecs parameters) The operation is not supported.
+FAIL Test audio-only changeType for audio/webm; codecs="vorbis" <-> audio/mpeg (using types without codecs parameters) The operation is not supported.
 FAIL Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/webm; codecs="vorbis" (using types without codecs parameters) The operation is not supported.
 FAIL Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/mp4; codecs="mp4a.40.2" (using types without codecs parameters) The operation is not supported.
+FAIL Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/mpeg (using types without codecs parameters) The operation is not supported.
+FAIL Test audio-only changeType for audio/mpeg <-> audio/webm; codecs="vorbis" (using types without codecs parameters) The operation is not supported.
+FAIL Test audio-only changeType for audio/mpeg <-> audio/mp4; codecs="mp4a.40.2" (using types without codecs parameters) The operation is not supported.
+FAIL Test audio-only changeType for audio/mpeg <-> audio/mpeg (using types without codecs parameters) The operation is not supported.
 FAIL Test video-only changeType for video/webm; codecs="vp8" <-> video/webm; codecs="vp8" (using types without codecs parameters) The operation is not supported.
 FAIL Test video-only changeType for video/webm; codecs="vp8" <-> video/webm; codecs="vp9" (using types without codecs parameters) The operation is not supported.
 FAIL Test video-only changeType for video/webm; codecs="vp8" <-> video/mp4; codecs="avc1.4D4001" (using types without codecs parameters) The operation is not supported.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to