From cb35474ba5e24381120e17ad68f56006f3f6d5bf Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 24 Feb 2016 09:14:46 +0000 Subject: [PATCH] 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 llvm-svn: 261728 --- compiler-rt/test/tsan/ignore_lib4.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compiler-rt/test/tsan/ignore_lib4.cc b/compiler-rt/test/tsan/ignore_lib4.cc index e50d90b..ac7d308 100644 --- a/compiler-rt/test/tsan/ignore_lib4.cc +++ b/compiler-rt/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. -- 2.7.4