summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/c-strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/msan/c-strdup.c')
-rw-r--r--compiler-rt/test/msan/c-strdup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/c-strdup.c b/compiler-rt/test/msan/c-strdup.c
index b1e02b914fc..4a121cb28be 100644
--- a/compiler-rt/test/msan/c-strdup.c
+++ b/compiler-rt/test/msan/c-strdup.c
@@ -3,6 +3,8 @@
// RUN: %clang_msan -O2 %s -o %t && %run %t >%t.out 2>&1
// RUN: %clang_msan -O3 %s -o %t && %run %t >%t.out 2>&1
+// XFAIL: target-is-mips64el
+
// Test that strdup in C programs is intercepted.
// GLibC headers translate strdup to __strdup at -O1 and higher.
OpenPOWER on IntegriCloud