forked from OSchip/llvm-project
[compiler-rt][asan][mips] UnXFAIL some consistently passing tests
llvm-svn: 329688
This commit is contained in:
parent
6a1c51bf6b
commit
dfee530748
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue