This patch resolves many of the failures in the filesystems/ buckets in the libc++ tests. It adds the correct flag to fopen and marks a test case as unsupported. In particular, that test assumes time is stored as a 64 bit value when on MVS it is stored as 32 bit.
Details
Details
- Reviewers
ldionne • Quuxplusone - Group Reviewers
Restricted Project - Commits
- rG27ea67136ea0: [SystemZ][z/OS] Fix filesystem testing
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/support/filesystem_test_helper.h | ||
---|---|---|
198–200 | While we're at it, let's format them correctly. |
While we're at it, let's format them correctly.