[libcxx-commits] [PATCH] D93941: [libcxx] Mark a test as unsupported for C++03

Mikhail Maltsev via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 7 04:06:43 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7da3e3a8983a: [libcxx] Mark a test as unsupported for C++03 (authored by miyuki).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93941

Files:
  libcxx/test/std/language.support/support.types/nullptr_t_integral_cast.pass.cpp


Index: libcxx/test/std/language.support/support.types/nullptr_t_integral_cast.pass.cpp
===================================================================
--- libcxx/test/std/language.support/support.types/nullptr_t_integral_cast.pass.cpp
+++ libcxx/test/std/language.support/support.types/nullptr_t_integral_cast.pass.cpp
@@ -6,9 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-// NOTE: nullptr_t emulation cannot handle a reinterpret_cast to an
-// integral type
-// XFAIL: c++03
+// NOTE: nullptr_t emulation (used in libc++ ABI v.1) cannot handle a
+// reinterpret_cast to an integral type
+// UNSUPPORTED: c++03
 
 // typedef decltype(nullptr) nullptr_t;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93941.315095.patch
Type: text/x-patch
Size: 711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210107/69ee434c/attachment.bin>


More information about the libcxx-commits mailing list