Index: test/tsan/cond_cancel.c =================================================================== --- test/tsan/cond_cancel.c +++ test/tsan/cond_cancel.c @@ -1,5 +1,5 @@ // RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s -// CHECK-NOT: WARNING +// CHECK-NOT: WARNING: ThreadSanitizer: // CHECK: OK // This test is failing on powerpc64 (VMA=44). After calling pthread_cancel, // the Thread-specific data destructors are not called, so the destructor