Split a few more debug mode tests missed in D100592.
Details
- Reviewers
• Quuxplusone - Group Reviewers
Restricted Project - Commits
- rGf8306647fa05: [libcxx][test] Split more debug mode tests
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/libcxx/containers/sequences/vector/db_cindex.pass.cpp | ||
---|---|---|
31–34 | ||
libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_db2.pass.cpp | ||
20–21 | FWIW, cstdlib and exception are unused here, and there's probably a lot more of this kind of thing throughout the debug tests. Maybe you want to address it in D100595. |
@Quuxplusone, thank you for reviewing this!
libcxx/test/libcxx/containers/sequences/vector/db_cindex.pass.cpp | ||
---|---|---|
31–34 | Yes, the intent of this patch is to make some preparations for D100595 so it can be a little bit smaller. All other changes (like removing redundant includes, fixing asserts, and so on) I'm going to address in D100595 for all the debug mode tests at once. I'll update D100595 when all the dependencies get landed. |
I'm confused by this sequence of asserts. :)
Is the intent that D102194 is just a minimal diff to split up these tests (even though the split-up tests remain nonsensical), and then you'll make them less nonsensical via D100595? If so, then OK.