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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 26 05:23:28 PDT 2020


This revision was automatically updated to reflect the committed changes.
ldionne marked an inline comment as done.
Closed by commit rGa5fa5f7cb86c: [libc++] Do not force the use of -Werror in verify tests (authored by ldionne).
Herald added a subscriber: broadwaylamb.

Changed prior to commit:
  https://reviews.llvm.org/D76311?vs=250851&id=252807#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76311

Files:
  libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.fail.cpp
  libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.fail.cpp
  libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.fail.cpp
  libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.fail.cpp
  libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.fail.cpp
  libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.fail.cpp
  libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.fail.cpp
  libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.fail.cpp
  libcxx/test/libcxx/diagnostics/enable_nodiscard.fail.cpp
  libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.fail.cpp
  libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.fail.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.fail.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.fail.cpp
  libcxx/test/libcxx/experimental/filesystem/deprecated.fail.cpp
  libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp
  libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.fail.cpp
  libcxx/test/std/containers/associative/map/map.access/empty.fail.cpp
  libcxx/test/std/containers/associative/multimap/empty.fail.cpp
  libcxx/test/std/containers/associative/multiset/empty.fail.cpp
  libcxx/test/std/containers/associative/set/empty.fail.cpp
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.fail.cpp
  libcxx/test/std/containers/container.adaptors/queue/queue.defn/empty.fail.cpp
  libcxx/test/std/containers/container.adaptors/stack/stack.defn/empty.fail.cpp
  libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
  libcxx/test/std/containers/sequences/array/empty.fail.cpp
  libcxx/test/std/containers/sequences/deque/deque.capacity/empty.fail.cpp
  libcxx/test/std/containers/sequences/forwardlist/empty.fail.cpp
  libcxx/test/std/containers/sequences/list/list.capacity/empty.fail.cpp
  libcxx/test/std/containers/sequences/vector.bool/empty.fail.cpp
  libcxx/test/std/containers/sequences/vector/vector.capacity/empty.fail.cpp
  libcxx/test/std/containers/unord/unord.map/empty.fail.cpp
  libcxx/test/std/containers/unord/unord.multimap/empty.fail.cpp
  libcxx/test/std/containers/unord/unord.multiset/empty.fail.cpp
  libcxx/test/std/containers/unord/unord.set/empty.fail.cpp
  libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.fail.cpp
  libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.fail.cpp
  libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.fail.cpp
  libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.fail.cpp
  libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/empty.fail.cpp
  libcxx/test/std/iterators/iterator.container/empty.array.fail.cpp
  libcxx/test/std/iterators/iterator.container/empty.container.fail.cpp
  libcxx/test/std/iterators/iterator.container/empty.initializer_list.fail.cpp
  libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_array_ptr.fail.cpp
  libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_ptr.fail.cpp
  libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size.fail.cpp
  libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_nothrow.fail.cpp
  libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.nodiscard.fail.cpp
  libcxx/test/std/numerics/c.math/abs.fail.cpp
  libcxx/test/std/re/re.results/re.results.size/empty.fail.cpp
  libcxx/test/std/strings/basic.string/string.capacity/empty.fail.cpp
  libcxx/test/std/strings/string.view/string.view.capacity/empty.fail.cpp
  libcxx/test/std/thread/futures/futures.async/async.fail.cpp
  libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.fail.cpp
  libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.fail.cpp
  libcxx/test/std/utilities/function.objects/negators/binary_negate.depr_in_cxx17.fail.cpp
  libcxx/test/std/utilities/function.objects/negators/not1.depr_in_cxx17.fail.cpp
  libcxx/test/std/utilities/function.objects/negators/not2.depr_in_cxx17.fail.cpp
  libcxx/test/std/utilities/function.objects/negators/unary_negate.depr_in_cxx17.fail.cpp
  libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.fail.cpp
  libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.fail.cpp
  libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.fail.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset.runtime.fail.cpp
  libcxx/utils/libcxx/test/format.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76311.252807.patch
Type: text/x-patch
Size: 74732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200326/c525498d/attachment-0001.bin>


More information about the libcxx-commits mailing list