[libcxx-commits] [libcxx] [libc++] Re-enable transitive include tests when TZDB isn't provided (PR #101746)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 2 13:21:37 PDT 2024
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/101746
That doesn't seem to cause any issues with these tests.
>From 6dbcd3044b5072ea5272c69a1c4954b8b499e855 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Fri, 2 Aug 2024 16:20:53 -0400
Subject: [PATCH] [libc++] Re-enable transitive include tests when TZDB isn't
provided
That doesn't seem to cause any issues with these tests.
---
libcxx/test/libcxx/transitive_includes.gen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
More information about the libcxx-commits
mailing list