зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1823953 - Adjust utility process tests: the expected decoders are now ffmpeg. r=gerard-majax DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D182369
This commit is contained in:
Родитель
54bf391561
Коммит
dc3ade886c
|
@ -42,7 +42,7 @@ add_setup(async function setup() {
|
|||
});
|
||||
|
||||
add_task(async function testKill() {
|
||||
await runTest("small-shot.ogg", "Utility Generic", "vorbis audio decoder");
|
||||
await runTest("small-shot.ogg", "Utility Generic", "ffvpx audio decoder");
|
||||
|
||||
await cleanUtilityProcessShutdown(
|
||||
"audioDecoder_Generic",
|
||||
|
@ -59,7 +59,7 @@ add_task(async function testKill() {
|
|||
});
|
||||
|
||||
add_task(async function testShutdown() {
|
||||
await runTest("small-shot.ogg", "Utility Generic", "vorbis audio decoder");
|
||||
await runTest("small-shot.ogg", "Utility Generic", "ffvpx audio decoder");
|
||||
|
||||
const audioDecoderPid = await findGenericAudioDecoder();
|
||||
ok(audioDecoderPid > 0, `Valid PID found: ${audioDecoderPid}`);
|
||||
|
|
|
@ -110,19 +110,19 @@ function audioTestData() {
|
|||
expectations: {
|
||||
Android: {
|
||||
process: "Utility Generic",
|
||||
decoder: "vorbis audio decoder",
|
||||
decoder: "ffvpx audio decoder",
|
||||
},
|
||||
Linux: {
|
||||
process: "Utility Generic",
|
||||
decoder: "vorbis audio decoder",
|
||||
decoder: "ffvpx audio decoder",
|
||||
},
|
||||
WINNT: {
|
||||
process: "Utility Generic",
|
||||
decoder: "vorbis audio decoder",
|
||||
decoder: "ffvpx audio decoder",
|
||||
},
|
||||
Darwin: {
|
||||
process: "Utility Generic",
|
||||
decoder: "vorbis audio decoder",
|
||||
decoder: "ffvpx audio decoder",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче