Those tests would pass when run on a C Standard Library that actually
provides wide characters, but fail when run on top of one that doesn't.
It's really difficult to test this 100% perfectly in the CI without
introducing an actual platform that doesn't provide these declarations.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGd5b40a30b59e: [libc++] Add missing annotations for TEST_HAS_NO_WIDE_CHARACTERS
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo