[all-commits] [llvm/llvm-project] 9dc5da: [libc++] Avoid spuriously unsupporting the new FTM...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jun 5 10:30:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9dc5dac52dfd27fcb6b1ead9dc8c8819cf2e22d6
https://github.com/llvm/llvm-project/commit/9dc5dac52dfd27fcb6b1ead9dc8c8819cf2e22d6
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M libcxx/test/libcxx/feature_test_macro/generate_header_test.sh.py
Log Message:
-----------
[libc++] Avoid spuriously unsupporting the new FTM tests (#142024)
The new FTM tests contain text that they validate against to check the
output of the FTM generation script. However, that text lexically
contains the characters `// UNSUPPORTED: <...>`, which leads Lit to make
the whole test unsupported under these conditions. To prevent that from
happening, an `# END.` block can be used to prevent Lit from looking
further into the file for directives.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list