[all-commits] [llvm/llvm-project] 5641b1: [libc++] Mark a few more tests as unsupported on g...
Marek Kurdej via All-commits
all-commits at lists.llvm.org
Thu Nov 26 03:41:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5641b1dfddff847f7f3edc484537f9314c283225
https://github.com/llvm/llvm-project/commit/5641b1dfddff847f7f3edc484537f9314c283225
Author: Marek Kurdej <marek.kurdej at gmail.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.pass.cpp
M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate_hint.pass.cpp
M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/construct.pass.cpp
M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/deallocate.pass.cpp
M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/destroy.pass.cpp
M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy.pass.cpp
M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp
M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_n.pass.cpp
M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/result_of11.pass.cpp
M libcxxabi/src/demangle/Utility.h
Log Message:
-----------
[libc++] Mark a few more tests as unsupported on gcc-8/9.
This will fix remaining failures on gcc-9 buildbot: http://lab.llvm.org:8011/#/builders/101.
gcc-8 and gcc-9 do not support constexpr destructors nor constexpr allocation.
Fix gcc warnings: -Wconversion, -Wpragmas.
More information about the All-commits
mailing list