[libcxx-commits] [PATCH] D92099: [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 25 06:28:39 PST 2020


curdeius created this revision.
curdeius added a reviewer: ldionne.
Herald added subscribers: libcxx-commits, miyuki.
Herald added projects: libc++, libc++abi.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
curdeius requested review of this revision.

This should make the builder http://lab.llvm.org:8011/#/builders/101/ happy. I uses gcc-9 and not Tip-Of-Trunk as its name indicates BTW.
GCC-10 passes all these tests.

Fix gcc warnings: -Wsign-compare, -Wparentheses, -Wpragmas.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92099

Files:
  libcxx/test/std/experimental/simd/simd.access/default.pass.cpp
  libcxx/test/std/strings/basic.string/string.cons/string_view_deduction.fail.cpp
  libcxx/test/std/strings/basic.string/string.cons/string_view_size_size_deduction.fail.cpp
  libcxx/test/support/filesystem_test_helper.h
  libcxxabi/test/dynamic_cast.pass.cpp
  libcxxabi/test/dynamic_cast3.pass.cpp
  libcxxabi/test/dynamic_cast5.pass.cpp
  libcxxabi/test/unwind_06.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92099.307603.patch
Type: text/x-patch
Size: 5716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201125/a1fbb015/attachment.bin>


More information about the libcxx-commits mailing list