[compiler-rt] r354888 - [compiler-rt] Disable failing test on darwin during investigation.

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 26 07:25:04 PST 2019


Author: courbet
Date: Tue Feb 26 07:25:04 2019
New Revision: 354888

URL: http://llvm.org/viewvc/llvm-project?rev=354888&view=rev
Log:
[compiler-rt] Disable failing test on darwin during investigation.

/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/projects/compiler-rt/test/asan/TestCases/Posix/bcmp_test.cc:14:12: error: CHECK: expected string not found in input
 // CHECK: {{#1.*bcmp}}
           ^
<stdin>:2:57: note: scanning from here
==34677==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffee93777c4 at pc 0x0001068a7285 bp 0x7ffee9377770 sp 0x7ffee9376ef8
                                                        ^
<stdin>:6:20: note: possible intended match here
 #2 0x106888e77 in main bcmp_test.cc:12
                   ^

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

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/bcmp_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/bcmp_test.cc?rev=354888&r1=354887&r2=354888&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/bcmp_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/bcmp_test.cc Tue Feb 26 07:25:04 2019
@@ -5,6 +5,7 @@
 
 // REQUIRES: compiler-rt-optimized
 // UNSUPPORTED: android
+// XFAIL: darwin
 
 #include <string.h>
 int main(int argc, char **argv) {




More information about the llvm-commits mailing list