[all-commits] [llvm/llvm-project] 805ce9: [libc++][print] Disables tests with (hw)asan.

Mark de Wever via All-commits all-commits at lists.llvm.org
Thu Jul 20 09:28:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 805ce9a6962331d209c8d0a2e2ff39d27629beba
      https://github.com/llvm/llvm-project/commit/805ce9a6962331d209c8d0a2e2ff39d27629beba
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-07-20 (Thu, 20 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 (hw)asan.

Next to sanitizer-aarch64-linux-bootstrap-msan it appears asan and
hwasan are broken on aarch64. To unbreak the CI disable these two
sanitizer checks too.

The breakage was introduced by D150044.




More information about the All-commits mailing list