win: move string_number_conversion_test asan/dll disabling into the win clause

This fixes the upstreaming of https://chromium-review.googlesource.com/c/chromium/src/+/1113664

Bug: chromium:856174
Change-Id: I88cf6aeecef60e4eaf5c14dc9a66f0409255ccac
Reviewed-on: https://chromium-review.googlesource.com/1245481
Commit-Queue: Hans Wennborg <hans@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Hans Wennborg 2018-09-26 17:54:38 +02:00 committed by Commit Bot
parent 688dcfa22e
commit 7786acf0d7

View File

@ -641,11 +641,8 @@ source_set("util_test") {
"win/scoped_process_suspend_test.cc", "win/scoped_process_suspend_test.cc",
"win/session_end_watcher_test.cc", "win/session_end_watcher_test.cc",
] ]
}
if (crashpad_is_in_chromium && is_asan && is_component_build) {
if (crashpad_is_in_chromium) {
if (is_asan && is_component_build) {
# TODO(crbug.com/856174): Re-enable these once Windows ASan is fixed. # TODO(crbug.com/856174): Re-enable these once Windows ASan is fixed.
sources -= [ "stdlib/string_number_conversion_test.cc" ] sources -= [ "stdlib/string_number_conversion_test.cc" ]
} }