[all-commits] [llvm/llvm-project] 656b6d: [libc] fix strtointmax tests
michaelrj-google via All-commits
all-commits at lists.llvm.org
Wed Jan 25 13:59:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 656b6d0b2371f4e67c075f43ed1f23bb25b5771f
https://github.com/llvm/llvm-project/commit/656b6d0b2371f4e67c075f43ed1f23bb25b5771f
Author: Michael Jones <michaelrj at google.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M libc/test/src/CMakeLists.txt
M libc/test/src/inttypes/CMakeLists.txt
Log Message:
-----------
[libc] fix strtointmax tests
The strtointmax tests weren't running because they depend on the same
shared logic as strtol tests and the target for that was being defined
after the inttypes targets, causing them to be skipped. This patch moves
the inttypes test directory later in the order so that the shared tests
are defined before inttypes tests try to use them.
Reviewed By: sivachandra, lntue
Differential Revision: https://reviews.llvm.org/D142515
More information about the All-commits
mailing list