Skip to content

Commit

Permalink
Add interceptors_64.cc to Windows ASAN file exclusions list.
Browse files Browse the repository at this point in the history
With these exclusions in place, the 64 bit sbox_integration_tests are
at parity with the 32 bit tests.

Bug: 783296
Change-Id: I75661decf5a74c4df96b9ba35097f020f09d9ffe
Reviewed-on: https://chromium-review.googlesource.com/881544
Reviewed-by: Will Harris <[email protected]>
Reviewed-by: Reid Kleckner <[email protected]>
Commit-Queue: Sigurður Ásgeirsson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#531313}
  • Loading branch information
sigurasg authored and Commit Bot committed Jan 23, 2018
1 parent 988a447 commit c70a2f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/memory/asan/blacklist_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ fun:*TargetNtSetInformationThread
fun:*TargetNtSetInformationThread64
fun:*TargetNtUnmapViewOfSection64

src:*pe_image.h
src:*pe_image.cc
src:*resolver_32.cc
src:*filesystem_interception.cc
src:*interceptors_64.cc
src:*pe_image.cc
src:*pe_image.h
src:*process_thread_interception.cc
src:*registry_interception.cc
src:*resolver_32.cc
src:*sandbox_nt_util.cc
src:*sync_interception.cc
################################################################################

0 comments on commit c70a2f8

Please sign in to comment.