Reorganize the test and simplify the #ifdefs. Fix a typo in powerpc64
as a fly-by, and also add a test for the unstable ABI.
Details
Details
- Reviewers
philnik Mordante - Group Reviewers
Restricted Project - Commits
- rG0e2fb8ac84bd: [libc++] Refactor max_size.pass.cpp
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is there any way we could let this test error if it's run in CI and the system isn't listed here? This seems like one of the tests that could easily be forgotten to update when supporting a new platform.
Comment Actions
LGTM, but one question.
libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp | ||
---|---|---|
13 | Is there a separate test for ABI v2? |
libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp | ||
---|---|---|
13 | No, we don't have one right now, but let me try to also test for other ABI versions in this test. |
Is there a separate test for ABI v2?