[all-commits] [llvm/llvm-project] be811d: [libc++] Run picolibc tests with qemu
Michael Platings via All-commits
all-commits at lists.llvm.org
Wed Nov 29 14:21:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be811d1617654e46f4f4daa82259ae4fad4c8e6a
https://github.com/llvm/llvm-project/commit/be811d1617654e46f4f4daa82259ae4fad4c8e6a
Author: Michael Platings <michael.platings at arm.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M libcxx/cmake/caches/Armv7M-picolibc.cmake
M libcxx/docs/index.rst
M libcxx/test/configs/armv7m-picolibc-libc++.cfg.in
M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
M libcxx/test/libcxx/selftest/pass.cpp/run-error.pass.cpp
M libcxx/test/libcxx/selftest/pass.mm/run-error.pass.mm
M libcxx/test/libcxx/selftest/stdin-is-piped.sh.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cerr.sh.cpp
M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/clog.sh.cpp
M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cout.sh.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array14.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete14.pass.cpp
M libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table.pass.cpp
M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
M libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp
M libcxx/test/std/time/time.clock/time.clock.file/now.pass.cpp
M libcxxabi/test/configs/armv7m-picolibc-libc++abi.cfg.in
M libunwind/test/configs/armv7m-picolibc-libunwind.cfg.in
M libunwind/test/libunwind_02.pass.cpp
Log Message:
-----------
[libc++] Run picolibc tests with qemu
This patch actually runs the tests for picolibc behind an emulator,
removing a few workarounds and increasing coverage.
Differential Revision: https://reviews.llvm.org/D155521
More information about the All-commits
mailing list