[all-commits] [llvm/llvm-project] f0c920: [libc++][hardening] XFAIL tests with HWASAN (#78866)
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Jan 20 23:27:00 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0c920ffb7e98adbad369c33c01e0996260c4ade
https://github.com/llvm/llvm-project/commit/f0c920ffb7e98adbad369c33c01e0996260c4ade
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M libcxx/test/libcxx/assertions/modes/enabling_assertions_enables_extensive_mode.pass.cpp
M libcxx/test/libcxx/assertions/modes/override_with_extensive_mode.pass.cpp
M libcxx/test/libcxx/assertions/modes/override_with_fast_mode.pass.cpp
Log Message:
-----------
[libc++][hardening] XFAIL tests with HWASAN (#78866)
Follow up to #78862
These tests control hardening mode with `ADDITIONAL_COMPILE_FLAGS`, and
always set modes which use on TRAP. So we don't need to check
`libcpp-hardening-mode=fast`, and they must always fail with the current
HWASAN implementation.
More information about the All-commits
mailing list