diff --git a/compiler-rt/test/msan/check-handler.cpp b/compiler-rt/test/msan/check-handler.cpp --- a/compiler-rt/test/msan/check-handler.cpp +++ b/compiler-rt/test/msan/check-handler.cpp @@ -2,6 +2,10 @@ // Verify that CHECK handler prints a stack on CHECK fail. +// It seems that CHECK terminates the process with 0 status on powerpc64: +// https://reviews.llvm.org/D112440#3084251 +// XFAIL: powerpc64 + #include int main(void) {