summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-05-11 09:56:01 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-05-11 09:56:01 +0000
commit236529c6cbf952c3e4a007be125629df895805d7 (patch)
tree099a1ee37d32f2928f8f4aae1cc16528246000c1 /test
parentd414238504257845036359ce99e871f6832e7f54 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/msan/wcsncpy.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/msan/wcsncpy.cc b/test/msan/wcsncpy.cc
index f582c37b7..eaffbe78d 100644
--- a/test/msan/wcsncpy.cc
+++ b/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>