diff options
author | Simon Dardis <simon.dardis@imgtec.com> | 2017-05-11 09:56:01 +0000 |
---|---|---|
committer | Simon Dardis <simon.dardis@imgtec.com> | 2017-05-11 09:56:01 +0000 |
commit | 456218438a2fc5175d9f77f7bcd38dbea83a5fcf (patch) | |
tree | 20710bb4d380b953ca2f26eb47b2a206f0c94491 | |
parent | 9cfbc6d94f6d7ae4c64c88fac3263301ab75e381 (diff) | |
download | bcm5719-llvm-456218438a2fc5175d9f77f7bcd38dbea83a5fcf.tar.gz bcm5719-llvm-456218438a2fc5175d9f77f7bcd38dbea83a5fcf.zip |
mips] XFAIL wcsncpy.cc test.
The stack unwinder fails to unwind the stack past the interceptor stack
frame, resulting in a test failure. XFAIL this for now.
llvm-svn: 302783
-rw-r--r-- | compiler-rt/test/msan/wcsncpy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/wcsncpy.cc b/compiler-rt/test/msan/wcsncpy.cc index f582c37b7aa..eaffbe78d52 100644 --- a/compiler-rt/test/msan/wcsncpy.cc +++ b/compiler-rt/test/msan/wcsncpy.cc @@ -1,6 +1,8 @@ // RUN: %clangxx_msan -fsanitize-memory-track-origins -O0 %s -o %t && not %run %t >%t.out 2>&1 // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out +// XFAIL: mips + #include <assert.h> #include <wchar.h> |