Bug 1697970 - Disable test_arraybufferinputstream_large.html on linux asan for permafailing. r=jstutte,necko-reviewers,valentin

Differential Revision: https://phabricator.services.mozilla.com/D108220
This commit is contained in:
Alexandru Michis 2021-03-17 05:56:22 +00:00
Родитель 940df9b40c
Коммит 0f6819e94d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -63,7 +63,7 @@ prefs =
[test_arraybufferinputstream.html]
[test_arraybufferinputstream_large.html]
# Large ArrayBuffers not supported on 32-bit. TSan shadow memory causes OOMs.
skip-if = bits == 32 || tsan
skip-if = bits == 32 || tsan || asan
[test_documentcookies_maxage.html]
[test_idn_redirect.html]
[test_loadinfo_redirectchain.html]