[all-commits] [llvm/llvm-project] dde0fc: [libc++] [libc++abi] Mark a few tests as unsupport...
Marek Kurdej via All-commits
all-commits at lists.llvm.org
Thu Nov 26 00:04:37 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: dde0fcd7a7da4066c18ab5e73e0477e856da158f
https://github.com/llvm/llvm-project/commit/dde0fcd7a7da4066c18ab5e73e0477e856da158f
Author: Marek Kurdej <marek.kurdej at gmail.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M libcxx/test/std/experimental/simd/simd.access/default.pass.cpp
M libcxx/test/std/strings/basic.string/string.cons/string_view_deduction.fail.cpp
M libcxx/test/std/strings/basic.string/string.cons/string_view_size_size_deduction.fail.cpp
M libcxx/test/support/filesystem_test_helper.h
M libcxxabi/test/dynamic_cast.pass.cpp
M libcxxabi/test/dynamic_cast3.pass.cpp
M libcxxabi/test/dynamic_cast5.pass.cpp
M libcxxabi/test/unwind_06.pass.cpp
Log Message:
-----------
[libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.
This should make the builder http://lab.llvm.org:8011/#/builders/101/ happy.
It 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.
Reviewed By: ldionne, #libc, #libc_abi
Differential Revision: https://reviews.llvm.org/D92099
More information about the All-commits
mailing list