[libcxx-commits] [libcxx] [libcxx][test] Update picolib xfails (PR #99631)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 19 03:58:41 PDT 2024


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 b7b0071680e60c60da9d4d858f944fd95d76fd42...2b52ccd0c0cf9d22447802eb6b34d37bae2dd0d6 libcxx/test/libcxx/clang_modules_include.gen.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- clang_modules_include.gen.py	2024-07-19 10:52:19.000000 +0000
+++ clang_modules_include.gen.py	2024-07-19 10:58:14.908358 +0000
@@ -18,11 +18,12 @@
 import sys
 sys.path.append(sys.argv[1])
 from libcxx.header_information import lit_header_restrictions, public_headers
 
 for header in public_headers:
-  print(f"""\
+    print(
+        f"""\
 //--- {header}.compile.pass.cpp
 // RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only
 
 // GCC doesn't support -fcxx-modules
 // UNSUPPORTED: gcc
@@ -38,11 +39,12 @@
 // UNSUPPORTED: LIBCXX-FREEBSD-FIXME
 
 {lit_header_restrictions.get(header, '')}
 
 #include <{header}>
-""")
+"""
+    )
 
 print(f"""\
 //--- __std_clang_module.compile.pass.mm
 // RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only
 

``````````

</details>


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


More information about the libcxx-commits mailing list