[libcxx-commits] [PATCH] D121552: [libc++] Add warning pragma macros in the test suite

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 13 15:47:13 PDT 2022


philnik updated this revision to Diff 414964.
philnik marked an inline comment as done.
philnik added a comment.

- Fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121552

Files:
  libcxx/src/filesystem/filesystem_common.h
  libcxx/test/libcxx/containers/associative/undef_min_max.pass.cpp
  libcxx/test/libcxx/minimal_cxx11_configuration.pass.cpp
  libcxx/test/libcxx/numerics/c.math/undef_min_max.pass.cpp
  libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp
  libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/assign_tuple_like.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp
  libcxx/test/std/containers/sequences/array/array.tuple/get.fail.cpp
  libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp
  libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
  libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp
  libcxx/test/std/depr/depr.c.headers/stdio_h.pass.cpp
  libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp
  libcxx/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
  libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp
  libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp
  libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
  libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
  libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/assign_t.pass.cpp
  libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp
  libcxx/test/std/language.support/support.types/nullptr_t.pass.cpp
  libcxx/test/std/library/description/conventions/expos.only.func/synth_three_way.pass.cpp
  libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_neg_one.pass.cpp
  libcxx/test/std/numerics/c.math/cmath.pass.cpp
  libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/values.pass.cpp
  libcxx/test/std/ranges/range.factories/range.iota.view/ctor.value.bound.pass.cpp
  libcxx/test/std/ranges/range.factories/range.iota.view/end.pass.cpp
  libcxx/test/std/ranges/range.factories/range.iota.view/iterator/star.pass.cpp
  libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/noncopyable_return_type.pass.cpp
  libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.pass.cpp
  libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
  libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_destructible.pass.cpp
  libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
  libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp
  libcxx/test/std/utilities/template.bitset/bitset.cons/char_ptr_ctor.pass.cpp
  libcxx/test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp
  libcxx/test/std/utilities/template.bitset/bitset.members/reset_one.pass.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/three_way.pass.cpp
  libcxx/test/support/charconv_test_helpers.h
  libcxx/test/support/count_new.h
  libcxx/test/support/test_macros.h
  libcxx/test/support/unique_ptr_test_helper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121552.414964.patch
Type: text/x-patch
Size: 36943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220313/216baa5e/attachment-0001.bin>


More information about the libcxx-commits mailing list