Bug 1862063 - Set scrollend-event-fired-for-programmatic-scroll.html subtest as intermittent on linux asan/tsan. a=test-only

This commit is contained in:
Cosmin Sabou 2023-11-21 09:07:24 +02:00
Родитель 673672d339
Коммит 1a86a0ab67
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1,10 +1,12 @@
[scrollend-event-fired-for-programmatic-scroll.html]
[Tests scrollend event for calling scroll functions.]
expected:
if tsan: [FAIL, PASS]
if os == "linux" and asan: [FAIL, PASS]
if os == "linux" and tsan: [FAIL, PASS]
if os == "android" and debug: [FAIL, PASS]
[Tests scrollend event for changing scroll attributes.]
expected:
if tsan: [FAIL, PASS]
if os == "linux" and asan: [FAIL, PASS]
if os == "linux" and tsan: [FAIL, PASS]
if os == "android" and debug: [FAIL, PASS]