diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2025-08-07 21:49:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 21:49:57 -0700 |
commit | 2422972eeaebe94f591be2325563785ab7254d4e (patch) | |
tree | 872c78ef86a6ac6940a2f2f6845fcd0a03504924 /llvm/lib/MC/MCDisassembler/Disassembler.h | |
parent | 856a8b5ef9f40361f14b488a5dced9e9989f6fa8 (diff) | |
download | llvm-2422972eeaebe94f591be2325563785ab7254d4e.zip llvm-2422972eeaebe94f591be2325563785ab7254d4e.tar.gz llvm-2422972eeaebe94f591be2325563785ab7254d4e.tar.bz2 |
[libc] Migrate FEnvSafeTest and FPTest to ErrnoCheckingTest. (#152633)
This would ensure that errno value is cleared out before test execution
and tests pass even when LIBC_ERRNO_MODE_SYSTEM_INLINE is specified (and
errno may be clobbered before test execution).
A lot of the tests would fail, however, since errno would end up getting
set to EDOM or ERANGE during test execution and never validated before
the end of the test. This should be fixed - and errno should be
explicitly checked or ignored in all of those cases, but for now add a
TODO to address it later (see open issue #135320) and clear out errno in
test fixture to avoid test failures.
Diffstat (limited to 'llvm/lib/MC/MCDisassembler/Disassembler.h')
0 files changed, 0 insertions, 0 deletions