Closed
Bug 1481631
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12345 - MSE: Make changeType-play layout tests' audio mime-type be audio-specific
Categories
(Core :: Audio/Video: Playback, enhancement, P4)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12345 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12345
Details from upstream follow.
Matt Wolenetz <wolenetz@chromium.org> wrote:
> MSE: Make changeType-play layout tests' audio mime-type be audio-specific
>
> If using video/webm for an audio codec/stream, some user agents will say
> the type is unsupported where otherwise it would be if it were
> audio/<bytestream-format> for the same codec/stream.
>
> This change makes the types in audio test metadata match the stream types
> more closely (audio/webm;... and audio/mp4;...).
>
> This change also includes a drive-by comment addition to help ensure the
> audioOnlyTypes in mediasource-util.js remain correct relative to
> the changeType tests' assumptions that none of the audioOnlyTypes
> generate timestamps automatically.
>
> BUG=871929
> WPT issue https://github.com/web-platform-tests/wpt/issues/12336
>
> Change-Id: I768035b817ad46f9f17f7dc681c3f9f5c1dad8e4
> Reviewed-on: https://chromium-review.googlesource.com/1166030
> WPT-Export-Revision: 5550f00b6dc6b449b0bd64be37e6f64537817063
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → Audio/Video: Playback
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Ran 47 tests and 208 subtests
OK : 43
PASS : 170
FAIL : 38
New tests that have failures or other problems:
/media-source/mediasource-changetype-play.html
Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/mp4; codecs="mp4a.40.2": FAIL
Test audio-only changeType for audio/mp4; codecs="mp4a.40.2" <-> audio/webm; codecs="vorbis": FAIL
Test audio-only changeType for audio/webm; codecs="vorbis" <-> audio/mp4; codecs="mp4a.40.2": FAIL
Test audio-only changeType for audio/webm; codecs="vorbis" <-> audio/webm; codecs="vorbis": FAIL
Tests that are disabled for instability:
/media-source/mediasource-config-change-mp4-a-bitrate.html
/media-source/mediasource-config-change-mp4-av-audio-bitrate.html
/media-source/mediasource-duration.html
/media-source/mediasource-redundant-seek.html
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2058b21011c23d5150717da8f9d57d2f08ccb9ee
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8da92fbd2897
[wpt PR 12345] - MSE: Make changeType-play layout tests' audio mime-type be audio-specific, a=testonly
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•