[libcxx-commits] [libcxx] [libc++] Enable header tests under all configurations (PR #202543)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 9 02:18:44 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/extensions/clang/clang_modules_include.gen.py libcxx/test/extensions/libcxx/libcpp_version.gen.py libcxx/test/extensions/libcxx/no_assert_include.gen.py libcxx/test/extensions/posix/xopen_source.gen.py libcxx/test/libcxx/clang_tidy.gen.py libcxx/test/libcxx/system_reserved_names.gen.py libcxx/test/libcxx/transitive_includes.gen.py libcxx/test/std/double_include.gen.py libcxx/test/std/header_inclusions.gen.py libcxx/test/std/iterators/iterator.range/mandatory_inclusions.gen.py libcxx/utils/libcxx/header_information.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
--- test/libcxx/transitive_includes.gen.py	2026-06-09 09:04:02.000000 +0000
+++ test/libcxx/transitive_includes.gen.py	2026-06-09 09:12:41.074527 +0000
@@ -39,11 +39,11 @@
     "experimental/utility": "// UNSUPPORTED: c++03",
     "filesystem": "// UNSUPPORTED: no-filesystem, c++03, c++11, c++14",
     "future": "// UNSUPPORTED: no-threads, c++03",
     "latch": "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17",
     "mutex": "// UNSUPPORTED: no-threads, c++03",
-    "print": "// UNSUPPORTED: no-filesystem, c++03, c++11, c++14, c++17, c++20, availability-fp_to_chars-missing", # TODO PRINT investigate
+    "print": "// UNSUPPORTED: no-filesystem, c++03, c++11, c++14, c++17, c++20, availability-fp_to_chars-missing",  # TODO PRINT investigate
     "semaphore": "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17",
     "shared_mutex": "// UNSUPPORTED: no-threads, c++03, c++11",
     "stdatomic.h": "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17, c++20",
     "stop_token": "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17",
     "thread": "// UNSUPPORTED: no-threads, c++03",

``````````

</details>


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


More information about the libcxx-commits mailing list