[all-commits] [llvm/llvm-project] 7e8b0c: [libc] Disable the strtod and strtold tests on NVPTX
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jun 15 11:30:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e8b0c27f2526d5ddc4540d44b13ffe4ba9f20a0
https://github.com/llvm/llvm-project/commit/7e8b0c27f2526d5ddc4540d44b13ffe4ba9f20a0
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M libc/test/src/stdlib/CMakeLists.txt
Log Message:
-----------
[libc] Disable the strtod and strtold tests on NVPTX
These tests have a single line that fails with a value off-by-one, see
https://lab.llvm.org/buildbot/#/builders/46/builds/50055/steps/12/logs/stdio .
Disable these for now so we can figure out what the error is later.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D153056
More information about the All-commits
mailing list