• Caleb Raitto's avatar
    Disable leaking device_unittests on LSAN. · 9e909ee8
    Caleb Raitto authored
    See crrev.com/c/1590404 and the linked bug for context -- the goal is to
    fix the broken memory-leak checking in Chromium's ASAN
    (AddressSanitizer) trybots, which are supposed to also run LSAN
    (LeakSanitizer).
    
    Currently-leaking tests must be fixed or disabled before leak checking
    can be enabled in the ASAN trybot.
    
    WARNING: This will result in a loss of ASAN coverage for the affected
    tests given that LSAN runs as part of the ASAN trybot.
    
    If that's not acceptable, we can wait until the leaks are fixed before
    fixing leak detection in trybots, but keep in mind that newly-introduced
    leaks Chromium-wide won't be caught until then.
    
    Bug: 961039,969160
    Change-Id: Ied0a27fde7a99c5d801a49adc235c712e5fedce2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638923
    Commit-Queue: Caleb Raitto <caraitto@chromium.org>
    Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
    Reviewed-by: default avatarMatt Reynolds <mattreynolds@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#666304}
    9e909ee8
bluetooth_adapter_unittest.cc 67.4 KB