[llvm-branch-commits] [libcxx] 199e05e - [libc++] Add missing UNSUPPORTED for the has-no-incomplete-ranges test
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 15 12:16:59 PST 2022
Author: Louis Dionne
Date: 2022-02-15T15:16:03-05:00
New Revision: 199e05e34bb8beb1cafce3a086932a32c493fa13
URL: https://github.com/llvm/llvm-project/commit/199e05e34bb8beb1cafce3a086932a32c493fa13
DIFF: https://github.com/llvm/llvm-project/commit/199e05e34bb8beb1cafce3a086932a32c493fa13.diff
LOG: [libc++] Add missing UNSUPPORTED for the has-no-incomplete-ranges test
This wasn't caught because we don't test the combination of no-filesystem
and no-experimental-features in the CI.
(cherry picked from commit 7dad5f84f1b8a7aafd5a27ce2889bd72a1e54002)
Added:
Modified:
libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp b/libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp
index a131f87ae1e4d..0d151073ca481 100644
--- a/libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp
+++ b/libcxx/test/libcxx/ranges/has-no-incomplete-ranges.compile.pass.cpp
@@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: libcpp-has-no-filesystem-library
// REQUIRES: libcpp-has-no-incomplete-ranges
// Test that _LIBCPP_HAS_NO_INCOMPLETE_RANGES disables the std::ranges namespace.
More information about the llvm-branch-commits
mailing list