summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/Linux
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/msan/Linux')
-rw-r--r--compiler-rt/test/msan/Linux/cmsghdr.cc2
-rw-r--r--compiler-rt/test/msan/Linux/eventfd.cc2
-rw-r--r--compiler-rt/test/msan/Linux/fopencookie.cc2
-rw-r--r--compiler-rt/test/msan/Linux/forkpty.cc2
-rw-r--r--compiler-rt/test/msan/Linux/getresid.cc2
-rw-r--r--compiler-rt/test/msan/Linux/glob.cc2
-rw-r--r--compiler-rt/test/msan/Linux/glob_altdirfunc.cc2
-rw-r--r--compiler-rt/test/msan/Linux/glob_nomatch.cc2
-rw-r--r--compiler-rt/test/msan/Linux/ioctl_sound.cc2
-rw-r--r--compiler-rt/test/msan/Linux/mallinfo.cc2
-rw-r--r--compiler-rt/test/msan/Linux/mincore.cc2
-rw-r--r--compiler-rt/test/msan/Linux/obstack.cc2
-rw-r--r--compiler-rt/test/msan/Linux/process_vm_readv.cc2
-rw-r--r--compiler-rt/test/msan/Linux/sendmsg.cc2
-rw-r--r--compiler-rt/test/msan/Linux/sunrpc.cc2
-rw-r--r--compiler-rt/test/msan/Linux/sunrpc_bytes.cc2
-rw-r--r--compiler-rt/test/msan/Linux/sunrpc_string.cc2
-rw-r--r--compiler-rt/test/msan/Linux/syscalls.cc2
-rw-r--r--compiler-rt/test/msan/Linux/syscalls_sigaction.cc2
-rw-r--r--compiler-rt/test/msan/Linux/tcgetattr.cc2
-rw-r--r--compiler-rt/test/msan/Linux/xattr.cc2
21 files changed, 0 insertions, 42 deletions
diff --git a/compiler-rt/test/msan/Linux/cmsghdr.cc b/compiler-rt/test/msan/Linux/cmsghdr.cc
index d18415aa110..daed1baad20 100644
--- a/compiler-rt/test/msan/Linux/cmsghdr.cc
+++ b/compiler-rt/test/msan/Linux/cmsghdr.cc
@@ -10,8 +10,6 @@
// UNSUPPORTED: android
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <stdio.h>
#include <unistd.h>
diff --git a/compiler-rt/test/msan/Linux/eventfd.cc b/compiler-rt/test/msan/Linux/eventfd.cc
index 62e19b21640..4399211258f 100644
--- a/compiler-rt/test/msan/Linux/eventfd.cc
+++ b/compiler-rt/test/msan/Linux/eventfd.cc
@@ -1,7 +1,5 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t 2>&1
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <sys/eventfd.h>
diff --git a/compiler-rt/test/msan/Linux/fopencookie.cc b/compiler-rt/test/msan/Linux/fopencookie.cc
index 551e891ce3b..e5b8f936e0d 100644
--- a/compiler-rt/test/msan/Linux/fopencookie.cc
+++ b/compiler-rt/test/msan/Linux/fopencookie.cc
@@ -2,8 +2,6 @@
// RUN: %clangxx_msan -std=c++11 -O0 %s -o %t && %run %t
// RUN: %clangxx_msan -std=c++11 -fsanitize-memory-track-origins -O0 %s -o %t && %run %t
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <pthread.h>
#include <stdint.h>
diff --git a/compiler-rt/test/msan/Linux/forkpty.cc b/compiler-rt/test/msan/Linux/forkpty.cc
index 7a8094542d3..d371a494818 100644
--- a/compiler-rt/test/msan/Linux/forkpty.cc
+++ b/compiler-rt/test/msan/Linux/forkpty.cc
@@ -1,7 +1,5 @@
// RUN: %clangxx_msan -O0 -g %s -lutil -o %t && %run %t
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <pty.h>
diff --git a/compiler-rt/test/msan/Linux/getresid.cc b/compiler-rt/test/msan/Linux/getresid.cc
index 06e137406ad..f3c0914b52f 100644
--- a/compiler-rt/test/msan/Linux/getresid.cc
+++ b/compiler-rt/test/msan/Linux/getresid.cc
@@ -2,8 +2,6 @@
// RUN: %clangxx_msan -O0 -D_FILE_OFFSET_BITS=64 %s -o %t && %run %t %p 2>&1
// RUN: %clangxx_msan -O3 %s -o %t && %run %t %p 2>&1
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <unistd.h>
diff --git a/compiler-rt/test/msan/Linux/glob.cc b/compiler-rt/test/msan/Linux/glob.cc
index 50096c0229d..1481861a08e 100644
--- a/compiler-rt/test/msan/Linux/glob.cc
+++ b/compiler-rt/test/msan/Linux/glob.cc
@@ -2,8 +2,6 @@
// RUN: %clangxx_msan -O0 -D_FILE_OFFSET_BITS=64 %s -o %t && %run %t %p 2>&1 | FileCheck %s
// RUN: %clangxx_msan -O3 %s -o %t && %run %t %p 2>&1 | FileCheck %s
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <glob.h>
#include <stdio.h>
diff --git a/compiler-rt/test/msan/Linux/glob_altdirfunc.cc b/compiler-rt/test/msan/Linux/glob_altdirfunc.cc
index d0cb4bcdf80..cb7fe09cbc3 100644
--- a/compiler-rt/test/msan/Linux/glob_altdirfunc.cc
+++ b/compiler-rt/test/msan/Linux/glob_altdirfunc.cc
@@ -2,8 +2,6 @@
// RUN: %clangxx_msan -O0 -D_FILE_OFFSET_BITS=64 %s -o %t && %run %t %p 2>&1 | FileCheck %s
// RUN: %clangxx_msan -O3 %s -o %t && %run %t %p 2>&1 | FileCheck %s
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <glob.h>
#include <stdio.h>
diff --git a/compiler-rt/test/msan/Linux/glob_nomatch.cc b/compiler-rt/test/msan/Linux/glob_nomatch.cc
index 584551389fd..fa132c81372 100644
--- a/compiler-rt/test/msan/Linux/glob_nomatch.cc
+++ b/compiler-rt/test/msan/Linux/glob_nomatch.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t %p
// RUN: %clangxx_msan -O3 %s -o %t && %run %t %p
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <glob.h>
#include <stdio.h>
diff --git a/compiler-rt/test/msan/Linux/ioctl_sound.cc b/compiler-rt/test/msan/Linux/ioctl_sound.cc
index d7b38fa71ab..fb36c52f2e7 100644
--- a/compiler-rt/test/msan/Linux/ioctl_sound.cc
+++ b/compiler-rt/test/msan/Linux/ioctl_sound.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
// RUN: %clangxx_msan -O3 -g %s -o %t && %run %t
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <fcntl.h>
#include <sound/asound.h>
diff --git a/compiler-rt/test/msan/Linux/mallinfo.cc b/compiler-rt/test/msan/Linux/mallinfo.cc
index 577a19385f3..545ae934a61 100644
--- a/compiler-rt/test/msan/Linux/mallinfo.cc
+++ b/compiler-rt/test/msan/Linux/mallinfo.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
// REQUIRES: stable-runtime
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <malloc.h>
diff --git a/compiler-rt/test/msan/Linux/mincore.cc b/compiler-rt/test/msan/Linux/mincore.cc
index a229d4b0bd0..35f5713d431 100644
--- a/compiler-rt/test/msan/Linux/mincore.cc
+++ b/compiler-rt/test/msan/Linux/mincore.cc
@@ -1,7 +1,5 @@
// RUN: %clangxx_msan -std=c++11 -O0 %s -o %t && %run %t
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <unistd.h>
#include <sys/mman.h>
diff --git a/compiler-rt/test/msan/Linux/obstack.cc b/compiler-rt/test/msan/Linux/obstack.cc
index f5b4fc303c3..a042912cfa4 100644
--- a/compiler-rt/test/msan/Linux/obstack.cc
+++ b/compiler-rt/test/msan/Linux/obstack.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
// RUN: %clangxx_msan -O0 -g -DPOSITIVE %s -o %t && not %run %t |& FileCheck %s
-// XFAIL: target-is-mips64el
-
#include <obstack.h>
#include <sanitizer/msan_interface.h>
#include <stdlib.h>
diff --git a/compiler-rt/test/msan/Linux/process_vm_readv.cc b/compiler-rt/test/msan/Linux/process_vm_readv.cc
index 4c7cafa8108..b61578d1bfd 100644
--- a/compiler-rt/test/msan/Linux/process_vm_readv.cc
+++ b/compiler-rt/test/msan/Linux/process_vm_readv.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_msan -std=c++11 -O0 %s -o %t && %run %t
// RUN: %clangxx_msan -std=c++11 -O0 %s -o %t -DPOSITIVE && not %run %t |& FileCheck %s
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <dlfcn.h>
#include <sanitizer/msan_interface.h>
diff --git a/compiler-rt/test/msan/Linux/sendmsg.cc b/compiler-rt/test/msan/Linux/sendmsg.cc
index e04559c55f4..6a8ef83c118 100644
--- a/compiler-rt/test/msan/Linux/sendmsg.cc
+++ b/compiler-rt/test/msan/Linux/sendmsg.cc
@@ -15,8 +15,6 @@
// UNSUPPORTED: android
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <stdio.h>
#include <unistd.h>
diff --git a/compiler-rt/test/msan/Linux/sunrpc.cc b/compiler-rt/test/msan/Linux/sunrpc.cc
index 8acb155ebe7..c92ad632c09 100644
--- a/compiler-rt/test/msan/Linux/sunrpc.cc
+++ b/compiler-rt/test/msan/Linux/sunrpc.cc
@@ -11,8 +11,6 @@
// RUN: %clangxx_msan -g -O0 -DTYPE=u_quad_t -DFN=xdr_u_longlong_t -DUNINIT=1 %s -o %t && \
// RUN: not %run %t 2>&1 | FileCheck %s
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <rpc/xdr.h>
diff --git a/compiler-rt/test/msan/Linux/sunrpc_bytes.cc b/compiler-rt/test/msan/Linux/sunrpc_bytes.cc
index 4d46d55f093..477637af2b6 100644
--- a/compiler-rt/test/msan/Linux/sunrpc_bytes.cc
+++ b/compiler-rt/test/msan/Linux/sunrpc_bytes.cc
@@ -3,8 +3,6 @@
// RUN: %clangxx_msan -g -O0 -DUNINIT=1 %s -o %t && \
// RUN: not %run %t 2>&1 | FileCheck %s
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <string.h>
#include <rpc/xdr.h>
diff --git a/compiler-rt/test/msan/Linux/sunrpc_string.cc b/compiler-rt/test/msan/Linux/sunrpc_string.cc
index 53bea26eabf..350222f5cc1 100644
--- a/compiler-rt/test/msan/Linux/sunrpc_string.cc
+++ b/compiler-rt/test/msan/Linux/sunrpc_string.cc
@@ -3,8 +3,6 @@
// RUN: %clangxx_msan -g -O0 -DUNINIT=1 %s -o %t && \
// RUN: not %run %t 2>&1 | FileCheck %s
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <string.h>
#include <rpc/xdr.h>
diff --git a/compiler-rt/test/msan/Linux/syscalls.cc b/compiler-rt/test/msan/Linux/syscalls.cc
index 1287486021d..c5ac3e27fa1 100644
--- a/compiler-rt/test/msan/Linux/syscalls.cc
+++ b/compiler-rt/test/msan/Linux/syscalls.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t 2>&1
// RUN: %clangxx_msan -O3 %s -o %t && %run %t 2>&1
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <errno.h>
#include <glob.h>
diff --git a/compiler-rt/test/msan/Linux/syscalls_sigaction.cc b/compiler-rt/test/msan/Linux/syscalls_sigaction.cc
index 84e010e5b20..1297fae13d1 100644
--- a/compiler-rt/test/msan/Linux/syscalls_sigaction.cc
+++ b/compiler-rt/test/msan/Linux/syscalls_sigaction.cc
@@ -3,8 +3,6 @@
// RUN: %clangxx_msan -DPRE3 -O0 %s -o %t && not %run %t 2>&1
// RUN: %clangxx_msan -O0 %s -o %t && %run %t 2>&1
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <signal.h>
#include <string.h>
diff --git a/compiler-rt/test/msan/Linux/tcgetattr.cc b/compiler-rt/test/msan/Linux/tcgetattr.cc
index 7b6adbc7c04..454b7fd1537 100644
--- a/compiler-rt/test/msan/Linux/tcgetattr.cc
+++ b/compiler-rt/test/msan/Linux/tcgetattr.cc
@@ -1,7 +1,5 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t %p
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <glob.h>
#include <stdio.h>
diff --git a/compiler-rt/test/msan/Linux/xattr.cc b/compiler-rt/test/msan/Linux/xattr.cc
index bead65164f9..86cc2cd474d 100644
--- a/compiler-rt/test/msan/Linux/xattr.cc
+++ b/compiler-rt/test/msan/Linux/xattr.cc
@@ -2,8 +2,6 @@
// RUN: %clangxx_msan -O0 -D_FILE_OFFSET_BITS=64 %s -o %t && %run %t %p 2>&1
// RUN: %clangxx_msan -O3 %s -o %t && %run %t %p 2>&1
-// XFAIL: target-is-mips64el
-
#include <argz.h>
#include <assert.h>
#include <sys/types.h>
OpenPOWER on IntegriCloud