Skip to content

Commit

Permalink
[compiler-rt] Disable failing test on darwin during investigation.
Browse files Browse the repository at this point in the history
/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
                   ^

llvm-svn: 354888
  • Loading branch information
legrosbuffle committed Feb 26, 2019
1 parent e8bf0f7 commit ea7bd2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/test/asan/TestCases/Posix/bcmp_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

// REQUIRES: compiler-rt-optimized
// UNSUPPORTED: android
// XFAIL: darwin

#include <string.h>
int main(int argc, char **argv) {
Expand Down

0 comments on commit ea7bd2f

Please sign in to comment.