[llvm-branch-commits] [libcxx] XFAIL some tests for LLVM libc (PR #193644)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 22 19:20:49 PDT 2026
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r origin/main...HEAD libcxx/test/selftest/dsl/dsl.sh.py libcxx/utils/libcxx/test/features/platform.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- utils/libcxx/test/features/platform.py 2026-04-23 02:19:06.000000 +0000
+++ utils/libcxx/test/features/platform.py 2026-04-23 02:20:11.582751 +0000
@@ -110,11 +110,11 @@
when=lambda cfg: "__NVPTX__" in compilerMacros(cfg),
),
Feature(
name="LLVM-LIBC-FIXME",
when=lambda cfg: "__LLVM_LIBC__" in compilerMacros(cfg),
- )
+ ),
]
# Add features representing the build host platform name.
# The build host could differ from the target platform for cross-compilation.
features += [
``````````
</details>
https://github.com/llvm/llvm-project/pull/193644
More information about the llvm-branch-commits
mailing list