[libcxx-commits] [compiler-rt] [libcxx] [libc++] Drop transitive includes by default (PR #195509)

Michael Buch via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 27 00:06:00 PDT 2026


Michael137 wrote:

> @Michael137 What should I use to disable the tests? (I'm sure you've told me before in a similar case, but I can't remember where)

No worries

This is the diff:
```
diff --git i/lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py w/lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
index da86466018bb..9ced99bb3a36 100644
--- i/lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
+++ w/lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
@@ -12,6 +12,7 @@ class TestSharedPtr(TestBase):
     @skipIf(compiler=no_match("clang"))
     @skipIf(macos_version=["<", "15.0"])
     @skipIf(compiler="clang", compiler_version=["<", "17.0"])
+    @skipIf(bugnumber="<link to github issue>")
     def test(self):
         self.build()
```

No need to wait for approval. Talked to Raphael offline and he agreed we should skip it for now

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


More information about the libcxx-commits mailing list