[libcxx-commits] [libcxxabi] [libc++][Android] Mark tests XFAIL/UNSUPPORTED (PR #69271)

Ryan Prichard via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 19 15:35:17 PDT 2023


rprichard wrote:

>From studying `llvm/utils/git/code-format-helper.py`, it looks like `darker` is the problem, not `git-clang-format`.

There is an actual formatting change I need to make to `_getAndroidDeviceApi`. It's obscured by `darker` complaining about parts of clang_modules_include.gen.py that I didn't change.

`code-format-helper.py` script could do a better job of communicating what it's doing. (I was also confused by the `Excluding file ...` lines -- are they excluded from `darker` because they're not Python files, or are they excluded from `git-clang-format` (but why?)).


https://github.com/llvm/llvm-project/pull/69271


More information about the libcxx-commits mailing list