mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 01:08:01 +08:00
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:
parent
688dcfa22e
commit
7786acf0d7
@ -641,11 +641,8 @@ source_set("util_test") {
|
||||
"win/scoped_process_suspend_test.cc",
|
||||
"win/session_end_watcher_test.cc",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
if (crashpad_is_in_chromium) {
|
||||
if (is_asan && is_component_build) {
|
||||
if (crashpad_is_in_chromium && is_asan && is_component_build) {
|
||||
# TODO(crbug.com/856174): Re-enable these once Windows ASan is fixed.
|
||||
sources -= [ "stdlib/string_number_conversion_test.cc" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user