[all-commits] [llvm/llvm-project] b932f0: [libc] Disable Death Tests While Hermetic (#77388)
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue Jan 9 15:04:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b932f03bda5a88f699d33d118ca2735da3c66677
https://github.com/llvm/llvm-project/commit/b932f03bda5a88f699d33d118ca2735da3c66677
Author: michaelrj-google <71531609+michaelrj-google at users.noreply.github.com>
Date: 2024-01-09 (Tue, 09 Jan 2024)
Changed paths:
M libc/test/UnitTest/HermeticTestUtils.cpp
M libc/test/src/math/smoke/CMakeLists.txt
Log Message:
-----------
[libc] Disable Death Tests While Hermetic (#77388)
The death test infrastructure seems to depend on operator new, which
isn't currently supported in our hermetic tests. This patch just
disables the death tests in hermetic mode since they only overlap in the
nan tests.
More information about the All-commits
mailing list