Instead of guarding header tests using #ifdefs inside the tests,
use Lit markup to mark all the tests as unsupported. This is simpler
but also provides better feedback about which tests are being run
when running the test suite.
Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rG7d2b9fafabd6: [libc++] Use Lit annotations for all .gen.py tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for working on these improvements! LGTM!
libcxx/test/libcxx/assertions/headers_declare_verbose_abort.gen.py | ||
---|---|---|
33 | I really like how much cruft this patch removes from these files! |
Comment Actions
Fix FreeBSD CI. Temporary modifications to the buildkite pipeline to avoid running parts of the CI that already passed.
Comment Actions
Rebase and revert temporary CI changes. I'll ship this now since all the CI jobs are green.
I really like how much cruft this patch removes from these files!