[libcxx-commits] [libcxx] [libc++] Re-enable transitive include tests when TZDB isn't provided (PR #101746)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 2 13:22:05 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

<details>
<summary>Changes</summary>

That doesn't seem to cause any issues with these tests.

---
Full diff: https://github.com/llvm/llvm-project/pull/101746.diff


1 Files Affected:

- (modified) libcxx/test/libcxx/transitive_includes.gen.py (+1-1) 


``````````diff
diff --git a/libcxx/test/libcxx/transitive_includes.gen.py b/libcxx/test/libcxx/transitive_includes.gen.py
index 834f21f125437..0af37022f720e 100644
--- a/libcxx/test/libcxx/transitive_includes.gen.py
+++ b/libcxx/test/libcxx/transitive_includes.gen.py
@@ -73,7 +73,7 @@
 {lit_header_restrictions.get(header, '')}
 
 // TODO: Fix this test to make it work with localization or wide characters disabled
-// UNSUPPORTED: no-localization, no-wide-characters, no-threads, no-filesystem, libcpp-has-no-experimental-tzdb, no-tzdb
+// UNSUPPORTED: no-localization, no-wide-characters, no-threads, no-filesystem
 
 // When built with modules, this test doesn't work because --trace-includes doesn't
 // report the stack of includes correctly.

``````````

</details>


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


More information about the libcxx-commits mailing list