Bug 1904446 - update for two more subtests to mark them as intermittent on android, and fixing the patch made for linux debug x64. r=aryx CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D215042
This commit is contained in:
Iulian Moraru 2024-06-27 01:46:03 +03:00
Родитель 6c7b88f2f5
Коммит da2a6d1b03
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -5,4 +5,9 @@
[Test navigation with fragment: Text directive should match when context terms are separated by node boundaries.]
expected:
if (os == "android") and debug and not fission: [PASS, FAIL]
if (os == "android") and debug: FAIL
[Test navigation with fragment: Multiple match text directive disambiguated by suffix should match the suffixed text.]
expected:
if (os == "android") and debug and not fission: [FAIL]

Просмотреть файл

@ -62,10 +62,10 @@
[SW-fallbacked redirect to same-origin same-scope.]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and debug and (processor == "x64"): [PASS, FAIL]
if (os == "linux") and debug and fission: FAIL
if (os == "linux") and debug and not fission: [PASS, FAIL]
if (os == "linux") and not debug and asan: [PASS, FAIL]
if (os == "linux") and debug and (processor == "x64"): [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
[SW-fallbacked redirect to same-origin same-scope with a hash fragment.]