[libcxx-commits] [PATCH] D121515: [libc++][NFC] Add TEST_HAS_NO_INCOMPLETE_RANGES.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 12 10:40:13 PST 2022
Mordante added a comment.
In D121515#3377006 <https://reviews.llvm.org/D121515#3377006>, @philnik wrote:
> Wouldn't the easier option be to add `// UNSUPPORTED: has-no-incomplete-ranges`? It seems a bit overkill to me to add a new macro for a single test.
I've considered that, but that would disable the entire test. Since the macro will be removed at some point I prefer to do it like this.
There are some other single occurrence macros where I want to discuss what the best approach will be. But I'll bring these macros up on Discord in the near future.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121515/new/
https://reviews.llvm.org/D121515
More information about the libcxx-commits
mailing list