[all-commits] [llvm/llvm-project] d7b34d: msan: disble CHECK test on powerpc64

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Mon Oct 25 10:38:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7b34d0b0db2b21eeb4d496fa96e1fa3f695114d
      https://github.com/llvm/llvm-project/commit/d7b34d0b0db2b21eeb4d496fa96e1fa3f695114d
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_termination.cpp

  Log Message:
  -----------
  msan: disble CHECK test on powerpc64

It seems that CHECK terminates the process with 0 status on powerpc64:
https://reviews.llvm.org/D112440#3084251
Disable the test for now.

Reviewed By: melver

Differential Revision: https://reviews.llvm.org/D112455




More information about the All-commits mailing list