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
This commit is contained in:
Dmitry Vyukov 2021-10-25 19:31:29 +02:00
parent 1b15160ef3
commit d7b34d0b0d
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ void NORETURN CheckFailed(const char *file, int line, const char *cond,
}
if (CheckUnwindCallback)
CheckUnwindCallback();
Trap();
Die();
}