Change information
Commit message:
Exclude PAM unittests from MSan and ChromeOS builds
These tests fail on Linux and ChromeOS MSan builds with a
use-of-uninitialized-value error inside libpam during a pam_start call.
Because libpam is an uninstrumented system library, MSan cannot track
its memory writes, causing false positives.
Additionally, PAM is not used for remoting on ChromeOS, so these tests
are not applicable there.
This change moves the exclusion to the BUILD.gn level and removes the
now-redundant MAYBE_ macros from the test file.
Bug: 504793694
Change-Id: Ifbb751efc48dfed3cfa5013f8cf75afff0058bc5
Cr-Commit-Position: refs/heads/main@{#1618417}
Files:
- M remoting/host/BUILD.gn
- M remoting/host/pam_authorization_factory_posix_unittest.cc
- M remoting/host/remoting_me2me_host.cc
Change size: S
Delta: 3 files changed, 16 insertions(+), 29 deletions(-)
Branch: refs/heads/main
Submit Requirements:
Code-Review: +1 by Yuwei Huang