Skip to content

Commit

Permalink
Bug 1917721 - Make AAC-w/o-description WPT a mozilla-specific WPT r=m…
Browse files Browse the repository at this point in the history
…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
marco-c committed Oct 9, 2024
1 parent c04f550 commit 974f56b
Show file tree
Hide file tree
Showing 7 changed files with 4,445 additions and 353 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,193 +638,6 @@ https
.
any
.
worker
.
html
?
mp4_raw_aac_no_desc
]
expected
:
if
os
=
=
"
android
"
:
ERROR
[
Test
isConfigSupported
(
)
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
Test
that
AudioDecoder
.
isConfigSupported
(
)
returns
a
parsed
configuration
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
Test
configure
(
)
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
Verify
closed
AudioDecoder
operations
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
Test
decoding
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
Test
decoding
a
with
negative
timestamp
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
Test
decoding
after
flush
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
Test
reset
during
flush
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
AudioDecoder
decodeQueueSize
test
]
expected
:
if
os
=
=
"
android
"
:
NOTRUN
[
audioDecoder
-
codec
-
specific
.
https
.
any
.
html
?
opus
Expand Down
105 changes: 105 additions & 0 deletions testing/web-platform/mozilla/meta/webcodecs/__dir__.ini
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
]
Loading

0 comments on commit 974f56b

Please sign in to comment.