[compiler-rt][asan][mips] UnXFAIL some consistently passing tests

llvm-svn: 329688
This commit is contained in:
Simon Dardis 2018-04-10 11:09:17 +00:00
parent 6a1c51bf6b
commit dfee530748
2 changed files with 0 additions and 8 deletions

View File

@ -7,10 +7,6 @@
// FIXME: https://github.com/google/sanitizers/issues/316
// XFAIL: android
//
// This test requires the integrated assembler to be the default.
// XFAIL: target-is-mips64
// XFAIL: target-is-mips64el
//
// RUN: %clangxx_asan -DBUILD_INSTRUMENTED_DSO=1 -fPIC -shared -mllvm -asan-use-private-alias %s -o %t-INSTRUMENTED-SO.so
// RUN: %clangxx -DBUILD_UNINSTRUMENTED_DSO=1 -fPIC -shared %s -o %t-UNINSTRUMENTED-SO.so
// RUN: %clangxx %s -c -mllvm -asan-use-private-alias -o %t.o

View File

@ -1,10 +1,6 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
//
// This test requires the integrated assembler to be the default.
// XFAIL: target-is-mips64
// XFAIL: target-is-mips64el
//
// We use fast_unwind_on_malloc=0 to have full unwinding even w/o frame
// pointers. This setting is not on by default because it's too expensive.
//