summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/msan/Linux/cmsghdr.cc2
-rw-r--r--test/msan/Linux/eventfd.cc2
-rw-r--r--test/msan/Linux/fopencookie.cc2
-rw-r--r--test/msan/Linux/forkpty.cc2
-rw-r--r--test/msan/Linux/getresid.cc2
-rw-r--r--test/msan/Linux/glob.cc2
-rw-r--r--test/msan/Linux/glob_altdirfunc.cc2
-rw-r--r--test/msan/Linux/glob_nomatch.cc2
-rw-r--r--test/msan/Linux/ioctl_sound.cc2
-rw-r--r--test/msan/Linux/mallinfo.cc2
-rw-r--r--test/msan/Linux/mincore.cc2
-rw-r--r--test/msan/Linux/obstack.cc2
-rw-r--r--test/msan/Linux/process_vm_readv.cc2
-rw-r--r--test/msan/Linux/sendmsg.cc2
-rw-r--r--test/msan/Linux/sunrpc.cc2
-rw-r--r--test/msan/Linux/sunrpc_bytes.cc2
-rw-r--r--test/msan/Linux/sunrpc_string.cc2
-rw-r--r--test/msan/Linux/syscalls.cc2
-rw-r--r--test/msan/Linux/syscalls_sigaction.cc2
-rw-r--r--test/msan/Linux/tcgetattr.cc2
-rw-r--r--test/msan/Linux/xattr.cc2
-rw-r--r--test/msan/allocator_returns_null.cc2
-rw-r--r--test/msan/backtrace.cc2
-rw-r--r--test/msan/c-strdup.c2
-rw-r--r--test/msan/chained_origin.cc2
-rw-r--r--test/msan/chained_origin_empty_stack.cc2
-rw-r--r--test/msan/chained_origin_limits.cc2
-rw-r--r--test/msan/chained_origin_memcpy.cc2
-rw-r--r--test/msan/chained_origin_with_signals.cc2
-rw-r--r--test/msan/check_mem_is_initialized.cc2
-rw-r--r--test/msan/coverage-levels.cc2
-rw-r--r--test/msan/ctermid.cc2
-rw-r--r--test/msan/cxa_atexit.cc2
-rw-r--r--test/msan/death-callback.cc2
-rw-r--r--test/msan/dlerror.cc2
35 files changed, 0 insertions, 70 deletions
diff --git a/test/msan/Linux/cmsghdr.cc b/test/msan/Linux/cmsghdr.cc
index d18415aa1..daed1baad 100644
--- a/test/msan/Linux/cmsghdr.cc
+++ b/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/test/msan/Linux/eventfd.cc b/test/msan/Linux/eventfd.cc
index 62e19b216..439921125 100644
--- a/test/msan/Linux/eventfd.cc
+++ b/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/test/msan/Linux/fopencookie.cc b/test/msan/Linux/fopencookie.cc
index 551e891ce..e5b8f936e 100644
--- a/test/msan/Linux/fopencookie.cc
+++ b/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/test/msan/Linux/forkpty.cc b/test/msan/Linux/forkpty.cc
index 7a8094542..d371a4948 100644
--- a/test/msan/Linux/forkpty.cc
+++ b/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/test/msan/Linux/getresid.cc b/test/msan/Linux/getresid.cc
index 06e137406..f3c0914b5 100644
--- a/test/msan/Linux/getresid.cc
+++ b/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/test/msan/Linux/glob.cc b/test/msan/Linux/glob.cc
index 50096c022..1481861a0 100644
--- a/test/msan/Linux/glob.cc
+++ b/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/test/msan/Linux/glob_altdirfunc.cc b/test/msan/Linux/glob_altdirfunc.cc
index d0cb4bcdf..cb7fe09cb 100644
--- a/test/msan/Linux/glob_altdirfunc.cc
+++ b/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/test/msan/Linux/glob_nomatch.cc b/test/msan/Linux/glob_nomatch.cc
index 584551389..fa132c813 100644
--- a/test/msan/Linux/glob_nomatch.cc
+++ b/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/test/msan/Linux/ioctl_sound.cc b/test/msan/Linux/ioctl_sound.cc
index d7b38fa71..fb36c52f2 100644
--- a/test/msan/Linux/ioctl_sound.cc
+++ b/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/test/msan/Linux/mallinfo.cc b/test/msan/Linux/mallinfo.cc
index 577a19385..545ae934a 100644
--- a/test/msan/Linux/mallinfo.cc
+++ b/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/test/msan/Linux/mincore.cc b/test/msan/Linux/mincore.cc
index a229d4b0b..35f5713d4 100644
--- a/test/msan/Linux/mincore.cc
+++ b/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/test/msan/Linux/obstack.cc b/test/msan/Linux/obstack.cc
index f5b4fc303..a042912cf 100644
--- a/test/msan/Linux/obstack.cc
+++ b/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/test/msan/Linux/process_vm_readv.cc b/test/msan/Linux/process_vm_readv.cc
index 4c7cafa81..b61578d1b 100644
--- a/test/msan/Linux/process_vm_readv.cc
+++ b/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/test/msan/Linux/sendmsg.cc b/test/msan/Linux/sendmsg.cc
index e04559c55..6a8ef83c1 100644
--- a/test/msan/Linux/sendmsg.cc
+++ b/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/test/msan/Linux/sunrpc.cc b/test/msan/Linux/sunrpc.cc
index 8acb155eb..c92ad632c 100644
--- a/test/msan/Linux/sunrpc.cc
+++ b/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/test/msan/Linux/sunrpc_bytes.cc b/test/msan/Linux/sunrpc_bytes.cc
index 4d46d55f0..477637af2 100644
--- a/test/msan/Linux/sunrpc_bytes.cc
+++ b/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/test/msan/Linux/sunrpc_string.cc b/test/msan/Linux/sunrpc_string.cc
index 53bea26ea..350222f5c 100644
--- a/test/msan/Linux/sunrpc_string.cc
+++ b/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/test/msan/Linux/syscalls.cc b/test/msan/Linux/syscalls.cc
index 128748602..c5ac3e27f 100644
--- a/test/msan/Linux/syscalls.cc
+++ b/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/test/msan/Linux/syscalls_sigaction.cc b/test/msan/Linux/syscalls_sigaction.cc
index 84e010e5b..1297fae13 100644
--- a/test/msan/Linux/syscalls_sigaction.cc
+++ b/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/test/msan/Linux/tcgetattr.cc b/test/msan/Linux/tcgetattr.cc
index 7b6adbc7c..454b7fd15 100644
--- a/test/msan/Linux/tcgetattr.cc
+++ b/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/test/msan/Linux/xattr.cc b/test/msan/Linux/xattr.cc
index bead65164..86cc2cd47 100644
--- a/test/msan/Linux/xattr.cc
+++ b/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>
diff --git a/test/msan/allocator_returns_null.cc b/test/msan/allocator_returns_null.cc
index c47dc2e36..f4ea51d58 100644
--- a/test/msan/allocator_returns_null.cc
+++ b/test/msan/allocator_returns_null.cc
@@ -15,8 +15,6 @@
// RUN: MSAN_OPTIONS=allocator_may_return_null=0 not %run %t realloc-after-malloc 2>&1 | FileCheck %s --check-prefix=CHECK-mrCRASH
// RUN: MSAN_OPTIONS=allocator_may_return_null=1 %run %t realloc-after-malloc 2>&1 | FileCheck %s --check-prefix=CHECK-mrNULL
-// XFAIL: target-is-mips64el
-
#include <limits.h>
#include <stdlib.h>
#include <string.h>
diff --git a/test/msan/backtrace.cc b/test/msan/backtrace.cc
index a4dd69b9d..9cb883c5c 100644
--- a/test/msan/backtrace.cc
+++ b/test/msan/backtrace.cc
@@ -1,7 +1,5 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <execinfo.h>
#include <stdio.h>
diff --git a/test/msan/c-strdup.c b/test/msan/c-strdup.c
index 4a121cb28..b1e02b914 100644
--- a/test/msan/c-strdup.c
+++ b/test/msan/c-strdup.c
@@ -3,8 +3,6 @@
// 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.
diff --git a/test/msan/chained_origin.cc b/test/msan/chained_origin.cc
index 9b30c74c8..0918f436b 100644
--- a/test/msan/chained_origin.cc
+++ b/test/msan/chained_origin.cc
@@ -15,8 +15,6 @@
// RUN: not %run %t >%t.out 2>&1
// RUN: FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-HEAP < %t.out
-// XFAIL: target-is-mips64el
-
#include <stdio.h>
volatile int x, y;
diff --git a/test/msan/chained_origin_empty_stack.cc b/test/msan/chained_origin_empty_stack.cc
index 0a5a9c3bf..f1ed66b75 100644
--- a/test/msan/chained_origin_empty_stack.cc
+++ b/test/msan/chained_origin_empty_stack.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -O3 %s -o %t && \
// RUN: MSAN_OPTIONS=store_context_size=1 not %run %t 2>&1 | FileCheck %s
-// XFAIL: target-is-mips64el
-
// Test that stack trace for the intermediate store is not empty.
// CHECK: MemorySanitizer: use-of-uninitialized-value
diff --git a/test/msan/chained_origin_limits.cc b/test/msan/chained_origin_limits.cc
index 0f97c1195..90fd09a86 100644
--- a/test/msan/chained_origin_limits.cc
+++ b/test/msan/chained_origin_limits.cc
@@ -62,8 +62,6 @@
// RUN: MSAN_OPTIONS=origin_history_size=7,origin_history_per_stack_limit=0 not %run %t >%t.out 2>&1
// RUN: FileCheck %s --check-prefix=CHECK7 < %t.out
-// XFAIL: target-is-mips64el
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/test/msan/chained_origin_memcpy.cc b/test/msan/chained_origin_memcpy.cc
index 07474fb28..afb4cec6a 100644
--- a/test/msan/chained_origin_memcpy.cc
+++ b/test/msan/chained_origin_memcpy.cc
@@ -15,8 +15,6 @@
// RUN: not %run %t >%t.out 2>&1
// RUN: FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-Z2 < %t.out
-// XFAIL: target-is-mips64el
-
#include <stdio.h>
#include <string.h>
diff --git a/test/msan/chained_origin_with_signals.cc b/test/msan/chained_origin_with_signals.cc
index e3719825a..43dbdcca7 100644
--- a/test/msan/chained_origin_with_signals.cc
+++ b/test/msan/chained_origin_with_signals.cc
@@ -10,8 +10,6 @@
// RUN: not %run %t >%t.out 2>&1
// RUN: FileCheck %s < %t.out
-// XFAIL: target-is-mips64el
-
#include <signal.h>
#include <stdio.h>
#include <sys/types.h>
diff --git a/test/msan/check_mem_is_initialized.cc b/test/msan/check_mem_is_initialized.cc
index 461ce1974..e1d3b117e 100644
--- a/test/msan/check_mem_is_initialized.cc
+++ b/test/msan/check_mem_is_initialized.cc
@@ -16,8 +16,6 @@
// RUN: %clangxx_msan -fsanitize-memory-track-origins -O3 %s -o %t && not %run %t >%t.out 2>&1
// RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out
-// XFAIL: target-is-mips64el
-
#include <sanitizer/msan_interface.h>
#include <stdlib.h>
diff --git a/test/msan/coverage-levels.cc b/test/msan/coverage-levels.cc
index 43b03e3d9..b881cecac 100644
--- a/test/msan/coverage-levels.cc
+++ b/test/msan/coverage-levels.cc
@@ -10,8 +10,6 @@
// RUN: %clangxx_msan -O1 -fsanitize-coverage=edge %s -o %t
// RUN: MSAN_OPTIONS=coverage=1:verbosity=1:coverage_dir=%T/coverage-levels not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK3 --check-prefix=CHECK_WARN
-// XFAIL: target-is-mips64el
-
volatile int sink;
int main(int argc, char **argv) {
int var;
diff --git a/test/msan/ctermid.cc b/test/msan/ctermid.cc
index e91ea71a4..a2818e630 100644
--- a/test/msan/ctermid.cc
+++ b/test/msan/ctermid.cc
@@ -1,7 +1,5 @@
// RUN: %clangxx_msan -std=c++11 -O0 %s -o %t && %run %t
-// XFAIL: target-is-mips64el
-
#include <sanitizer/msan_interface.h>
#include <stdio.h>
#include <string.h>
diff --git a/test/msan/cxa_atexit.cc b/test/msan/cxa_atexit.cc
index 8210436a4..70384b9c9 100644
--- a/test/msan/cxa_atexit.cc
+++ b/test/msan/cxa_atexit.cc
@@ -1,7 +1,5 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t %p
-// XFAIL: target-is-mips64el
-
// PR17377: C++ module destructors get stale argument shadow.
#include <stdio.h>
diff --git a/test/msan/death-callback.cc b/test/msan/death-callback.cc
index 9aeac5b87..08cf2911b 100644
--- a/test/msan/death-callback.cc
+++ b/test/msan/death-callback.cc
@@ -7,8 +7,6 @@
// RUN: %clangxx_msan -DMSANCB_SET %s -o %t && %run %t 2>&1 | \
// RUN: FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-NOCB
-// XFAIL: target-is-mips64el
-
#include <sanitizer/msan_interface.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/test/msan/dlerror.cc b/test/msan/dlerror.cc
index d0335d9dd..d5510b65c 100644
--- a/test/msan/dlerror.cc
+++ b/test/msan/dlerror.cc
@@ -1,7 +1,5 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t
-// XFAIL: target-is-mips64el
-
#include <assert.h>
#include <dlfcn.h>
#include <stdio.h>