[libcxx-commits] [libcxx] [libc++] Disabled unexpected_disabled test in modules build (PR #144466)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 17 14:04:38 PDT 2025
================
@@ -8,6 +8,11 @@
// UNSUPPORTED: c++03, c++11, c++14
+// When built with modules, this test gives diagnostics like declaration of
+// 'unexpected' must be imported from module 'std.expected.unexpected' before
+// it is required. Therefore disable it in this configuration.
+// UNSUPPORTED: clang-modules-build
----------------
ldionne wrote:
Doesn't this problem also arise with every other `.verify.cpp` test we have that checks for the absence of a type or function?
https://github.com/llvm/llvm-project/pull/144466
More information about the libcxx-commits
mailing list