summaryrefslogtreecommitdiff
path: root/test/tsan/ignore_lib4.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-02-24 09:14:46 +0000
committerDmitry Vyukov <dvyukov@google.com>2016-02-24 09:14:46 +0000
commit26c4cb10b5246c2dd15aaf00b22675f1535dc2d8 (patch)
treeb5b7df0445eb129fc3ea4aca8cbaf87752ce42bb /test/tsan/ignore_lib4.cc
parent3f055df8843e488e92bebb4f15dd2f5546ce902d (diff)
downloadcompiler-rt-26c4cb10b5246c2dd15aaf00b22675f1535dc2d8.tar.gz
tsan: disable ignore_lib4.cc test on powerpc64 and aarch64
Fails on bots: http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/1555/steps/ninja%20check%201/logs/FAIL%3A%20ThreadSanitizer-powerpc64%3A%3A%20ignore_lib4.cc http://lab.llvm.org:8011/builders/sanitizer-ppc64be-linux/builds/725/steps/ninja%20check-tsan/logs/stdio http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/1468/steps/ninja%20check%202/logs/FAIL%3A%20ThreadSanitizer-aarch64%3A%3A%20ignore_lib4.cc http://lab.llvm.org:8011/builders/clang-native-aarch64-full/builds/2787/steps/ninja%20check%202/logs/FAIL%3A%20ThreadSanitizer-aarch64%3A%3A%20ignore_lib4.cc git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/ignore_lib4.cc')
-rw-r--r--test/tsan/ignore_lib4.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/tsan/ignore_lib4.cc b/test/tsan/ignore_lib4.cc
index e50d90b3d..ac7d30834 100644
--- a/test/tsan/ignore_lib4.cc
+++ b/test/tsan/ignore_lib4.cc
@@ -5,6 +5,11 @@
// Longjmp assembly has not been implemented for mips64 yet
// XFAIL: mips64
+// ppc64be bots failed with "FileCheck error: '-' is empty".
+// UNSUPPORTED: powerpc64
+// aarch64 bots failed with "called_from_lib suppression 'libignore_lib4.so'
+// is matched against 2 libraries".
+// UNSUPPORTED: aarch64
// Test longjmp in ignored lib.
// It used to crash since we jumped out of ScopedInterceptor scope.