-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1917721 - Make AAC-w/o-description WPT a mozilla-specific WPT r=m…
…edia-playback-reviewers,padenot Due to the ongoing discussion in issue 832 [1], which has not yet reached a consensus among all parties, the AAC-without-description WPT introduced in the previous patch should be relocated to the *mozilla* folder under WPT. This ensures that the test remains specific to Mozilla and avoids unintentionally causing failures in other browers' test suites. [1] w3c/webcodecs#832 Differential Revision: https://phabricator.services.mozilla.com/D222712 UltraBlame original commit: c81481c06eac3165b72e7bb2c3040a48b3994a0a
- Loading branch information
Showing
7 changed files
with
4,445 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
105 changes: 105 additions & 0 deletions
105
testing/web-platform/mozilla/meta/webcodecs/__dir__.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
prefs | ||
: | ||
[ | ||
dom | ||
. | ||
media | ||
. | ||
webcodecs | ||
. | ||
enabled | ||
: | ||
true | ||
dom | ||
. | ||
media | ||
. | ||
webcodecs | ||
. | ||
image | ||
- | ||
decoder | ||
. | ||
enabled | ||
: | ||
true | ||
media | ||
. | ||
ffmpeg | ||
. | ||
encoder | ||
. | ||
enabled | ||
: | ||
true | ||
media | ||
. | ||
rvfc | ||
. | ||
enabled | ||
: | ||
true | ||
] | ||
tags | ||
: | ||
[ | ||
webcodecs | ||
] | ||
disabled | ||
: | ||
if | ||
( | ||
os | ||
= | ||
= | ||
" | ||
linux | ||
" | ||
) | ||
and | ||
( | ||
bits | ||
= | ||
= | ||
32 | ||
) | ||
: | ||
Not | ||
implemented | ||
lsan | ||
- | ||
allowed | ||
: | ||
[ | ||
PLDHashTable | ||
: | ||
: | ||
MakeEntryHandle | ||
mozilla | ||
: | ||
: | ||
RemoteDecoderManagerChild | ||
: | ||
: | ||
OpenRemoteDecoderManagerChildForProcess | ||
mozilla | ||
: | ||
: | ||
ipc | ||
: | ||
: | ||
MessageChannel | ||
: | ||
: | ||
MessageChannel | ||
mozilla | ||
: | ||
: | ||
layers | ||
: | ||
: | ||
GPUVideoImage | ||
: | ||
: | ||
GPUVideoImage | ||
] |
Oops, something went wrong.