[arraybuffer] Disable test on sanitizers
I disabled the ArrayBufferContentsTest.AllocationFail test on ASAN, because ASAN causes a crash when allocation fails. Note that allocation is meant to fail in this test, and we want to check if the implementation can deal with a failed allocation. However, ASAN escalates the failed allocation to a crash. R=haraken@chromium.org, huangs@chromium.org Bug: chromium:1038741 Change-Id: I89c7138eb9b636cfd5ce6eae95bdfcf7dd7871cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985953 Commit-Queue: Andreas Haas <ahaas@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#730158}
Showing
Please register or sign in to comment