[compiler-rt] r304045 - [asan] Enable back halt_on_error-torture.cc disabled on PowerPC.

Alex Shlyapnikov via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 16:14:07 PDT 2017


Author: alekseyshl
Date: Fri May 26 18:14:06 2017
New Revision: 304045

URL: http://llvm.org/viewvc/llvm-project?rev=304045&view=rev
Log:
[asan] Enable back halt_on_error-torture.cc disabled on PowerPC.

Summary:
D33521 addressed a memory ordering issue in BlockingMutex, which seems
to be the cause of a flakiness of a few ASan tests on PowerPC.

Reviewers: eugenis

Subscribers: kubamracek, nemanjai, llvm-commits

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

Modified:
    compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc?rev=304045&r1=304044&r2=304045&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc Fri May 26 18:14:06 2017
@@ -18,10 +18,6 @@
 // RUN: %env_asan_opts=halt_on_error=false %run %t 10 20 >>20.txt 2>&1 || true
 // RUN: FileCheck --check-prefix=CHECK-COLLISION %s < 20.txt || FileCheck --check-prefix=CHECK-NO-COLLISION %s < 20.txt
 
-// UNSUPPORTED: powerpc64-unknown-linux-gnu
-// FIXME: This test regularly fails on powerpc64 BE.  Re-enable the test once
-// the problem(s) have been fixed.
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <pthread.h>




More information about the llvm-commits mailing list