[compiler-rt] r269571 - [mips][ias] Two XFAIL's now pass on 32-bit MIPS.
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Sat May 14 09:18:16 PDT 2016
Author: dsanders
Date: Sat May 14 11:18:16 2016
New Revision: 269571
URL: http://llvm.org/viewvc/llvm-project?rev=269571&view=rev
Log:
[mips][ias] Two XFAIL's now pass on 32-bit MIPS.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc
compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc?rev=269571&r1=269570&r2=269571&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/local_alias.cc Sat May 14 11:18:16 2016
@@ -6,7 +6,7 @@
//
// FIXME: https://github.com/google/sanitizers/issues/316
// XFAIL: android
-// XFAIL: mips
+// XFAIL: mips64
//
// 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
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc?rev=269571&r1=269570&r2=269571&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc Sat May 14 11:18:16 2016
@@ -1,6 +1,6 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
-// XFAIL: mips
+// XFAIL: mips64
//
// 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.
More information about the llvm-commits
mailing list