forked from picolibc/picolibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: clang makes invalid assumptions about malloc and errno
clang's internal malloc failure tests do not set errno, and so they fail to replicate the C library behavior. Skip errno tests when using clang. llvm/llvm-project#114772 Signed-off-by: Keith Packard <[email protected]>
- Loading branch information
1 parent
25920de
commit 4e2fa5b
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters