[libcxx-commits] [PATCH] D127051: [libc++][test] Mark ranges.transform.pass.cpp UNSUPPORTED for AIX

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 5 06:25:02 PDT 2022


jloser updated this revision to Diff 434325.
jloser retitled this revision from "[libc++][test] Mark ranges.transform.pass.cpp XFAIL for AIX" to "[libc++][test] Mark ranges.transform.pass.cpp UNSUPPORTED for AIX".
jloser edited the summary of this revision.
jloser added a comment.

Make the test // UNSUPPORTED instead of // XFAIL


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127051/new/

https://reviews.llvm.org/D127051

Files:
  libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp


Index: libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
===================================================================
--- libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
+++ libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
@@ -8,6 +8,7 @@
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
 // UNSUPPORTED: libcpp-has-no-incomplete-ranges
+// UNSUPPORTED: LIBCXX-AIX-FIXME
 
 // <algorithm>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127051.434325.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220605/ae82e550/attachment.bin>


More information about the libcxx-commits mailing list