summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2017-05-25 14:41:58 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2017-05-25 14:41:58 +0000
commita568c294917d4a2d20b3afd7cfb47fd49a640ece (patch)
tree9cbedbb035f4e617ef7bc0a9340c594e90292eb1 /test/asan/TestCases/Posix
parent370ca3548b9b57aaaa36f65655ce0c2722e18b9a (diff)
[powerpc] deactivate flakey test halt_on_error-torture.cc on powerpc64 be
This test case occassionally fails when run on powerpc64 be. asan/TestCases/Posix/halt_on_error-torture.cc The failure causes false problem reports to be sent to developers whose code had nothing to do with the failures. Reactivate it when the real problem is fixed. This could also be related to the same problems as with the tests ThreadedOneSizeMallocStressTest, ThreadedMallocStressTest, ManyThreadsTest, and several others that do not run reliably on powerpc. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@303864 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/Posix')
-rw-r--r--test/asan/TestCases/Posix/halt_on_error-torture.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/halt_on_error-torture.cc b/test/asan/TestCases/Posix/halt_on_error-torture.cc
index 1b26173d7..275115052 100644
--- a/test/asan/TestCases/Posix/halt_on_error-torture.cc
+++ b/test/asan/TestCases/Posix/halt_on_error-torture.cc
@@ -18,6 +18,10 @@
// 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>