[libcxx-commits] [libcxx] 5024fe9 - [libc++] Mark failing rel_ops test as XFAIL in back-deployment

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 15 05:04:43 PDT 2021


Author: Louis Dionne
Date: 2021-07-15T08:04:33-04:00
New Revision: 5024fe93068082ac230643095cbbac5c2aa74d36

URL: https://github.com/llvm/llvm-project/commit/5024fe93068082ac230643095cbbac5c2aa74d36
DIFF: https://github.com/llvm/llvm-project/commit/5024fe93068082ac230643095cbbac5c2aa74d36.diff

LOG: [libc++] Mark failing rel_ops test as XFAIL in back-deployment

The test triggers availability errors.

Added: 
    

Modified: 
    libcxx/test/std/containers/iterator.rel_ops.compile.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/containers/iterator.rel_ops.compile.pass.cpp b/libcxx/test/std/containers/iterator.rel_ops.compile.pass.cpp
index 12efbd3fee98..46d46b7c3013 100644
--- a/libcxx/test/std/containers/iterator.rel_ops.compile.pass.cpp
+++ b/libcxx/test/std/containers/iterator.rel_ops.compile.pass.cpp
@@ -8,6 +8,9 @@
 
 // UNSUPPORTED: libcpp-has-no-filesystem-library
 
+// std::filesystem is unavailable prior to macOS 10.15
+// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}
+
 // Make sure the various containers' iterators are not broken by the use of `std::rel_ops`.
 
 #include <utility> // for std::rel_ops


        


More information about the libcxx-commits mailing list