[all-commits] [llvm/llvm-project] 60647e: [libc++][print] Disables tests with msan.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed Jul 19 12:00:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60647e6a298b7b7bb1c75183a3fb4726567eafe5
https://github.com/llvm/llvm-project/commit/60647e6a298b7b7bb1c75183a3fb4726567eafe5
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M libcxx/test/std/input.output/iostream.format/print.fun/vprint_nonunicode.file.pass.cpp
M libcxx/test/std/input.output/iostream.format/print.fun/vprint_unicode.file.pass.cpp
Log Message:
-----------
[libc++][print] Disables tests with msan.
These tests break with msan on the sanitizer-aarch64-linux-bootstrap-msan
builder. Note the x86_64 builder is not affected. To unbreak the CI
temporary disable the tests completely with msan.
The breakage was introduced by D150044.
More information about the All-commits
mailing list