From 01b325ab923e5415fde74d38293115b4033acf21 Mon Sep 17 00:00:00 2001 From: Sagar Thakur Date: Fri, 18 Mar 2016 07:55:44 +0000 Subject: [PATCH] [TSAN] Fix build bot failure for powerpc64le race_on_mutex.c passes for powerpc64le too after revision 263778. So removing the XFAIL marker. llvm-svn: 263779 --- compiler-rt/test/tsan/race_on_mutex.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler-rt/test/tsan/race_on_mutex.c b/compiler-rt/test/tsan/race_on_mutex.c index ebcaddc..c7f5e06 100644 --- a/compiler-rt/test/tsan/race_on_mutex.c +++ b/compiler-rt/test/tsan/race_on_mutex.c @@ -1,7 +1,4 @@ // RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s -// This test fails when run on powerpc64 (VMA=46). -// The size of the write reported by Tsan for T1 is 8 instead of 1. -// XFAIL: powerpc64 #include "test.h" pthread_mutex_t Mtx; -- 2.7.4