[all-commits] [llvm/llvm-project] 128b21: [libcxx] [test] Generalize defines for skipping al...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Aug 10 01:07:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 128b2136ec62ccfaac8f2b02e87d14f191a154ca
https://github.com/llvm/llvm-project/commit/128b2136ec62ccfaac8f2b02e87d14f191a154ca
Author: Martin Storsjö <martin at martin.st>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/move.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/move.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp
M libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor.pass.cpp
M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
M libcxx/test/support/test_macros.h
Log Message:
-----------
[libcxx] [test] Generalize defines for skipping allocation checks
This allows waiving the right amount of asserts on Windows and zOS.
This should supersede D107124 and D105910.
Differential Revision: https://reviews.llvm.org/D107755
Commit: 4baf369cde744d0a1b2e146df488cd0d1ba6ef7c
https://github.com/llvm/llvm-project/commit/4baf369cde744d0a1b2e146df488cd0d1ba6ef7c
Author: Martin Storsjö <martin at martin.st>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.pass.cpp
Log Message:
-----------
[libcxx] [test] Fix the new_faligned_allocation.pass.cpp test for MSVC
Such environments do have aligned allocation functions these days, but
the RTTI type name test needs to be adjusted for the MSVC C++ ABI.
Differential Revision: https://reviews.llvm.org/D107757
Commit: bb2a92e66e042703fd13a82a7d5ea02fbbb01543
https://github.com/llvm/llvm-project/commit/bb2a92e66e042703fd13a82a7d5ea02fbbb01543
Author: Martin Storsjö <martin at martin.st>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
Log Message:
-----------
[libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc
This one already had a proper explanation why it fails, which is due to
differences by design in MSVC mode. This isn't a fixme, so degrade the
annotation to a more permanent "XFAIL: msvc" instead.
Differential Revision: https://reviews.llvm.org/D107758
Compare: https://github.com/llvm/llvm-project/compare/81f057c25398...bb2a92e66e04
More information about the All-commits
mailing list