mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
940df9b40c
commit
0f6819e94d
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user