diff options
Diffstat (limited to 'compiler-rt/test/msan/Linux/process_vm_readv.cc')
| -rw-r--r-- | compiler-rt/test/msan/Linux/process_vm_readv.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/Linux/process_vm_readv.cc b/compiler-rt/test/msan/Linux/process_vm_readv.cc index b61578d1bfd..4c7cafa8108 100644 --- a/compiler-rt/test/msan/Linux/process_vm_readv.cc +++ b/compiler-rt/test/msan/Linux/process_vm_readv.cc @@ -1,6 +1,8 @@ // 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> |

