[all-commits] [llvm/llvm-project] e0f3a3: [ubsan] Remove REQUIRED from some TestCases
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Oct 15 10:20:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0f3a3b228cee19be54156b9a213fb6c0b0855f0
https://github.com/llvm/llvm-project/commit/e0f3a3b228cee19be54156b9a213fb6c0b0855f0
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M compiler-rt/test/ubsan/TestCases/ImplicitConversion/integer-sign-change-summary.cpp
M compiler-rt/test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation-or-sign-change-summary.cpp
M compiler-rt/test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation-summary.cpp
M compiler-rt/test/ubsan/TestCases/ImplicitConversion/unsigned-integer-truncation-summary.cpp
M compiler-rt/test/ubsan/TestCases/Pointer/alignment-assumption-summary.cpp
M compiler-rt/test/ubsan/TestCases/Pointer/nullptr-and-nonzero-offset-summary.cpp
Log Message:
-----------
[ubsan] Remove REQUIRED from some TestCases
It's not obvious why they are needed, and tests pass.
Reviewed By: lebedev.ri
Differential Revision: https://reviews.llvm.org/D111859
More information about the All-commits
mailing list