[libcxx-commits] [PATCH] D76311: [libc++] Do not force the use of -Werror in verify tests

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 18 20:04:48 PDT 2020


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

I'm not sure I love this, but I'm OK demoting warnings to errors in the XFAIL tests.



================
Comment at: libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset.runtime.fail.cpp:10
 // <memory>
+// UNSUPPORTED: c++98, c++03
 
----------------
Why does this no longer pass?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76311





More information about the libcxx-commits mailing list