Disable heap corruption related tests on Windows on ARM
These tests rely on some traditional internal heap implementation and try to corrupt HEAP_ENTRY structure right before the heap address is returned to user. On Windows ARM64, segment heap is default on, so there is no HEAP_ENTRY anymore. The STATUS_HEAP_CORRUPTION is not reported on WoA, as it is expected on these test cases. For more details, please see the bug. Bug: 1054423 Change-Id: I3f275e2188d362848f64ff6601e376a3a6ffbb82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066731 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:Will Harris <wfh@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#751376}
Showing
Please register or sign in to comment