[PATCH] D33611: [asan] Enable back halt_on_error-torture.cc disabled on PowerPC.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 16:03:25 PDT 2017


alekseyshl created this revision.
Herald added subscribers: nemanjai, kubamracek.

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


https://reviews.llvm.org/D33611

Files:
  test/asan/TestCases/Posix/halt_on_error-torture.cc


Index: test/asan/TestCases/Posix/halt_on_error-torture.cc
===================================================================
--- test/asan/TestCases/Posix/halt_on_error-torture.cc
+++ test/asan/TestCases/Posix/halt_on_error-torture.cc
@@ -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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33611.100489.patch
Type: text/x-patch
Size: 683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170526/58978a78/attachment.bin>


More information about the llvm-commits mailing list