Bug 1769477 - set delay-load-event-2.html as intermittent on more debug platforms

Test got added in bug 1765219 yesterday.

Differential Revision: https://phabricator.services.mozilla.com/D146425
This commit is contained in:
Sebastian Hengst 2022-05-16 11:31:30 +00:00
Родитель 65ffa22fce
Коммит 6eb3ce5835
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1,6 +1,7 @@
[delay-load-event-2.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, ERROR]
if (os == "linux") and debug: [OK, ERROR]
if (os == "win") and debug: [OK, ERROR]
if (os == "android") and debug: [OK, ERROR]
if (os == "android") and not debug: ERROR
if (os == "mac") and debug: [OK, ERROR]