Bug 1841432 - Adjust expectations after fixing resource-selection-source-media-env-change.html

Differential Revision: https://phabricator.services.mozilla.com/D190261
This commit is contained in:
Paul Adenot 2023-10-06 15:05:50 +00:00
parent 393a8fa24b
commit 7ab577b56e

View File

@ -1,7 +0,0 @@
[resource-selection-source-media-env-change.html]
[the <source> media attribute: no reaction to environment change]
expected:
if (os == "linux") and not swgl and (processor == "x86_64") and not tsan and not debug and fission and not asan: FAIL
if (os == "linux") and not swgl and (processor == "x86_64") and not tsan and debug and fission: [PASS, FAIL]
if (os == "linux") and not swgl and (processor == "x86_64") and not tsan and not debug and not fission: FAIL
if (os == "android") and debug and not swgl: [FAIL, PASS]